diff --git a/eng/mgmt/mgmtmetadata/hdinsight_resource-manager.txt b/eng/mgmt/mgmtmetadata/hdinsight_resource-manager.txt index fdcc608553d6..c04ea2ee4653 100644 --- a/eng/mgmt/mgmtmetadata/hdinsight_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/hdinsight_resource-manager.txt @@ -8,7 +8,7 @@ cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/maste Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: 2ebe584103a362fa87f2f60c9bab89ab410c7571 +Commit: de37c47a625de64c0ac5bf76cf531527ba2feb77 AutoRest information Requested version: v2 -Bootstrapper version: autorest@3.3.2 +Bootstrapper version: autorest@3.9.3 diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/CHANGELOG.md b/sdk/hdinsight/Azure.ResourceManager.HDInsight/CHANGELOG.md index 767cb12d89aa..195eb658b9c4 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/CHANGELOG.md +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/CHANGELOG.md @@ -1,15 +1,15 @@ # Release History -## 1.2.0-beta.1 (Unreleased) +## 1.2.0-beta.1 (2023-06-27) ### Features Added -### Breaking Changes - -### Bugs Fixed +- Added feature to support selecting use secure channel during creation. The paramter would force to true if the cluster created based on a stroage account that secure transfer enabled, no matter it use 'blob' or 'dfs' type. ### Other Changes +- Upgraded API version to 2023-04-15-preview. + ## 1.1.0 (2023-06-27) This release is the stable release of 1.1.0-beta.1. diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/api/Azure.ResourceManager.HDInsight.netstandard2.0.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/api/Azure.ResourceManager.HDInsight.netstandard2.0.cs index 570708ee7971..b30fe93357c3 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/api/Azure.ResourceManager.HDInsight.netstandard2.0.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/api/Azure.ResourceManager.HDInsight.netstandard2.0.cs @@ -994,6 +994,7 @@ public partial class HDInsightStorageAccountInfo { public HDInsightStorageAccountInfo() { } public string Container { get { throw null; } set { } } + public bool? EnableSecureChannel { get { throw null; } set { } } public string Fileshare { get { throw null; } set { } } public string FileSystem { get { throw null; } set { } } public bool? IsDefault { get { throw null; } set { } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightApplicationCollection.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightApplicationCollection.cs index 87d9af00871c..be9b026e4ad5 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightApplicationCollection.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightApplicationCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_HDInsightApplicationCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_GetAllApplicationsForAnHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetAllApplications.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetAllApplications.json // this example is just showing the usage of "Applications_ListByCluster" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task GetAll_GetAllApplicationsForAnHDInsightCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetApplicationOnHDInsightClusterCreationInProgress() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetApplicationInProgress.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetApplicationInProgress.json // this example is just showing the usage of "Applications_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -95,7 +95,7 @@ public async Task Get_GetApplicationOnHDInsightClusterCreationInProgress() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetApplicationOnHDInsightClusterCreationInProgress() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetApplicationInProgress.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetApplicationInProgress.json // this example is just showing the usage of "Applications_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -126,7 +126,7 @@ public async Task Exists_GetApplicationOnHDInsightClusterCreationInProgress() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetApplicationOnHDInsightClusterSuccessfullyCreated() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetApplicationCreated.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetApplicationCreated.json // this example is just showing the usage of "Applications_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -161,7 +161,7 @@ public async Task Get_GetApplicationOnHDInsightClusterSuccessfullyCreated() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetApplicationOnHDInsightClusterSuccessfullyCreated() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetApplicationCreated.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetApplicationCreated.json // this example is just showing the usage of "Applications_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -192,7 +192,7 @@ public async Task Exists_GetApplicationOnHDInsightClusterSuccessfullyCreated() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateApplication() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateApplication.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateApplication.json // this example is just showing the usage of "Applications_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightApplicationResource.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightApplicationResource.cs index 3ff963b09689..a16729669745 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightApplicationResource.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightApplicationResource.cs @@ -23,7 +23,7 @@ public partial class Sample_HDInsightApplicationResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetApplicationOnHDInsightClusterCreationInProgress() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetApplicationInProgress.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetApplicationInProgress.json // this example is just showing the usage of "Applications_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_GetApplicationOnHDInsightClusterCreationInProgress() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetApplicationOnHDInsightClusterSuccessfullyCreated() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetApplicationCreated.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetApplicationCreated.json // this example is just showing the usage of "Applications_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Get_GetApplicationOnHDInsightClusterSuccessfullyCreated() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateApplication() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateApplication.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateApplication.json // this example is just showing the usage of "Applications_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -164,7 +164,7 @@ public async Task Update_CreateApplication() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteApplicationFromHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DeleteApplication.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/DeleteApplication.json // this example is just showing the usage of "Applications_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -192,7 +192,7 @@ public async Task Delete_DeleteApplicationFromHDInsightCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAzureAsyncOperationStatus_GetTheAzureAsyncOperationStatus() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetApplicationCreationAsyncOperationStatus.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetApplicationCreationAsyncOperationStatus.json // this example is just showing the usage of "Applications_GetAzureAsyncOperationStatus" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightClusterCollection.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightClusterCollection.cs index 4c4a9ab95bf6..fd6b77c966b3 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightClusterCollection.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightClusterCollection.cs @@ -25,7 +25,7 @@ public partial class Sample_HDInsightClusterCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateHDInsightClusterWithAutoscaleConfiguration() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithAutoscaleConfig.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithAutoscaleConfig.json // this example is just showing the usage of "Clusters_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -158,6 +158,7 @@ public async Task CreateOrUpdate_CreateHDInsightClusterWithAutoscaleConfiguratio IsDefault = true, Container = "hdinsight-autoscale-tes-2019-06-18t05-49-16-591z", Key = "storagekey", +EnableSecureChannel = true, } }, }, @@ -177,7 +178,7 @@ public async Task CreateOrUpdate_CreateHDInsightClusterWithAutoscaleConfiguratio [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateHadoopClusterWithAzureDataLakeStorageGen2() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateLinuxHadoopAdlsGen2.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateLinuxHadoopAdlsGen2.json // this example is just showing the usage of "Clusters_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -266,6 +267,7 @@ public async Task CreateOrUpdate_CreateHadoopClusterWithAzureDataLakeStorageGen2 IsDefault = true, FileSystem = "default", Key = "storagekey", +EnableSecureChannel = true, } }, }, @@ -285,7 +287,7 @@ public async Task CreateOrUpdate_CreateHadoopClusterWithAzureDataLakeStorageGen2 [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateHadoopOnLinuxClusterWithSSHPassword() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateLinuxHadoopSshPassword.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateLinuxHadoopSshPassword.json // this example is just showing the usage of "Clusters_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -374,6 +376,7 @@ public async Task CreateOrUpdate_CreateHadoopOnLinuxClusterWithSSHPassword() IsDefault = true, Container = "containername", Key = "storagekey", +EnableSecureChannel = true, } }, }, @@ -393,7 +396,7 @@ public async Task CreateOrUpdate_CreateHadoopOnLinuxClusterWithSSHPassword() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateHadoopOnLinuxClusterWithSSHPublicKey() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateLinuxHadoopSshPublicKey.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateLinuxHadoopSshPublicKey.json // this example is just showing the usage of "Clusters_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -488,6 +491,7 @@ public async Task CreateOrUpdate_CreateHadoopOnLinuxClusterWithSSHPublicKey() IsDefault = true, Container = "containername", Key = "storagekey", +EnableSecureChannel = true, } }, }, @@ -507,7 +511,7 @@ public async Task CreateOrUpdate_CreateHadoopOnLinuxClusterWithSSHPublicKey() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateKafkaClusterWithKafkaRestProxy() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateKafkaClusterWithKafkaRestProxy.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateKafkaClusterWithKafkaRestProxy.json // this example is just showing the usage of "Clusters_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -618,6 +622,7 @@ public async Task CreateOrUpdate_CreateKafkaClusterWithKafkaRestProxy() IsDefault = true, Container = "containername", Key = "storagekey", +EnableSecureChannel = true, } }, }, @@ -637,7 +642,7 @@ public async Task CreateOrUpdate_CreateKafkaClusterWithKafkaRestProxy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateSecureHadoopCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateLinuxHadoopSecureHadoop.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateLinuxHadoopSecureHadoop.json // this example is just showing the usage of "Clusters_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -787,6 +792,7 @@ public async Task CreateOrUpdate_CreateSecureHadoopCluster() IsDefault = true, Container = "containername", Key = "storage account key", +EnableSecureChannel = true, } }, }, @@ -806,7 +812,7 @@ public async Task CreateOrUpdate_CreateSecureHadoopCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateSparkOnLinuxClusterWithSSHPassword() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateLinuxSparkSshPassword.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateLinuxSparkSshPassword.json // this example is just showing the usage of "Clusters_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -888,6 +894,7 @@ public async Task CreateOrUpdate_CreateSparkOnLinuxClusterWithSSHPassword() IsDefault = true, Container = "containername", Key = "storageapikey*", +EnableSecureChannel = true, } }, }, @@ -907,7 +914,7 @@ public async Task CreateOrUpdate_CreateSparkOnLinuxClusterWithSSHPassword() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateClusterWithTLS12() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithTLS12.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithTLS12.json // this example is just showing the usage of "Clusters_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -989,6 +996,7 @@ public async Task CreateOrUpdate_CreateClusterWithTLS12() IsDefault = true, Container = "default8525", Key = "storagekey", +EnableSecureChannel = true, } }, MinSupportedTlsVersion = "1.2", @@ -1009,7 +1017,7 @@ public async Task CreateOrUpdate_CreateClusterWithTLS12() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateClusterWithAvailabilityZones() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithAvailabilityZones.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithAvailabilityZones.json // this example is just showing the usage of "Clusters_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1148,6 +1156,7 @@ public async Task CreateOrUpdate_CreateClusterWithAvailabilityZones() IsDefault = true, Container = "containername", Key = "storage account key", +EnableSecureChannel = true, } }, }, @@ -1167,7 +1176,7 @@ public async Task CreateOrUpdate_CreateClusterWithAvailabilityZones() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateClusterWithComputeIsolationProperties() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithComputeIsolationProperties.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithComputeIsolationProperties.json // this example is just showing the usage of "Clusters_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1252,6 +1261,7 @@ public async Task CreateOrUpdate_CreateClusterWithComputeIsolationProperties() IsDefault = true, Container = "containername", Key = "storage account key", +EnableSecureChannel = true, } }, ComputeIsolationProperties = new HDInsightComputeIsolationProperties() @@ -1276,7 +1286,7 @@ public async Task CreateOrUpdate_CreateClusterWithComputeIsolationProperties() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateClusterWithEncryptionAtHost() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithEncryptionAtHost.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithEncryptionAtHost.json // this example is just showing the usage of "Clusters_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1358,6 +1368,7 @@ public async Task CreateOrUpdate_CreateClusterWithEncryptionAtHost() IsDefault = true, Container = "default8525", Key = "storagekey", +EnableSecureChannel = true, } }, DiskEncryptionProperties = new HDInsightDiskEncryptionProperties() @@ -1381,7 +1392,7 @@ public async Task CreateOrUpdate_CreateClusterWithEncryptionAtHost() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateClusterWithEncryptionInTransit() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithEncryptionInTransit.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithEncryptionInTransit.json // this example is just showing the usage of "Clusters_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1463,6 +1474,7 @@ public async Task CreateOrUpdate_CreateClusterWithEncryptionInTransit() IsDefault = true, Container = "default8525", Key = "storagekey", +EnableSecureChannel = true, } }, IsEncryptionInTransitEnabled = true, @@ -1483,7 +1495,7 @@ public async Task CreateOrUpdate_CreateClusterWithEncryptionInTransit() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateClusterWithNetworkProperties() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithCustomNetworkProperties.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateHDInsightClusterWithCustomNetworkProperties.json // this example is just showing the usage of "Clusters_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1578,6 +1590,7 @@ public async Task CreateOrUpdate_CreateClusterWithNetworkProperties() IsDefault = true, Container = "containername", Key = "storage account key", +EnableSecureChannel = true, } }, NetworkProperties = new HDInsightClusterNetworkProperties() @@ -1602,7 +1615,7 @@ public async Task CreateOrUpdate_CreateClusterWithNetworkProperties() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetHadoopOnLinuxCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxHadoopCluster.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetLinuxHadoopCluster.json // this example is just showing the usage of "Clusters_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1636,7 +1649,7 @@ public async Task Get_GetHadoopOnLinuxCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetHadoopOnLinuxCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxHadoopCluster.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetLinuxHadoopCluster.json // this example is just showing the usage of "Clusters_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1666,7 +1679,7 @@ public async Task Exists_GetHadoopOnLinuxCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSparkOnLinuxCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxSparkCluster.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetLinuxSparkCluster.json // this example is just showing the usage of "Clusters_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1700,7 +1713,7 @@ public async Task Get_GetSparkOnLinuxCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetSparkOnLinuxCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxSparkCluster.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetLinuxSparkCluster.json // this example is just showing the usage of "Clusters_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1730,7 +1743,7 @@ public async Task Exists_GetSparkOnLinuxCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_GetAllHadoopOnLinuxClustersInAResourceGroup() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxHadoopAllClustersInResourceGroup.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetLinuxHadoopAllClustersInResourceGroup.json // this example is just showing the usage of "Clusters_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightClusterResource.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightClusterResource.cs index ba39fa0185d9..a737d658abb5 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightClusterResource.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightClusterResource.cs @@ -25,7 +25,7 @@ public partial class Sample_HDInsightClusterResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_PatchHDInsightLinuxClusters() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/PatchLinuxHadoopCluster.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/PatchLinuxHadoopCluster.json // this example is just showing the usage of "Clusters_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -64,7 +64,7 @@ public async Task Update_PatchHDInsightLinuxClusters() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteHadoopOnLinuxCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DeleteLinuxHadoopCluster.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/DeleteLinuxHadoopCluster.json // this example is just showing the usage of "Clusters_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -91,7 +91,7 @@ public async Task Delete_DeleteHadoopOnLinuxCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetHadoopOnLinuxCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxHadoopCluster.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetLinuxHadoopCluster.json // this example is just showing the usage of "Clusters_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -122,7 +122,7 @@ public async Task Get_GetHadoopOnLinuxCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSparkOnLinuxCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxSparkCluster.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetLinuxSparkCluster.json // this example is just showing the usage of "Clusters_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -153,7 +153,7 @@ public async Task Get_GetSparkOnLinuxCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Resize_ResizeTheWorkerNodesForAHadoopOnLinuxCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/ResizeLinuxHadoopCluster.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/ResizeLinuxHadoopCluster.json // this example is just showing the usage of "Clusters_Resize" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -185,7 +185,7 @@ public async Task Resize_ResizeTheWorkerNodesForAHadoopOnLinuxCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UpdateAutoScaleConfiguration_DisableAutoscaleForTheHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DisableClusterAutoScale.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/DisableClusterAutoScale.json // this example is just showing the usage of "Clusters_UpdateAutoScaleConfiguration" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -214,7 +214,7 @@ public async Task UpdateAutoScaleConfiguration_DisableAutoscaleForTheHDInsightCl [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UpdateAutoScaleConfiguration_EnableOrUpdateAutoscaleWithTheLoadBasedConfigurationForHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/EnableOrUpdateAutoScaleWithLoadBasedConfiguration.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/EnableOrUpdateAutoScaleWithLoadBasedConfiguration.json // this example is just showing the usage of "Clusters_UpdateAutoScaleConfiguration" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -253,7 +253,7 @@ public async Task UpdateAutoScaleConfiguration_EnableOrUpdateAutoscaleWithTheLoa [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UpdateAutoScaleConfiguration_EnableOrUpdateAutoscaleWithTheScheduleBasedConfigurationForHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/EnableOrUpdateAutoScaleWithScheduleBasedConfiguration.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/EnableOrUpdateAutoScaleWithScheduleBasedConfiguration.json // this example is just showing the usage of "Clusters_UpdateAutoScaleConfiguration" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -307,7 +307,7 @@ public async Task UpdateAutoScaleConfiguration_EnableOrUpdateAutoscaleWithTheSch [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetHDInsightClusters_GetAllHadoopOnLinuxClusters() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxHadoopAllClusters.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetLinuxHadoopAllClusters.json // this example is just showing the usage of "Clusters_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -339,7 +339,7 @@ public async Task GetHDInsightClusters_GetAllHadoopOnLinuxClusters() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task RotateDiskEncryptionKey_RotateDiskEncryptionKeyOfTheSpecifiedHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/RotateLinuxHadoopClusterDiskEncryptionKey.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/RotateLinuxHadoopClusterDiskEncryptionKey.json // this example is just showing the usage of "Clusters_RotateDiskEncryptionKey" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -372,7 +372,7 @@ public async Task RotateDiskEncryptionKey_RotateDiskEncryptionKeyOfTheSpecifiedH [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetGatewaySettings_GetHTTPSettings() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Clusters_GetGatewaySettings.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/HDI_Clusters_GetGatewaySettings.json // this example is just showing the usage of "Clusters_GetGatewaySettings" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -399,7 +399,7 @@ public async Task GetGatewaySettings_GetHTTPSettings() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UpdateGatewaySettings_EnableHTTPConnectivity() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Clusters_UpdateGatewaySettings_Enable.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/HDI_Clusters_UpdateGatewaySettings_Enable.json // this example is just showing the usage of "Clusters_UpdateGatewaySettings" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -432,7 +432,7 @@ public async Task UpdateGatewaySettings_EnableHTTPConnectivity() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAsyncOperationStatus_GetAsyncOperationStatusOfCreatingCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetClusterCreatingAsyncOperationStatus.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetClusterCreatingAsyncOperationStatus.json // this example is just showing the usage of "Clusters_GetAzureAsyncOperationStatus" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -460,7 +460,7 @@ public async Task GetAsyncOperationStatus_GetAsyncOperationStatusOfCreatingClust [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UpdateIdentityCertificate_UpdateClusterIdentityCertificate() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Clusters_UpdateClusterIdentityCertificate.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/HDI_Clusters_UpdateClusterIdentityCertificate.json // this example is just showing the usage of "Clusters_UpdateIdentityCertificate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -493,7 +493,7 @@ public async Task UpdateIdentityCertificate_UpdateClusterIdentityCertificate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task ExecuteScriptActions_ExecuteScriptActionOnHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/PostExecuteScriptAction.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/PostExecuteScriptAction.json // this example is just showing the usage of "Clusters_ExecuteScriptActions" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -533,7 +533,7 @@ public async Task ExecuteScriptActions_ExecuteScriptActionOnHDInsightCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetConfiguration_GetAllConfigurationInformation() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Configurations_List.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/HDI_Configurations_List.json // this example is just showing the usage of "Configurations_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -560,7 +560,7 @@ public async Task GetConfiguration_GetAllConfigurationInformation() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UpdateConfiguration_DisableHTTPConnectivity() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/ChangeHttpConnectivityDisable.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/ChangeHttpConnectivityDisable.json // this example is just showing the usage of "Configurations_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -592,7 +592,7 @@ public async Task UpdateConfiguration_DisableHTTPConnectivity() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UpdateConfiguration_EnableHTTPConnectivity() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/ChangeHttpConnectivityEnable.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/ChangeHttpConnectivityEnable.json // this example is just showing the usage of "Configurations_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -626,7 +626,7 @@ public async Task UpdateConfiguration_EnableHTTPConnectivity() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetConfiguration_GetCoreSiteSettings() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Configurations_Get.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/HDI_Configurations_Get.json // this example is just showing the usage of "Configurations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -655,7 +655,7 @@ public async Task GetConfiguration_GetCoreSiteSettings() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task EnableClusterMonitoringExtension_EnableClusterMonitoring() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/EnableLinuxClusterMonitoring.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/EnableLinuxClusterMonitoring.json // this example is just showing the usage of "Extensions_EnableMonitoring" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -687,7 +687,7 @@ public async Task EnableClusterMonitoringExtension_EnableClusterMonitoring() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetClusterMonitoringExtensionStatus_EnableClusterMonitoring() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxClusterMonitoringStatus.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetLinuxClusterMonitoringStatus.json // this example is just showing the usage of "Extensions_GetMonitoringStatus" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -714,7 +714,7 @@ public async Task GetClusterMonitoringExtensionStatus_EnableClusterMonitoring() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task DisableClusterMonitoringExtension_EnableClusterMonitoring() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DisableLinuxClusterMonitoring.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/DisableLinuxClusterMonitoring.json // this example is just showing the usage of "Extensions_DisableMonitoring" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -741,7 +741,7 @@ public async Task DisableClusterMonitoringExtension_EnableClusterMonitoring() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task EnableAzureMonitorExtension_EnableClusterMonitoring() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/EnableLinuxClusterAzureMonitor.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/EnableLinuxClusterAzureMonitor.json // this example is just showing the usage of "Extensions_EnableAzureMonitor" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -773,7 +773,7 @@ public async Task EnableAzureMonitorExtension_EnableClusterMonitoring() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAzureMonitorExtensionStatus_EnableClusterMonitoring() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxClusterAzureMonitorStatus.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetLinuxClusterAzureMonitorStatus.json // this example is just showing the usage of "Extensions_GetAzureMonitorStatus" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -800,7 +800,7 @@ public async Task GetAzureMonitorExtensionStatus_EnableClusterMonitoring() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task DisableAzureMonitorExtension_EnableClusterMonitoring() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DisableLinuxClusterAzureMonitor.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/DisableLinuxClusterAzureMonitor.json // this example is just showing the usage of "Extensions_DisableAzureMonitor" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -827,7 +827,7 @@ public async Task DisableAzureMonitorExtension_EnableClusterMonitoring() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateExtension_CreateAMonitoringExtensionOnHadoopLinuxCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateExtension.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/CreateExtension.json // this example is just showing the usage of "Extensions_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -860,7 +860,7 @@ public async Task CreateExtension_CreateAMonitoringExtensionOnHadoopLinuxCluster [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetExtension_GetAnExtension() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetExtension.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetExtension.json // this example is just showing the usage of "Extensions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -888,7 +888,7 @@ public async Task GetExtension_GetAnExtension() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task DeleteExtension_DeleteAnExtension() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DeleteExtension.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/DeleteExtension.json // this example is just showing the usage of "Extensions_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -916,7 +916,7 @@ public async Task DeleteExtension_DeleteAnExtension() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetExtensionAsyncOperationStatus_GetsTheAzureAsyncOperationStatus() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetExtensionCreationAsyncOperationStatus.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetExtensionCreationAsyncOperationStatus.json // this example is just showing the usage of "Extensions_GetAzureAsyncOperationStatus" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -945,7 +945,7 @@ public async Task GetExtensionAsyncOperationStatus_GetsTheAzureAsyncOperationSta [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task DeleteScriptAction_DeleteAScriptActionOnHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DeleteScriptAction.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/DeleteScriptAction.json // this example is just showing the usage of "ScriptActions_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -973,7 +973,7 @@ public async Task DeleteScriptAction_DeleteAScriptActionOnHDInsightCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetScriptActions_ListAllPersistedScriptActionsForTheGivenCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxHadoopScriptAction.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetLinuxHadoopScriptAction.json // this example is just showing the usage of "ScriptActions_ListByCluster" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1003,7 +1003,7 @@ public async Task GetScriptActions_ListAllPersistedScriptActionsForTheGivenClust [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetScriptActionExecutionDetail_GetScriptExecutionHistoryByScriptId() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetScriptActionById.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetScriptActionById.json // this example is just showing the usage of "ScriptActions_GetExecutionDetail" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1031,7 +1031,7 @@ public async Task GetScriptActionExecutionDetail_GetScriptExecutionHistoryByScri [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetScriptActionExecutionAsyncOperationStatus_GetsTheAsyncExecutionOperationStatus() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetScriptExecutionAsyncOperationStatus.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetScriptExecutionAsyncOperationStatus.json // this example is just showing the usage of "ScriptActions_GetExecutionAsyncOperationStatus" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1059,7 +1059,7 @@ public async Task GetScriptActionExecutionAsyncOperationStatus_GetsTheAsyncExecu [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetScriptExecutionHistories_GetScriptExecutionHistoryList() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetScriptExecutionHistory.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetScriptExecutionHistory.json // this example is just showing the usage of "ScriptExecutionHistory_ListByCluster" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1089,7 +1089,7 @@ public async Task GetScriptExecutionHistories_GetScriptExecutionHistoryList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task PromoteScriptExecutionHistory_PromoteAScriptActionOnHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/PromoteLinuxHadoopScriptAction.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/PromoteLinuxHadoopScriptAction.json // this example is just showing the usage of "ScriptExecutionHistory_Promote" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1117,7 +1117,7 @@ public async Task PromoteScriptExecutionHistory_PromoteAScriptActionOnHDInsightC [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVirtualMachineHosts_GetAllHostsInTheCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetClusterVirtualMachines.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetClusterVirtualMachines.json // this example is just showing the usage of "VirtualMachines_ListHosts" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1147,7 +1147,7 @@ public async Task GetVirtualMachineHosts_GetAllHostsInTheCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task RestartVirtualMachineHosts_RestartsTheSpecifiedHDInsightClusterHosts() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/RestartVirtualMachinesOperation.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/RestartVirtualMachinesOperation.json // this example is just showing the usage of "VirtualMachines_RestartHosts" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1178,7 +1178,7 @@ public async Task RestartVirtualMachineHosts_RestartsTheSpecifiedHDInsightCluste [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVirtualMachineAsyncOperationStatus_GetsTheAsyncOperationStatusOfRestartingHost() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetRestartHostsAsyncOperationStatus.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetRestartHostsAsyncOperationStatus.json // this example is just showing the usage of "VirtualMachines_GetAsyncOperationStatus" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateEndpointConnectionCollection.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateEndpointConnectionCollection.cs index 02e0bed2c509..ea9a53d8ad8a 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateEndpointConnectionCollection.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateEndpointConnectionCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_HDInsightPrivateEndpointConnectionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_GetAllPrivateEndpointConnectionsForASpecificHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetAllPrivateEndpointConnectionsInCluster.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetAllPrivateEndpointConnectionsInCluster.json // this example is just showing the usage of "PrivateEndpointConnections_ListByCluster" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task GetAll_GetAllPrivateEndpointConnectionsForASpecificHDInsightCl [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_ApproveAPrivateEndpointConnectionManually() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/ApprovePrivateEndpointConnection.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/ApprovePrivateEndpointConnection.json // this example is just showing the usage of "PrivateEndpointConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -101,7 +101,7 @@ public async Task CreateOrUpdate_ApproveAPrivateEndpointConnectionManually() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSpecificPrivateEndpointConnectionForASpecificHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetPrivateEndpointConnection.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetPrivateEndpointConnection.json // this example is just showing the usage of "PrivateEndpointConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -136,7 +136,7 @@ public async Task Get_GetSpecificPrivateEndpointConnectionForASpecificHDInsightC [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetSpecificPrivateEndpointConnectionForASpecificHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetPrivateEndpointConnection.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetPrivateEndpointConnection.json // this example is just showing the usage of "PrivateEndpointConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateEndpointConnectionResource.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateEndpointConnectionResource.cs index 7047fadacf8c..210873d8f688 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateEndpointConnectionResource.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateEndpointConnectionResource.cs @@ -23,7 +23,7 @@ public partial class Sample_HDInsightPrivateEndpointConnectionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_ApproveAPrivateEndpointConnectionManually() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/ApprovePrivateEndpointConnection.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/ApprovePrivateEndpointConnection.json // this example is just showing the usage of "PrivateEndpointConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -61,7 +61,7 @@ public async Task Update_ApproveAPrivateEndpointConnectionManually() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSpecificPrivateEndpointConnectionForASpecificHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetPrivateEndpointConnection.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetPrivateEndpointConnection.json // this example is just showing the usage of "PrivateEndpointConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Get_GetSpecificPrivateEndpointConnectionForASpecificHDInsightC [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteSpecificPrivateEndpointConnectionForASpecificHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DeletePrivateEndpointConnection.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/DeletePrivateEndpointConnection.json // this example is just showing the usage of "PrivateEndpointConnections_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateLinkResource.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateLinkResource.cs index a19794a9b12f..afe7d86a04bc 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateLinkResource.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateLinkResource.cs @@ -21,7 +21,7 @@ public partial class Sample_HDInsightPrivateLinkResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSpecificPrivateLinkResourceInASpecificHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetPrivateLinkResource.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetPrivateLinkResource.json // this example is just showing the usage of "PrivateLinkResources_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateLinkResourceCollection.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateLinkResourceCollection.cs index 3c056ba81dcb..fc5f642075cc 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateLinkResourceCollection.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_HDInsightPrivateLinkResourceCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_HDInsightPrivateLinkResourceCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_GetAllPrivateLinkResourcesInASpecificHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetAllPrivateLinkResourcesInCluster.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetAllPrivateLinkResourcesInCluster.json // this example is just showing the usage of "PrivateLinkResources_ListByCluster" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task GetAll_GetAllPrivateLinkResourcesInASpecificHDInsightCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSpecificPrivateLinkResourceInASpecificHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetPrivateLinkResource.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetPrivateLinkResource.json // this example is just showing the usage of "PrivateLinkResources_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Get_GetSpecificPrivateLinkResourceInASpecificHDInsightCluster( [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetSpecificPrivateLinkResourceInASpecificHDInsightCluster() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetPrivateLinkResource.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetPrivateLinkResource.json // this example is just showing the usage of "PrivateLinkResources_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs index 48d178548e07..e441e594bf28 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs @@ -24,7 +24,7 @@ public partial class Sample_SubscriptionResourceExtensions [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetHDInsightCapabilities_GetTheSubscriptionCapabilitiesForSpecificLocation() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetHDInsightCapabilities.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetHDInsightCapabilities.json // this example is just showing the usage of "Locations_GetCapabilities" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -50,7 +50,7 @@ public async Task GetHDInsightCapabilities_GetTheSubscriptionCapabilitiesForSpec [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetHDInsightUsages_GetTheSubscriptionUsagesForSpecificLocation() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetHDInsightUsages.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/GetHDInsightUsages.json // this example is just showing the usage of "Locations_ListUsages" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -79,7 +79,7 @@ public async Task GetHDInsightUsages_GetTheSubscriptionUsagesForSpecificLocation [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetHDInsightBillingSpecs_GetTheSubscriptionBillingSpecsForTheSpecifiedLocation() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Locations_ListBillingSpecs.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/HDI_Locations_ListBillingSpecs.json // this example is just showing the usage of "Locations_ListBillingSpecs" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -105,7 +105,7 @@ public async Task GetHDInsightBillingSpecs_GetTheSubscriptionBillingSpecsForTheS [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CheckHDInsightNameAvailability_GetTheSubscriptionUsagesForSpecificLocation() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Locations_CheckClusterNameAvailability.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/HDI_Locations_CheckClusterNameAvailability.json // this example is just showing the usage of "Locations_CheckNameAvailability" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -136,7 +136,7 @@ public async Task CheckHDInsightNameAvailability_GetTheSubscriptionUsagesForSpec [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task ValidateHDInsightClusterCreation_GetTheSubscriptionUsagesForSpecificLocation() { - // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Locations_ValidateClusterCreateRequest.json + // Generated from example definition: specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2023-04-15-preview/examples/HDI_Locations_ValidateClusterCreateRequest.json // this example is just showing the usage of "Locations_ValidateClusterCreateRequest" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -253,6 +253,7 @@ public async Task ValidateHDInsightClusterCreation_GetTheSubscriptionUsagesForSp Container = "contianername", Key = "*******", ResourceId = new ResourceIdentifier("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/storagename"), +EnableSecureChannel = true, } }, MinSupportedTlsVersion = "1.2", diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/ArmHDInsightModelFactory.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/ArmHDInsightModelFactory.cs index ab4039e8afae..9cbd2a094846 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/ArmHDInsightModelFactory.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/ArmHDInsightModelFactory.cs @@ -19,6 +19,49 @@ namespace Azure.ResourceManager.HDInsight.Models /// Model factory for models. public static partial class ArmHDInsightModelFactory { + /// Initializes a new instance of HDInsightApplicationData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// The ETag for the application. + /// The tags for the application. + /// The properties of the application. + /// A new instance for mocking. + public static HDInsightApplicationData HDInsightApplicationData(ResourceIdentifier id = null, string name = null, ResourceType resourceType = default, SystemData systemData = null, ETag? etag = null, IDictionary tags = null, HDInsightApplicationProperties properties = null) + { + tags ??= new Dictionary(); + + return new HDInsightApplicationData(id, name, resourceType, systemData, etag, tags, properties); + } + + /// Initializes a new instance of HDInsightApplicationProperties. + /// The list of roles in the cluster. + /// The list of install script actions. + /// The list of uninstall script actions. + /// The list of application HTTPS endpoints. + /// The list of application SSH endpoints. + /// The provisioning state of the application. + /// The application type. + /// The application state. + /// The list of errors. + /// The application create date time. + /// The marketplace identifier. + /// The private link configurations. + /// A new instance for mocking. + public static HDInsightApplicationProperties HDInsightApplicationProperties(IEnumerable computeRoles = null, IEnumerable installScriptActions = null, IEnumerable uninstallScriptActions = null, IEnumerable httpsEndpoints = null, IEnumerable sshEndpoints = null, string provisioningState = null, string applicationType = null, string applicationState = null, IEnumerable errors = null, DateTimeOffset? createdOn = null, string marketplaceIdentifier = null, IEnumerable privateLinkConfigurations = null) + { + computeRoles ??= new List(); + installScriptActions ??= new List(); + uninstallScriptActions ??= new List(); + httpsEndpoints ??= new List(); + sshEndpoints ??= new List(); + errors ??= new List(); + privateLinkConfigurations ??= new List(); + + return new HDInsightApplicationProperties(computeRoles != null ? new ComputeProfile(computeRoles?.ToList()) : null, installScriptActions?.ToList(), uninstallScriptActions?.ToList(), httpsEndpoints?.ToList(), sshEndpoints?.ToList(), provisioningState, applicationType, applicationState, errors?.ToList(), createdOn, marketplaceIdentifier, privateLinkConfigurations?.ToList()); + } + /// Initializes a new instance of HDInsightClusterDataDiskGroup. /// The number of disks per node. /// ReadOnly. The storage account type. Do not set this value. @@ -29,6 +72,36 @@ public static HDInsightClusterDataDiskGroup HDInsightClusterDataDiskGroup(int? d return new HDInsightClusterDataDiskGroup(disksPerNode, storageAccountType, diskSizeInGB); } + /// Initializes a new instance of RuntimeScriptAction. + /// The name of the script action. + /// The URI to the script. + /// The parameters for the script. + /// The list of roles where script will be executed. + /// The application name of the script action, if any. + /// A new instance for mocking. + public static RuntimeScriptAction RuntimeScriptAction(string name = null, Uri uri = null, string parameters = null, IEnumerable roles = null, string applicationName = null) + { + roles ??= new List(); + + return new RuntimeScriptAction(name, uri, parameters, roles?.ToList(), applicationName); + } + + /// Initializes a new instance of HDInsightApplicationHttpsEndpoint. + /// The list of access modes for the application. + /// The location of the endpoint. + /// The destination port to connect to. + /// The public port to connect to. + /// The private ip address of the endpoint. + /// The subdomain suffix of the application. + /// The value indicates whether to disable GatewayAuth. + /// A new instance for mocking. + public static HDInsightApplicationHttpsEndpoint HDInsightApplicationHttpsEndpoint(IEnumerable accessModes = null, string endpointLocation = null, int? destinationPort = null, int? publicPort = null, IPAddress privateIPAddress = null, string subDomainSuffix = null, bool? disableGatewayAuth = null) + { + accessModes ??= new List(); + + return new HDInsightApplicationHttpsEndpoint(accessModes?.ToList(), endpointLocation, destinationPort, publicPort, privateIPAddress, subDomainSuffix, disableGatewayAuth); + } + /// Initializes a new instance of HDInsightPrivateLinkConfiguration. /// The private link configuration id. /// The name of private link configuration. @@ -59,6 +132,15 @@ public static HDInsightIPConfiguration HDInsightIPConfiguration(ResourceIdentifi return new HDInsightIPConfiguration(id, name, resourceType, provisioningState, isPrimary, privateIPAddress, privateIPAllocationMethod, subnetId != null ? ResourceManagerModelFactory.WritableSubResource(subnetId) : null); } + /// Initializes a new instance of HDInsightAsyncOperationResult. + /// The async operation state. + /// The operation error information. + /// A new instance for mocking. + public static HDInsightAsyncOperationResult HDInsightAsyncOperationResult(HDInsightAsyncOperationState? status = null, ResponseError error = null) + { + return new HDInsightAsyncOperationResult(status, error); + } + /// Initializes a new instance of HDInsightClusterData. /// The id. /// The name. @@ -132,86 +214,33 @@ public static HDInsightPrivateEndpointConnectionData HDInsightPrivateEndpointCon return new HDInsightPrivateEndpointConnectionData(id, name, resourceType, systemData, privateEndpointId != null ? ResourceManagerModelFactory.SubResource(privateEndpointId) : null, connectionState, linkIdentifier, provisioningState); } - /// Initializes a new instance of HDInsightAsyncOperationResult. - /// The async operation state. - /// The operation error information. - /// A new instance for mocking. - public static HDInsightAsyncOperationResult HDInsightAsyncOperationResult(HDInsightAsyncOperationState? status = null, ResponseError error = null) - { - return new HDInsightAsyncOperationResult(status, error); - } - - /// Initializes a new instance of HDInsightApplicationData. - /// The id. - /// The name. - /// The resourceType. - /// The systemData. - /// The ETag for the application. - /// The tags for the application. - /// The properties of the application. - /// A new instance for mocking. - public static HDInsightApplicationData HDInsightApplicationData(ResourceIdentifier id = null, string name = null, ResourceType resourceType = default, SystemData systemData = null, ETag? etag = null, IDictionary tags = null, HDInsightApplicationProperties properties = null) - { - tags ??= new Dictionary(); - - return new HDInsightApplicationData(id, name, resourceType, systemData, etag, tags, properties); - } - - /// Initializes a new instance of HDInsightApplicationProperties. - /// The list of roles in the cluster. - /// The list of install script actions. - /// The list of uninstall script actions. - /// The list of application HTTPS endpoints. - /// The list of application SSH endpoints. - /// The provisioning state of the application. - /// The application type. - /// The application state. - /// The list of errors. - /// The application create date time. - /// The marketplace identifier. - /// The private link configurations. - /// A new instance for mocking. - public static HDInsightApplicationProperties HDInsightApplicationProperties(IEnumerable computeRoles = null, IEnumerable installScriptActions = null, IEnumerable uninstallScriptActions = null, IEnumerable httpsEndpoints = null, IEnumerable sshEndpoints = null, string provisioningState = null, string applicationType = null, string applicationState = null, IEnumerable errors = null, DateTimeOffset? createdOn = null, string marketplaceIdentifier = null, IEnumerable privateLinkConfigurations = null) + /// Initializes a new instance of HDInsightClusterConfigurations. + /// The configuration object for the specified configuration for the specified cluster. + /// A new instance for mocking. + public static HDInsightClusterConfigurations HDInsightClusterConfigurations(IReadOnlyDictionary> configurations = null) { - computeRoles ??= new List(); - installScriptActions ??= new List(); - uninstallScriptActions ??= new List(); - httpsEndpoints ??= new List(); - sshEndpoints ??= new List(); - errors ??= new List(); - privateLinkConfigurations ??= new List(); + configurations ??= new Dictionary>(); - return new HDInsightApplicationProperties(computeRoles != null ? new ComputeProfile(computeRoles?.ToList()) : null, installScriptActions?.ToList(), uninstallScriptActions?.ToList(), httpsEndpoints?.ToList(), sshEndpoints?.ToList(), provisioningState, applicationType, applicationState, errors?.ToList(), createdOn, marketplaceIdentifier, privateLinkConfigurations?.ToList()); + return new HDInsightClusterConfigurations(configurations); } - /// Initializes a new instance of RuntimeScriptAction. - /// The name of the script action. - /// The URI to the script. - /// The parameters for the script. - /// The list of roles where script will be executed. - /// The application name of the script action, if any. - /// A new instance for mocking. - public static RuntimeScriptAction RuntimeScriptAction(string name = null, Uri uri = null, string parameters = null, IEnumerable roles = null, string applicationName = null) + /// Initializes a new instance of HDInsightClusterExtensionStatus. + /// The status of the monitor on the HDInsight cluster. + /// The workspace ID of the monitor on the HDInsight cluster. + /// A new instance for mocking. + public static HDInsightClusterExtensionStatus HDInsightClusterExtensionStatus(bool? isClusterMonitoringEnabled = null, string workspaceId = null) { - roles ??= new List(); - - return new RuntimeScriptAction(name, uri, parameters, roles?.ToList(), applicationName); + return new HDInsightClusterExtensionStatus(isClusterMonitoringEnabled, workspaceId); } - /// Initializes a new instance of HDInsightApplicationHttpsEndpoint. - /// The list of access modes for the application. - /// The location of the endpoint. - /// The destination port to connect to. - /// The public port to connect to. - /// The private ip address of the endpoint. - /// The subdomain suffix of the application. - /// The value indicates whether to disable GatewayAuth. - /// A new instance for mocking. - public static HDInsightApplicationHttpsEndpoint HDInsightApplicationHttpsEndpoint(IEnumerable accessModes = null, string endpointLocation = null, int? destinationPort = null, int? publicPort = null, IPAddress privateIPAddress = null, string subDomainSuffix = null, bool? disableGatewayAuth = null) + /// Initializes a new instance of HDInsightAzureMonitorExtensionStatus. + /// The status of the monitor on the HDInsight cluster. + /// The workspace ID of the monitor on the HDInsight cluster. + /// The selected configurations. + /// A new instance for mocking. + public static HDInsightAzureMonitorExtensionStatus HDInsightAzureMonitorExtensionStatus(bool? isClusterMonitoringEnabled = null, string workspaceId = null, HDInsightAzureMonitorSelectedConfigurations selectedConfigurations = null) { - accessModes ??= new List(); - - return new HDInsightApplicationHttpsEndpoint(accessModes?.ToList(), endpointLocation, destinationPort, publicPort, privateIPAddress, subDomainSuffix, disableGatewayAuth); + return new HDInsightAzureMonitorExtensionStatus(isClusterMonitoringEnabled, workspaceId, selectedConfigurations); } /// Initializes a new instance of HDInsightCapabilitiesResult. @@ -447,33 +476,21 @@ public static HDInsightClusterAaddsDetail HDInsightClusterAaddsDetail(string dom return new HDInsightClusterAaddsDetail(domainName, isInitialSyncComplete, isLdapsEnabled, ldapsPublicCertificateInBase64, resourceId, subnetId, tenantId); } - /// Initializes a new instance of HDInsightClusterConfigurations. - /// The configuration object for the specified configuration for the specified cluster. - /// A new instance for mocking. - public static HDInsightClusterConfigurations HDInsightClusterConfigurations(IReadOnlyDictionary> configurations = null) - { - configurations ??= new Dictionary>(); - - return new HDInsightClusterConfigurations(configurations); - } - - /// Initializes a new instance of HDInsightClusterExtensionStatus. - /// The status of the monitor on the HDInsight cluster. - /// The workspace ID of the monitor on the HDInsight cluster. - /// A new instance for mocking. - public static HDInsightClusterExtensionStatus HDInsightClusterExtensionStatus(bool? isClusterMonitoringEnabled = null, string workspaceId = null) + /// Initializes a new instance of HDInsightPrivateLinkResourceData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// The private link resource group id. + /// The private link resource required member names. + /// The private link resource Private link DNS zone name. + /// A new instance for mocking. + public static HDInsightPrivateLinkResourceData HDInsightPrivateLinkResourceData(ResourceIdentifier id = null, string name = null, ResourceType resourceType = default, SystemData systemData = null, string groupId = null, IEnumerable requiredMembers = null, IEnumerable requiredZoneNames = null) { - return new HDInsightClusterExtensionStatus(isClusterMonitoringEnabled, workspaceId); - } + requiredMembers ??= new List(); + requiredZoneNames ??= new List(); - /// Initializes a new instance of HDInsightAzureMonitorExtensionStatus. - /// The status of the monitor on the HDInsight cluster. - /// The workspace ID of the monitor on the HDInsight cluster. - /// The selected configurations. - /// A new instance for mocking. - public static HDInsightAzureMonitorExtensionStatus HDInsightAzureMonitorExtensionStatus(bool? isClusterMonitoringEnabled = null, string workspaceId = null, HDInsightAzureMonitorSelectedConfigurations selectedConfigurations = null) - { - return new HDInsightAzureMonitorExtensionStatus(isClusterMonitoringEnabled, workspaceId, selectedConfigurations); + return new HDInsightPrivateLinkResourceData(id, name, resourceType, systemData, groupId, requiredMembers?.ToList(), requiredZoneNames?.ToList()); } /// Initializes a new instance of RuntimeScriptActionDetail. @@ -516,22 +533,5 @@ public static HDInsightClusterHostInfo HDInsightClusterHostInfo(string name = nu { return new HDInsightClusterHostInfo(name, fqdn, effectiveDiskEncryptionKeyUri); } - - /// Initializes a new instance of HDInsightPrivateLinkResourceData. - /// The id. - /// The name. - /// The resourceType. - /// The systemData. - /// The private link resource group id. - /// The private link resource required member names. - /// The private link resource Private link DNS zone name. - /// A new instance for mocking. - public static HDInsightPrivateLinkResourceData HDInsightPrivateLinkResourceData(ResourceIdentifier id = null, string name = null, ResourceType resourceType = default, SystemData systemData = null, string groupId = null, IEnumerable requiredMembers = null, IEnumerable requiredZoneNames = null) - { - requiredMembers ??= new List(); - requiredZoneNames ??= new List(); - - return new HDInsightPrivateLinkResourceData(id, name, resourceType, systemData, groupId, requiredMembers?.ToList(), requiredZoneNames?.ToList()); - } } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/Extensions/HDInsightExtensions.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/Extensions/HDInsightExtensions.cs index a325db9259c7..cd9ce4463aac 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/Extensions/HDInsightExtensions.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/Extensions/HDInsightExtensions.cs @@ -50,39 +50,39 @@ private static SubscriptionResourceExtensionClient GetSubscriptionResourceExtens return new SubscriptionResourceExtensionClient(client, scope); }); } - #region HDInsightClusterResource + #region HDInsightApplicationResource /// - /// Gets an object representing a along with the instance operations that can be performed on it but with no data. - /// You can use to create a from its components. + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. /// /// The instance the method will execute against. /// The resource ID of the resource to get. - /// Returns a object. - public static HDInsightClusterResource GetHDInsightClusterResource(this ArmClient client, ResourceIdentifier id) + /// Returns a object. + public static HDInsightApplicationResource GetHDInsightApplicationResource(this ArmClient client, ResourceIdentifier id) { return client.GetResourceClient(() => { - HDInsightClusterResource.ValidateResourceId(id); - return new HDInsightClusterResource(client, id); + HDInsightApplicationResource.ValidateResourceId(id); + return new HDInsightApplicationResource(client, id); } ); } #endregion - #region HDInsightApplicationResource + #region HDInsightClusterResource /// - /// Gets an object representing a along with the instance operations that can be performed on it but with no data. - /// You can use to create a from its components. + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. /// /// The instance the method will execute against. /// The resource ID of the resource to get. - /// Returns a object. - public static HDInsightApplicationResource GetHDInsightApplicationResource(this ArmClient client, ResourceIdentifier id) + /// Returns a object. + public static HDInsightClusterResource GetHDInsightClusterResource(this ArmClient client, ResourceIdentifier id) { return client.GetResourceClient(() => { - HDInsightApplicationResource.ValidateResourceId(id); - return new HDInsightApplicationResource(client, id); + HDInsightClusterResource.ValidateResourceId(id); + return new HDInsightClusterResource(client, id); } ); } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/Models/HDInsightStorageAccountInfo.Serialization.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/Models/HDInsightStorageAccountInfo.Serialization.cs index 301267f9a7c8..b8aff0c6ef5c 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/Models/HDInsightStorageAccountInfo.Serialization.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/Models/HDInsightStorageAccountInfo.Serialization.cs @@ -74,6 +74,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("fileshare"u8); writer.WriteStringValue(Fileshare); } + if (Optional.IsDefined(EnableSecureChannel)) + { + writer.WritePropertyName("enableSecureChannel"u8); + writer.WriteBooleanValue(EnableSecureChannel.Value); + } writer.WriteEndObject(); } @@ -92,6 +97,7 @@ internal static HDInsightStorageAccountInfo DeserializeHDInsightStorageAccountIn Optional msiResourceId = default; Optional saskey = default; Optional fileshare = default; + Optional enableSecureChannel = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("name"u8)) @@ -153,8 +159,17 @@ internal static HDInsightStorageAccountInfo DeserializeHDInsightStorageAccountIn fileshare = property.Value.GetString(); continue; } + if (property.NameEquals("enableSecureChannel"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + enableSecureChannel = property.Value.GetBoolean(); + continue; + } } - return new HDInsightStorageAccountInfo(name.Value, Optional.ToNullable(isDefault), container.Value, fileSystem.Value, key.Value, resourceId.Value, msiResourceId.Value, saskey.Value, fileshare.Value); + return new HDInsightStorageAccountInfo(name.Value, Optional.ToNullable(isDefault), container.Value, fileSystem.Value, key.Value, resourceId.Value, msiResourceId.Value, saskey.Value, fileshare.Value, Optional.ToNullable(enableSecureChannel)); } } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/Models/HDInsightStorageAccountInfo.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/Models/HDInsightStorageAccountInfo.cs index a1ac6cd9563c..867b28d00b43 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/Models/HDInsightStorageAccountInfo.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/Models/HDInsightStorageAccountInfo.cs @@ -27,7 +27,8 @@ public HDInsightStorageAccountInfo() /// The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2. /// The shared access signature key. /// The file share name. - internal HDInsightStorageAccountInfo(string name, bool? isDefault, string container, string fileSystem, string key, ResourceIdentifier resourceId, ResourceIdentifier msiResourceId, string sasKey, string fileshare) + /// Enable secure channel or not, it's an optional field. Default value is false when cluster version < 5.1 and true when cluster version >= 5.1 ,. + internal HDInsightStorageAccountInfo(string name, bool? isDefault, string container, string fileSystem, string key, ResourceIdentifier resourceId, ResourceIdentifier msiResourceId, string sasKey, string fileshare, bool? enableSecureChannel) { Name = name; IsDefault = isDefault; @@ -38,6 +39,7 @@ internal HDInsightStorageAccountInfo(string name, bool? isDefault, string contai MsiResourceId = msiResourceId; SasKey = sasKey; Fileshare = fileshare; + EnableSecureChannel = enableSecureChannel; } /// The name of the storage account. @@ -58,5 +60,7 @@ internal HDInsightStorageAccountInfo(string name, bool? isDefault, string contai public string SasKey { get; set; } /// The file share name. public string Fileshare { get; set; } + /// Enable secure channel or not, it's an optional field. Default value is false when cluster version < 5.1 and true when cluster version >= 5.1 ,. + public bool? EnableSecureChannel { get; set; } } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ApplicationsRestOperations.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ApplicationsRestOperations.cs index d4e082c17325..4de37b26751a 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ApplicationsRestOperations.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ApplicationsRestOperations.cs @@ -33,7 +33,7 @@ public ApplicationsRestOperations(HttpPipeline pipeline, string applicationId, U { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-06-01"; + _apiVersion = apiVersion ?? "2023-04-15-preview"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ClustersRestOperations.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ClustersRestOperations.cs index 4af091611ccc..5b70dd0751fe 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ClustersRestOperations.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ClustersRestOperations.cs @@ -33,7 +33,7 @@ public ClustersRestOperations(HttpPipeline pipeline, string applicationId, Uri e { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-06-01"; + _apiVersion = apiVersion ?? "2023-04-15-preview"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ConfigurationsRestOperations.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ConfigurationsRestOperations.cs index 0762620283d3..ef09f6573202 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ConfigurationsRestOperations.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ConfigurationsRestOperations.cs @@ -34,7 +34,7 @@ public ConfigurationsRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-06-01"; + _apiVersion = apiVersion ?? "2023-04-15-preview"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ExtensionsRestOperations.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ExtensionsRestOperations.cs index 7c161189c2b3..a4c18500cfc2 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ExtensionsRestOperations.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ExtensionsRestOperations.cs @@ -33,7 +33,7 @@ public ExtensionsRestOperations(HttpPipeline pipeline, string applicationId, Uri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-06-01"; + _apiVersion = apiVersion ?? "2023-04-15-preview"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/LocationsRestOperations.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/LocationsRestOperations.cs index b747d5a8a674..70743fe7262d 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/LocationsRestOperations.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/LocationsRestOperations.cs @@ -33,7 +33,7 @@ public LocationsRestOperations(HttpPipeline pipeline, string applicationId, Uri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-06-01"; + _apiVersion = apiVersion ?? "2023-04-15-preview"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs index 85e7d903a50b..618b03c22c78 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs @@ -33,7 +33,7 @@ public PrivateEndpointConnectionsRestOperations(HttpPipeline pipeline, string ap { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-06-01"; + _apiVersion = apiVersion ?? "2023-04-15-preview"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs index fb89a6a0cb20..fdc2969b78ab 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs @@ -33,7 +33,7 @@ public PrivateLinkResourcesRestOperations(HttpPipeline pipeline, string applicat { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-06-01"; + _apiVersion = apiVersion ?? "2023-04-15-preview"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ScriptActionsRestOperations.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ScriptActionsRestOperations.cs index 2bce669533df..ec51a5cdabdb 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ScriptActionsRestOperations.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ScriptActionsRestOperations.cs @@ -33,7 +33,7 @@ public ScriptActionsRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-06-01"; + _apiVersion = apiVersion ?? "2023-04-15-preview"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ScriptExecutionHistoryRestOperations.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ScriptExecutionHistoryRestOperations.cs index b5001e21e21f..add16134dd69 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ScriptExecutionHistoryRestOperations.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/ScriptExecutionHistoryRestOperations.cs @@ -33,7 +33,7 @@ public ScriptExecutionHistoryRestOperations(HttpPipeline pipeline, string applic { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-06-01"; + _apiVersion = apiVersion ?? "2023-04-15-preview"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/VirtualMachinesRestOperations.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/VirtualMachinesRestOperations.cs index a5a44ff90032..79903df52cd2 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/VirtualMachinesRestOperations.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/RestOperations/VirtualMachinesRestOperations.cs @@ -34,7 +34,7 @@ public VirtualMachinesRestOperations(HttpPipeline pipeline, string applicationId { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-06-01"; + _apiVersion = apiVersion ?? "2023-04-15-preview"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/autorest.md b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/autorest.md index b2a2e2e78150..0269b554c177 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/autorest.md +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/autorest.md @@ -8,7 +8,7 @@ azure-arm: true csharp: true library-name: HDInsight namespace: Azure.ResourceManager.HDInsight -require: https://github.com/Azure/azure-rest-api-specs/blob/bab2f4389eb5ca73cdf366ec0a4af3f3eb6e1f6d/specification/hdinsight/resource-manager/readme.md +require: https://github.com/Azure/azure-rest-api-specs/blob/de37c47a625de64c0ac5bf76cf531527ba2feb77/specification/hdinsight/resource-manager/readme.md output-folder: $(this-folder)/Generated clear-output-folder: true skip-csproj: true diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/HDInsightManagementTestBase.cs b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/HDInsightManagementTestBase.cs index 2587bf5c69db..c22048837588 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/HDInsightManagementTestBase.cs +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/HDInsightManagementTestBase.cs @@ -22,7 +22,7 @@ public class HDInsightManagementTestBase : ManagementRecordedTestBase("key0", "value0")); + var cluster = await _clusterCollection.CreateOrUpdateAsync(WaitUntil.Completed, clusterName, data); + Assert.IsNotNull(cluster); + Assert.IsTrue(cluster.Value.Data.Properties.StorageAccounts.FirstOrDefault().EnableSecureChannel); + } } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleLoadBasedType.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleLoadBasedType.json index 69d62d42838a..da305016bed4 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleLoadBasedType.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleLoadBasedType.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ce49a93fcb32345a8675b51f38766ee7-85ade11e066c942a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "96192d7f777e31a711f57148c45c9dd3", + "traceparent": "00-112da30b53fa1fa61852e9b19e318f3d-6cf260e6d8d52c44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "146b393aa954bf25b7f9e24fbe1509f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:43:10 GMT", + "Date": "Mon, 12 Jun 2023 09:46:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "542bc11d-a902-4c80-a05c-5727f6e801e2", + "x-ms-correlation-request-id": "42bdac4a-a8d6-4d47-b874-34bc38f87212", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "542bc11d-a902-4c80-a05c-5727f6e801e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134310Z:542bc11d-a902-4c80-a05c-5727f6e801e2" + "x-ms-request-id": "42bdac4a-a8d6-4d47-b874-34bc38f87212", + "x-ms-routing-request-id": "JAPANEAST:20230612T094641Z:42bdac4a-a8d6-4d47-b874-34bc38f87212" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-5565?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-7636?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-799f45ca3360354788e7e27649083fa6-b7a79497d2e29d12-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5817a554946f3e8179760870893040c4", + "traceparent": "00-a3ab02f8e1a8ecda0d44d3428d363486-f8dcd6678bd3d5a1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c23230bef42dfb8374f2115eac798e10", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:43:14 GMT", + "Date": "Mon, 12 Jun 2023 09:46:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4378795d-070e-4c93-a9e2-a2606bb06879", + "x-ms-correlation-request-id": "c663dfe7-4f89-4e87-a63e-2c27c400c97c", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "4378795d-070e-4c93-a9e2-a2606bb06879", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134314Z:4378795d-070e-4c93-a9e2-a2606bb06879" + "x-ms-request-id": "c663dfe7-4f89-4e87-a63e-2c27c400c97c", + "x-ms-routing-request-id": "JAPANEAST:20230612T094641Z:c663dfe7-4f89-4e87-a63e-2c27c400c97c" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565", - "name": "HDInsightRG-5565", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636", + "name": "HDInsightRG-7636", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1185", + "Content-Length": "1189", "Content-Type": "application/json", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-526998d0af0ab0b9-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2402ad1da5a48be9fe701059a03e39fc", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-a5480dd3a6655a19-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fb44601ea3d2d65d6653dd167c598bff", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -180,9 +174,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster9417.blob.core.windows.net", + "name": "azstorageforcluster9466.blob.core.windows.net", "isDefault": true, - "container": "container912", + "container": "container8066", "key": "Sanitized" } ] @@ -194,30 +188,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1880", + "Content-Length": "1912", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:43:51 GMT", - "ETag": "\u0022d75c56f4-a6a6-4afd-8e6e-8e0276a1df68\u0022", + "Date": "Mon, 12 Jun 2023 09:47:12 GMT", + "ETag": "\u00220d20faeb-e130-4362-86f4-42163c27566d\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e69c566e-5b1f-44f7-8aa0-2cc152ffebd3", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a9ef9adb-c2a3-4d88-b7d1-95af070a6905", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "4b713b54-dd09-4cd0-be26-fbaa7ff3bc0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134351Z:e69c566e-5b1f-44f7-8aa0-2cc152ffebd3" + "x-ms-request-id": "c7dd793e-69d3-4de0-8b23-5af08eac7d19", + "x-ms-routing-request-id": "JAPANEAST:20230612T094712Z:a9ef9adb-c2a3-4d88-b7d1-95af070a6905" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased", "name": "hdisdk-loadbased", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "d75c56f4-a6a6-4afd-8e6e-8e0276a1df68", + "location": "Japan East", + "etag": "0d20faeb-e130-4362-86f4-42163c27566d", "tags": { "key0": "value0" }, @@ -226,13 +220,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "043ff1c1f28c49d198763121d76b7397", + "clusterId": "06a93da55749419bb60c33a0387e71ab", "computeProfile": { "roles": [ { @@ -284,7 +278,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T13:43:49.87", + "createdDate": "2023-06-12T09:47:12.287", "quotaInfo": { "coresUsed": 20 }, @@ -295,14 +289,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster9417.blob.core.windows.net", + "name": "azstorageforcluster9466.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container912", + "container": "container8066", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -319,45 +314,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-46273f06859f0ee4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d234d8a859cd99ce569b070b938df4de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:43:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ae9cf9a-5595-4ad6-9193-89c9e58a374c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "a6a07fc4-133d-4fa1-b35d-a943b31d7cbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134352Z:1ae9cf9a-5595-4ad6-9193-89c9e58a374c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-78974f07d0e35047-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d1357ab297065cd270c5c4a6cce0af88", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-5c238a8160a01609-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "63a6a810801eccc0591ea131420d6fae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -366,30 +329,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:43:53 GMT", + "Date": "Mon, 12 Jun 2023 09:47:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7de1f09e-cf6a-4f9e-915d-7e6b7be39742", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "6e5c0ee2-c6b9-4869-9174-7628b19bcb6e", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "851a593e-430c-4d13-a046-3bee22436e97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134354Z:7de1f09e-cf6a-4f9e-915d-7e6b7be39742" + "x-ms-request-id": "37ffea17-c3ba-450e-ae23-496862a609b3", + "x-ms-routing-request-id": "JAPANEAST:20230612T094713Z:6e5c0ee2-c6b9-4869-9174-7628b19bcb6e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-d1bedba4052a58c8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c8b14a0a6709662e448c0938b831a9d1", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-5da0b19012dcb6b5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "360df6273a5a407afd1949f33a4c10e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -398,30 +361,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:43:55 GMT", + "Date": "Mon, 12 Jun 2023 09:47:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77470d7b-531a-4c9f-9bef-52b6decb8b6f", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "291d9d5e-27bc-484d-9561-016f5722745a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "920dbe01-43b9-45aa-bcab-85e425d987a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134356Z:77470d7b-531a-4c9f-9bef-52b6decb8b6f" + "x-ms-request-id": "6145ccf5-5435-4608-a1ce-a43cee1526ae", + "x-ms-routing-request-id": "JAPANEAST:20230612T094714Z:291d9d5e-27bc-484d-9561-016f5722745a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-acaec11803621b42-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6255fa09943f10bf05d762079427cd75", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-5143bfe207234ef8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d30582e827b3e1e094a3e9eb3d31e8a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -430,30 +393,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:43:57 GMT", + "Date": "Mon, 12 Jun 2023 09:47:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ef60b76-24f1-45d6-8657-7f57619edf13", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "3815273d-0dd5-4f51-b1ab-ca9c3fe9ab89", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "5361c620-a52e-424b-81df-cdcc4c4342e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134358Z:7ef60b76-24f1-45d6-8657-7f57619edf13" + "x-ms-request-id": "84c807c7-0ac0-4858-8714-80fd73813f11", + "x-ms-routing-request-id": "JAPANEAST:20230612T094716Z:3815273d-0dd5-4f51-b1ab-ca9c3fe9ab89" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-0911b0a6487d22f5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "49007eec2cdc4bd54bcf8c7a8d99a33e", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-b26d0e794694d1da-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cee9ba6f3473d5012e66660436cd920c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -462,30 +425,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:44:01 GMT", + "Date": "Mon, 12 Jun 2023 09:47:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "484db4c8-b434-4286-8e3d-e1cbf8324787", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5b4c35ed-4786-4c35-bc6b-b2ec33ecd656", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "123ae242-eb59-4c36-9148-da4084f35346", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134401Z:484db4c8-b434-4286-8e3d-e1cbf8324787" + "x-ms-request-id": "56199349-a9f4-47eb-9fca-87b3ffbeeb70", + "x-ms-routing-request-id": "JAPANEAST:20230612T094717Z:5b4c35ed-4786-4c35-bc6b-b2ec33ecd656" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-a9252899b158930a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d29df21b4c8b76488ba0c2320527d11c", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-dfda4f73c6b90c8a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c048bb0e9b0700fb162ba1b6518e02cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -494,30 +457,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:44:05 GMT", + "Date": "Mon, 12 Jun 2023 09:47:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a27bdd7-b210-4fcc-82da-5111fc16b726", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "3e9f6901-ca5c-4722-ab94-f96481b3a36a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "49dca74f-4653-42d7-b11b-b200c43e302a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134406Z:6a27bdd7-b210-4fcc-82da-5111fc16b726" + "x-ms-request-id": "00144ca9-2cb6-482e-9d50-e162133e8a8f", + "x-ms-routing-request-id": "JAPANEAST:20230612T094719Z:3e9f6901-ca5c-4722-ab94-f96481b3a36a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-0eb01e5d15f3add2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3a4c93be6031dcf5240a166f0844836c", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-0640bb06ccb8b23f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7f84a6314163b4718030a44cc1dbabc7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -526,30 +489,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:44:14 GMT", + "Date": "Mon, 12 Jun 2023 09:47:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c7f86446-38fe-41c7-a8a6-7efb1899ce51", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "8c4b552f-2ec7-478f-bdb1-891af5ff27b9", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "cd93a006-fe7c-4ae3-aea5-55709a689cd1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134414Z:c7f86446-38fe-41c7-a8a6-7efb1899ce51" + "x-ms-request-id": "a9b78289-7f54-40a0-8e2c-7b887e38c48c", + "x-ms-routing-request-id": "JAPANEAST:20230612T094724Z:8c4b552f-2ec7-478f-bdb1-891af5ff27b9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-7eed1f5aa2ccf1e3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a2eb2334fa8a9fea358abd3b6aa34524", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-870118098abb8833-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "81dddc1127e9d39bbee9b848924a84a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -558,30 +521,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:44:31 GMT", + "Date": "Mon, 12 Jun 2023 09:47:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd3b4733-8f9f-4ee1-b8f5-8567c1f4c177", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "953dfe01-49c4-4f69-b90b-503c36aacc5c", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "4cb82820-3731-4505-a58d-d6d98ab7f6b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134431Z:bd3b4733-8f9f-4ee1-b8f5-8567c1f4c177" + "x-ms-request-id": "5100cbf9-1503-419e-8d64-b0e45672d00e", + "x-ms-routing-request-id": "JAPANEAST:20230612T094732Z:953dfe01-49c4-4f69-b90b-503c36aacc5c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-2cdd163527927dc5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fabb6ffe694dbb0dfdc0ad8036d96e46", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-850045870ee608e5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "90d39a631248cca949933fd7f6ae3e3a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -590,30 +553,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:45:03 GMT", + "Date": "Mon, 12 Jun 2023 09:47:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5c959d9-1c85-46d4-adf8-4a27ca3d3497", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "6c7e56b9-a889-47c6-82e8-7e0e605ce42c", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "2774298e-7e8e-41e6-b8d9-f6fbb92de2c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134504Z:a5c959d9-1c85-46d4-adf8-4a27ca3d3497" + "x-ms-request-id": "77877ea1-1722-4803-b0a4-fe35421c0a33", + "x-ms-routing-request-id": "JAPANEAST:20230612T094748Z:6c7e56b9-a889-47c6-82e8-7e0e605ce42c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-28354cb6103866da-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e1fd561d2f3bc492a9ac04a6a2b97281", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-569678edbef36de2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "74a5da8080b009e20ab0c17a88292136", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -622,30 +585,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:45:36 GMT", + "Date": "Mon, 12 Jun 2023 09:48:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53bc2f3c-a894-4894-9292-1e9f8aae432f", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "9a22c0bb-9909-42e2-81bd-3fa5962bc1ba", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "8d00f557-a9cc-4717-8ec4-d7165d2e0819", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134537Z:53bc2f3c-a894-4894-9292-1e9f8aae432f" + "x-ms-request-id": "5170be73-9790-4898-ac9e-6b46d6995efb", + "x-ms-routing-request-id": "JAPANEAST:20230612T094821Z:9a22c0bb-9909-42e2-81bd-3fa5962bc1ba" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-8ab52d10aab23cf9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9871f1c48889ca1e1530a4c94d6a695c", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-dc130c766830f579-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "27e904ab1a08fe7e32113855e8c4dc0f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -654,30 +617,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:46:09 GMT", + "Date": "Mon, 12 Jun 2023 09:48:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b193ad7e-c04f-45f8-8860-0bcaacc0ed24", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "ea419150-f838-412d-976b-63e84d041463", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "d2b452b7-96de-4b86-bcf6-654707408738", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134610Z:b193ad7e-c04f-45f8-8860-0bcaacc0ed24" + "x-ms-request-id": "875aa009-2bfb-4944-80e4-ec4b17a7a289", + "x-ms-routing-request-id": "JAPANEAST:20230612T094853Z:ea419150-f838-412d-976b-63e84d041463" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-188edcbc1eefcaf9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "131e761c64a5cfe9ddf751a165671844", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-fc1fd04438cd5d7d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b8c77eaa0fa4e2efb7ca8698512f431f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -686,30 +649,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:46:42 GMT", + "Date": "Mon, 12 Jun 2023 09:49:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4fc55f73-0123-4305-9530-c86a7b85cba6", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "aca8a955-e3ab-4037-a9ae-ba9fcccef750", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "945f4111-caba-4aff-9c17-34469a9bb5bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134642Z:4fc55f73-0123-4305-9530-c86a7b85cba6" + "x-ms-request-id": "99716ea5-637f-4686-a682-bf25e3d8dcb8", + "x-ms-routing-request-id": "JAPANEAST:20230612T094925Z:aca8a955-e3ab-4037-a9ae-ba9fcccef750" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-57f26bac89a0e5b1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "44bc2b4dd56794bd3833cc0a8ac8763f", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-850422d77655a6de-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f22c097217c565315ba6429f488d2045", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -718,30 +681,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:47:15 GMT", + "Date": "Mon, 12 Jun 2023 09:49:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73203a73-1e3b-4e34-bd05-eba6b5f3c043", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "775a684b-5d34-4a3e-a652-fedde2b11575", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "c721659e-37ce-4287-864d-37a52280f91a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134715Z:73203a73-1e3b-4e34-bd05-eba6b5f3c043" + "x-ms-request-id": "d0f8748f-39e4-4778-9db0-d0945dcb54a5", + "x-ms-routing-request-id": "JAPANEAST:20230612T094958Z:775a684b-5d34-4a3e-a652-fedde2b11575" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-f949b3e4b91351fe-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2c8aa7435f9a60dc08a1bb91377c64ae", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-74c828caa224bdd3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "09cfb1d369629c911506703d94e6ad02", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -750,30 +713,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:47:48 GMT", + "Date": "Mon, 12 Jun 2023 09:50:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b6f871b-d761-492f-9afe-6c63834c3ebe", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "05be8710-20d7-42db-8d5e-a7c3b685c063", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "328f5a10-c539-4ea2-ab2d-536ac2434ac1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134748Z:4b6f871b-d761-492f-9afe-6c63834c3ebe" + "x-ms-request-id": "9abc02b2-129c-4c53-9fd7-8fad6f532ef8", + "x-ms-routing-request-id": "JAPANEAST:20230612T095030Z:05be8710-20d7-42db-8d5e-a7c3b685c063" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-8f470e830e945bdd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "217b601824ad46f5b889db7198de4514", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-6dcdf4e135623e15-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dee318cdea97934a4d615cfdcd4f992a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -782,30 +745,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:48:21 GMT", + "Date": "Mon, 12 Jun 2023 09:51:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04b06c6a-20f3-4593-a124-60d9a3622ef2", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "4a3db305-47dd-47d4-8369-5630cd17ec6d", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "a16bff5a-6376-4dc3-9a4a-dacb2f2501a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134821Z:04b06c6a-20f3-4593-a124-60d9a3622ef2" + "x-ms-request-id": "58a9af85-194d-4e46-afd2-3b0ac7e8bae5", + "x-ms-routing-request-id": "JAPANEAST:20230612T095103Z:4a3db305-47dd-47d4-8369-5630cd17ec6d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-c7636fb5b7f8dec1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "be5e1180ebdceea94f5b3bc5192c5cbb", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-7dbcd569f57d3605-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a0c440a9396009bd7790dcbfa6f4d175", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -814,30 +777,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:48:55 GMT", + "Date": "Mon, 12 Jun 2023 09:51:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c6a0fdb-a687-4658-bd7a-30fcce72d277", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "906b8ece-2854-4bde-bc57-673a4e15eaa0", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "6e7bdd68-2bd9-4e28-a24b-5c0c731c1bb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134855Z:3c6a0fdb-a687-4658-bd7a-30fcce72d277" + "x-ms-request-id": "a1de496e-9636-4fcd-900b-b5342d1ae22c", + "x-ms-routing-request-id": "JAPANEAST:20230612T095135Z:906b8ece-2854-4bde-bc57-673a4e15eaa0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-cff43bea197a8177-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "29f21dcf554c1e91b1437310836bc82a", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-61abdc7fc621de21-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "30d13ff941a9e8ad663cbc000c93cec5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -846,30 +809,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:49:27 GMT", + "Date": "Mon, 12 Jun 2023 09:52:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d47f4f9-e981-4b07-b673-e80065bcd492", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "70d37caa-cbc3-48c7-943d-9daa3e03b200", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "a01b4bac-8a1b-415d-9e9b-0071e479f922", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134928Z:5d47f4f9-e981-4b07-b673-e80065bcd492" + "x-ms-request-id": "fb142c57-0701-48a5-a92f-5688983dc9c5", + "x-ms-routing-request-id": "JAPANEAST:20230612T095207Z:70d37caa-cbc3-48c7-943d-9daa3e03b200" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-1a35ea10cfc5b64c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2510a75ca51e2cd2b78dd152e92f2c8c", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-d94341d97fd9b06a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5393456c0d2194a25bda67070e8bec58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -878,30 +841,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:50:00 GMT", + "Date": "Mon, 12 Jun 2023 09:52:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3abafef5-26c5-4fe4-95c9-62248138a7d4", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "2929e3f6-f38e-4e2a-b8e7-6272c1a8d83b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "5acf7c66-2d20-45d8-90c1-ab0163f3b65f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135001Z:3abafef5-26c5-4fe4-95c9-62248138a7d4" + "x-ms-request-id": "05009f8e-84f7-4682-ad8b-713dc648b1d9", + "x-ms-routing-request-id": "JAPANEAST:20230612T095240Z:2929e3f6-f38e-4e2a-b8e7-6272c1a8d83b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-aa95591d5dfe38df-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7aa2202d1beb2bc7803f0c9978986be4", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-7263f279370074d7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8e04e78f697e678092db39247cbcfce3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -910,30 +873,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:50:32 GMT", + "Date": "Mon, 12 Jun 2023 09:53:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a445511-aea8-427b-83e8-7d18c657d848", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "9b199ead-b36d-439e-8a6d-3b768a760307", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "42e09d41-53ae-4ae6-8bb3-1738100b5554", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135033Z:7a445511-aea8-427b-83e8-7d18c657d848" + "x-ms-request-id": "2763f4ea-8714-4372-994e-346a114bb67e", + "x-ms-routing-request-id": "JAPANEAST:20230612T095312Z:9b199ead-b36d-439e-8a6d-3b768a760307" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-438ed3c542156978-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "72691193361b299c4bc672bf833f3582", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-3dbc385c0f1d4ace-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "605216c17e60eb539c3dd5cfdaa6dadb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -942,30 +905,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:51:05 GMT", + "Date": "Mon, 12 Jun 2023 09:53:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e693dbb-9fbb-455b-902d-a94fa444eaa2", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "2355e1cc-8158-4ea6-86a0-2329cd48f412", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "41b3aacb-d20d-4eb1-93e7-fa36c6fdf293", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135106Z:0e693dbb-9fbb-455b-902d-a94fa444eaa2" + "x-ms-request-id": "1661191c-04bf-4341-8114-fba1fe09dacc", + "x-ms-routing-request-id": "JAPANEAST:20230612T095345Z:2355e1cc-8158-4ea6-86a0-2329cd48f412" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-51da3d67a8424c60-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "62e3e7164dc8413edfe5a5de9938b41e", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-d31fb27d0982b187-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2470644f408f0247c52cc146d47e179e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -974,30 +937,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:51:38 GMT", + "Date": "Mon, 12 Jun 2023 09:54:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55603c00-880c-4b14-ba08-bdb5f1b05d69", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "105cd39e-9b45-4a4e-8c0a-9ebfc68d6c0e", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "2e5f07d9-f27f-4d9b-82a2-befae641f078", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135139Z:55603c00-880c-4b14-ba08-bdb5f1b05d69" + "x-ms-request-id": "0a83ad70-cfb2-459e-85d5-06bfd1f5d290", + "x-ms-routing-request-id": "JAPANEAST:20230612T095417Z:105cd39e-9b45-4a4e-8c0a-9ebfc68d6c0e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-f0d224d199d84a87-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d7beed21bac6f67183792f25a808a741", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-7ecaf03172f3fdb0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f74683dd8b3811f89418f24094b08dec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1006,30 +969,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:52:11 GMT", + "Date": "Mon, 12 Jun 2023 09:54:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c50b549-1f55-40eb-bb88-1a23e662cbb5", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "330bcc2c-dcca-4685-931c-31cfe8f3b872", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "fe15ef66-e42c-4de5-9b5b-e6c040db47ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135212Z:2c50b549-1f55-40eb-bb88-1a23e662cbb5" + "x-ms-request-id": "145f3b74-7589-4a8e-a6d9-323bd2de3b92", + "x-ms-routing-request-id": "JAPANEAST:20230612T095449Z:330bcc2c-dcca-4685-931c-31cfe8f3b872" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-a57dddb8bebc819a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "90828a0a08b4451bd227933591bd9012", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-e89d34aa15db9a45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "18d45d00d84c8154cf4f9b34bc0c171d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1038,30 +1001,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:52:45 GMT", + "Date": "Mon, 12 Jun 2023 09:55:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96688d89-3d8b-42b4-b1a6-bc4b6fd677e3", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "b358f1b8-3708-4d78-a91b-367d6596c570", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "6d818d4c-39ff-42a6-8709-d75bce83e430", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135245Z:96688d89-3d8b-42b4-b1a6-bc4b6fd677e3" + "x-ms-request-id": "dc33015b-42ce-4305-af58-20e6cfa6762c", + "x-ms-routing-request-id": "JAPANEAST:20230612T095522Z:b358f1b8-3708-4d78-a91b-367d6596c570" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-b770cbbbf5e5f397-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "959e53125d805cbc76ecde4f1e1999d7", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-1f0cd9665e39eee7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "56f23625e35fc4a36b5e90764d066e15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1070,30 +1033,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:53:18 GMT", + "Date": "Mon, 12 Jun 2023 09:55:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc2480a0-d216-478f-84a8-044baea5d7f6", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "b70d5f2c-bf2a-415e-98a0-e69880f71e81", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "e35b78b7-0568-41bd-b778-59ae10ffa8c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135318Z:cc2480a0-d216-478f-84a8-044baea5d7f6" + "x-ms-request-id": "92d5a489-aae4-4c67-9199-ac08bc6af33b", + "x-ms-routing-request-id": "JAPANEAST:20230612T095554Z:b70d5f2c-bf2a-415e-98a0-e69880f71e81" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-3ee32151a15ba501-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0ed4633d23b5196ad178049e263b65c6", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-d3d8f56d349b0d3d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7645d49effaa05512fc528e9f0c45587", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1102,30 +1065,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:53:52 GMT", + "Date": "Mon, 12 Jun 2023 09:56:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec058c3e-f3f0-4537-9f28-0b26e0e64070", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "2957c6b5-c2a0-4b33-9daa-5c903a4b995a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "22fae14f-9bc9-4c8a-a505-f77387f82f63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135352Z:ec058c3e-f3f0-4537-9f28-0b26e0e64070" + "x-ms-request-id": "a5014559-7367-4fa6-bbf9-532991b27e93", + "x-ms-routing-request-id": "JAPANEAST:20230612T095626Z:2957c6b5-c2a0-4b33-9daa-5c903a4b995a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-2fa1e146c318eeb6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "54131ce9126aacc0ce261ac829cc27b9", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-0d90233c32a02fed-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5d1bd40036be1d8cb910aced47dd33c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1134,30 +1097,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:54:25 GMT", + "Date": "Mon, 12 Jun 2023 09:56:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0365c6b6-fa7b-402f-bcb5-0aaa9c81c252", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "115d32a4-8d71-44aa-b0d5-dd3ab2c50dd7", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "41e77cb8-9e86-4336-a71e-f2b354cf0a5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135425Z:0365c6b6-fa7b-402f-bcb5-0aaa9c81c252" + "x-ms-request-id": "e2279c7c-872e-47a0-b04b-1f506ae5bc96", + "x-ms-routing-request-id": "JAPANEAST:20230612T095659Z:115d32a4-8d71-44aa-b0d5-dd3ab2c50dd7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-57f553e0c4a7d82e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2df8bb8e81e9ee5ce984c407591d353b", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-d7c26adfe966fec1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e79585e1a1c72573e5ec279abbbad3a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1166,30 +1129,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:54:57 GMT", + "Date": "Mon, 12 Jun 2023 09:57:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b40f8c7c-f909-4cb4-b3ab-c6ce13091fcf", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "23d7e7e0-5e43-4d61-8068-b4e5cfa6f6b5", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "eca79780-13b6-4844-af06-85b8d6b63996", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135458Z:b40f8c7c-f909-4cb4-b3ab-c6ce13091fcf" + "x-ms-request-id": "ccd2faf8-d266-426a-8936-368f18240c81", + "x-ms-routing-request-id": "JAPANEAST:20230612T095731Z:23d7e7e0-5e43-4d61-8068-b4e5cfa6f6b5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-1fab784dfb1b00e5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0166188744062b6da227408f09a1ef05", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-02635c2ebf11d256-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7975080910eb68574728bc9a5263bd51", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1198,30 +1161,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:55:29 GMT", + "Date": "Mon, 12 Jun 2023 09:58:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d179053f-09e1-45d8-a0b4-c8cd2141d08f", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "15ec9638-774d-4858-9f6b-2a60e7179fd8", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "67e6369b-251e-4ec1-8b10-17925835a63e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135530Z:d179053f-09e1-45d8-a0b4-c8cd2141d08f" + "x-ms-request-id": "ebfaca7b-ec52-46fb-9caa-5926f62368f3", + "x-ms-routing-request-id": "JAPANEAST:20230612T095804Z:15ec9638-774d-4858-9f6b-2a60e7179fd8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-06944047615f2b31-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6b104a50374267ddc0246ae54eb953b1", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-d8920a597e0aca29-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6a075f926d2e5fc061f578d10ff262ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1230,30 +1193,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:56:03 GMT", + "Date": "Mon, 12 Jun 2023 09:58:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1be0725-c943-4962-a775-3ced6dbc6ac9", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "402a502a-f836-4e12-b9bf-fcbb8dde8e22", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "9c6c0f32-99d6-41ea-ad62-3a62f0ddddbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135603Z:a1be0725-c943-4962-a775-3ced6dbc6ac9" + "x-ms-request-id": "6c1c33bf-ce06-4f17-ade3-5fea50b3a7a2", + "x-ms-routing-request-id": "JAPANEAST:20230612T095836Z:402a502a-f836-4e12-b9bf-fcbb8dde8e22" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-4dec3db0a005e369-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1140dff1266549b34ecd8ac141cde547", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-95b5938fc307bc05-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3fe4053cb968d0dd2e2d9f9ee4d8d381", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1262,30 +1225,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:56:36 GMT", + "Date": "Mon, 12 Jun 2023 09:59:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "622f9560-702e-4f5f-b05a-d553a7a66a8b", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "80f49a3f-dc27-4016-8314-8b4d96ccaf7b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "f445b904-9c80-454d-a9e9-dcac8343a678", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135636Z:622f9560-702e-4f5f-b05a-d553a7a66a8b" + "x-ms-request-id": "c090ff4e-1cf8-484e-ae63-b7ead9dc9d7c", + "x-ms-routing-request-id": "JAPANEAST:20230612T095908Z:80f49a3f-dc27-4016-8314-8b4d96ccaf7b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-9a33ea700538991b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0eb6be95ca0c50f83bfe41e1da88dde9", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-323c12bf5b78f2a1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5b08d52f69b29b79481517f597855955", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1294,30 +1257,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:57:08 GMT", + "Date": "Mon, 12 Jun 2023 09:59:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b17f3c2-cb02-47c3-8b90-57aeaa5c87f7", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "09b226e1-745d-471d-9eab-a118dad1b915", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "cf6b4012-2987-4ba4-9b49-c55248f0e787", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135709Z:1b17f3c2-cb02-47c3-8b90-57aeaa5c87f7" + "x-ms-request-id": "b09ee755-0b3e-47d0-908e-fb9f1b2ebf68", + "x-ms-routing-request-id": "JAPANEAST:20230612T095941Z:09b226e1-745d-471d-9eab-a118dad1b915" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-cfc9594ea5348b7f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "299d8ed4de612a9f97c71c75ac1b26f2", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-7b8bc2a1224904fc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4d5ebdc67e7fd8e982373b01cd217b89", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1326,30 +1289,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:57:42 GMT", + "Date": "Mon, 12 Jun 2023 10:00:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "177c6372-da6d-4bd5-be56-dc6bfa5a129c", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "92084488-7ca2-43bf-a91d-2ddfab6f0d25", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "0ddfffe2-05e5-470e-9bc9-1e3b65815ec1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135742Z:177c6372-da6d-4bd5-be56-dc6bfa5a129c" + "x-ms-request-id": "e10130d1-f703-4056-90d2-4940ef0f6adb", + "x-ms-routing-request-id": "JAPANEAST:20230612T100013Z:92084488-7ca2-43bf-a91d-2ddfab6f0d25" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-607dd6eb6368c85e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8f4f223e440226a4e7f0d567e5d16ec5", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-4ce80150070b43d9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "39a1f72207ead24d8c48f652a2e838a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1358,30 +1321,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:58:14 GMT", + "Date": "Mon, 12 Jun 2023 10:00:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ba4dc0d-7b38-4b0f-bd6c-8b9d87c87f22", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "ce88a6d4-43e9-4910-8c1c-bf76d7f502fe", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "f8f8c2bd-05ef-4a4e-9698-aa32dd4e30cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135815Z:1ba4dc0d-7b38-4b0f-bd6c-8b9d87c87f22" + "x-ms-request-id": "46621995-b2d0-499f-a14d-1d8f7eb8f110", + "x-ms-routing-request-id": "JAPANEAST:20230612T100046Z:ce88a6d4-43e9-4910-8c1c-bf76d7f502fe" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-2d6711117cf8f78d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b2eda1efbb30b7e61e8c7745ad82a31f", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-ba1f03b355e34a36-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "26d84ad3867ab102ec30d87b2e77ce27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1390,30 +1353,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:58:49 GMT", + "Date": "Mon, 12 Jun 2023 10:01:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b155bd3-1b44-40d3-9099-3afc17ccce06", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "f2df8835-10f2-4539-a06f-3de50da234ce", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "58e0bfa1-3fe1-4d21-8a28-c12a2ebd690f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135849Z:2b155bd3-1b44-40d3-9099-3afc17ccce06" + "x-ms-request-id": "ccbf0b1c-0177-4d88-9093-a63b0e61b955", + "x-ms-routing-request-id": "JAPANEAST:20230612T100118Z:f2df8835-10f2-4539-a06f-3de50da234ce" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-55b68ae03e6a02ee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b7a34ed74d398fe7ea764271083844c5", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-50988a302f61b6e9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a0d28e9a1fe4bf6a6f8bc1368797359a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1422,30 +1385,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:59:21 GMT", + "Date": "Mon, 12 Jun 2023 10:01:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d946ce74-22ce-4c06-8135-1017d723929a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a82cb23e-cf37-4da5-8fed-fd8703b1a5eb", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "5ef15cbb-29c8-495a-a65b-6ce0db0f9715", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135922Z:d946ce74-22ce-4c06-8135-1017d723929a" + "x-ms-request-id": "48b1b482-a2b3-41a7-b4b0-8be4bd9d3034", + "x-ms-routing-request-id": "JAPANEAST:20230612T100150Z:a82cb23e-cf37-4da5-8fed-fd8703b1a5eb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-9b55e736840df5b7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0b865758742e82c23c977075cd5f7964", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-4ae7947767546076-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "822d92fe54489c0ef4f04dba2ed2a414", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1454,30 +1417,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:59:54 GMT", + "Date": "Mon, 12 Jun 2023 10:02:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01c65953-e86a-4a2f-bec6-00e7f415805a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "540a4c9c-6e98-47cc-96c8-6c021ae5bf4f", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "b5094c7a-1543-4e1b-bdad-e9a16c04510a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T135954Z:01c65953-e86a-4a2f-bec6-00e7f415805a" + "x-ms-request-id": "2ad5a74b-897a-422d-8bba-ea31dba864f4", + "x-ms-routing-request-id": "JAPANEAST:20230612T100223Z:540a4c9c-6e98-47cc-96c8-6c021ae5bf4f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-0ea756ef0f798d26-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "968fb64cb62ea28cb95dc7b97875afe6", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-3faacfdb4b0849c2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "13b8cf7a9815b3c4e019b7efc4cb2955", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1486,30 +1449,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:00:27 GMT", + "Date": "Mon, 12 Jun 2023 10:02:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce194275-1d23-479f-ada4-c01c8d236219", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "ccc4f8e1-5eea-4dae-bb41-15413a4c6c7d", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "a6658a3d-7b68-4da1-8f85-65d55b0c6f04", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140027Z:ce194275-1d23-479f-ada4-c01c8d236219" + "x-ms-request-id": "9f4a28b9-c392-43ee-8ef2-15ffd0fe1d5d", + "x-ms-routing-request-id": "JAPANEAST:20230612T100255Z:ccc4f8e1-5eea-4dae-bb41-15413a4c6c7d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-161853785ca92049-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "56ecb24798fc63f08c207ba1dc71c18a", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-93a04ecf96b6044a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9b7d3dfa4c4945de8036abf4d2b0909d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1518,30 +1481,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:01:00 GMT", + "Date": "Mon, 12 Jun 2023 10:03:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c0c6363-6718-4bf5-8881-edfbc176b8e1", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "e00caa6a-1376-4c8b-8f08-d12639ed9287", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "8c3cc92a-12fa-4dd6-a67e-74b2432a2d0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140100Z:5c0c6363-6718-4bf5-8881-edfbc176b8e1" + "x-ms-request-id": "2d33b6dd-7b59-4c4e-81a0-cae9bcd0019c", + "x-ms-routing-request-id": "JAPANEAST:20230612T100328Z:e00caa6a-1376-4c8b-8f08-d12639ed9287" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-208b53f490e9ea52-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5224defdaea8a196cae351d1ac0809c6", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-8ad514d85856676b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b8bcace621de6585ce7aa22f9d1fd729", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1550,30 +1513,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:01:32 GMT", + "Date": "Mon, 12 Jun 2023 10:04:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3fa9162e-2fe9-4756-9271-211caf0ae4d4", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "12f907fc-106d-4178-8e8a-428217322551", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "e7df344f-a7c6-45f9-907e-878505e1f5d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140133Z:3fa9162e-2fe9-4756-9271-211caf0ae4d4" + "x-ms-request-id": "1bfa2484-d68b-43f0-a5f7-9e697c779535", + "x-ms-routing-request-id": "JAPANEAST:20230612T100400Z:12f907fc-106d-4178-8e8a-428217322551" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-e3a13cb582b9b230-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1b2d8ae82372b468c52c090d3aebc547", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-c23fc6e05826f32c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f0c0f7c709542ecaf07393deecd0e02f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1582,30 +1545,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:02:05 GMT", + "Date": "Mon, 12 Jun 2023 10:04:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2ba17c9-a6ac-414b-98c9-b5ded2666992", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "49c63efc-ac94-4cc1-a031-6e30d4b51b99", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "8f6e2c41-bf44-4be3-92c6-7214e45d0082", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140206Z:f2ba17c9-a6ac-414b-98c9-b5ded2666992" + "x-ms-request-id": "1b4b4667-709e-458e-8dd7-90a9da58a7f0", + "x-ms-routing-request-id": "JAPANEAST:20230612T100432Z:49c63efc-ac94-4cc1-a031-6e30d4b51b99" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-944439f2308204b7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9abc3d9b5d51993e1b4a8b18461fb784", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-b04db8596e60ef4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "17081988700fd876b817cdcfa9aea760", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1614,30 +1577,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:02:38 GMT", + "Date": "Mon, 12 Jun 2023 10:05:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7603515-a5fb-4c2c-ab56-24a7c0a801a7", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "b9ef4a2f-227a-4950-adde-57b6dc38a10c", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "f873d88e-f8c0-4fef-8a02-f6bf480e53ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140239Z:d7603515-a5fb-4c2c-ab56-24a7c0a801a7" + "x-ms-request-id": "fc40def6-0d13-486b-a0aa-ae8319fed1fa", + "x-ms-routing-request-id": "JAPANEAST:20230612T100505Z:b9ef4a2f-227a-4950-adde-57b6dc38a10c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-d8c9a6aa0adef5ec-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "52b8b516a644d917756f8c7ca48966de", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-c4f96f8a5bd33b66-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "db2d825ea0f0dd48e28ec76b8ea679fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1646,30 +1609,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:03:11 GMT", + "Date": "Mon, 12 Jun 2023 10:05:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c0b3771-6469-4f59-86de-063cb7326348", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "64a44fb4-dcf0-45d8-b173-4d203b71ccca", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "5db40b36-6804-4983-a107-8a01126ab365", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140312Z:9c0b3771-6469-4f59-86de-063cb7326348" + "x-ms-request-id": "10b12f8e-7a32-474e-8fc6-c6e0f4dfcb11", + "x-ms-routing-request-id": "JAPANEAST:20230612T100537Z:64a44fb4-dcf0-45d8-b173-4d203b71ccca" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-d5e2bf04866b16e0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6f35091e6f4c8b754b93002897506ea5", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-214c225e14a59100-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "84a77299c016561a81e7383d3bfb8442", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1678,510 +1641,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:03:45 GMT", + "Date": "Mon, 12 Jun 2023 10:06:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "676893b9-fa60-4062-be00-3f159206ef24", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "fcea112d-c88f-4e87-8156-56bc2965c23e", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "679b9188-a486-4ffa-b6b0-0339772bb396", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140346Z:676893b9-fa60-4062-be00-3f159206ef24" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-bfb5e24823d642df-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "85f785757232f50325e225e1d0c1f591", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:04:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b73a114b-e951-4be4-8479-3e1cf2c27d74", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "da1467fe-a958-4a09-ae6c-93c797e3f1d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140418Z:b73a114b-e951-4be4-8479-3e1cf2c27d74" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-4a267d405c6b4fad-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3cfaade347eaa7373f2d06b0a5ef4225", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:04:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66f5ad7e-d328-4bf1-9f97-63014c2bf6d3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "fbb645a7-89f2-45e8-b55c-34755032f86c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140451Z:66f5ad7e-d328-4bf1-9f97-63014c2bf6d3" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-35d1f5adbe560422-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1e07e701e092abac063f496a4a93ba8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:05:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77afb959-c591-45be-a629-96de0b5c0377", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "b9c25649-d6b5-49d3-ba61-19ea902c11ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140524Z:77afb959-c591-45be-a629-96de0b5c0377" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-9f62e4651ae90a17-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ea446e9e31552dbb4e4f46056c534f35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:05:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98ede049-310e-4ac8-af6a-c5c488aa468d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "22be91e6-2242-45a2-b1ea-9bd11fa8daf5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140557Z:98ede049-310e-4ac8-af6a-c5c488aa468d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-5e1e1cef17f34ffa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e9e0ff9fd6ba02ff004e36aafecc5dab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:06:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9e02791-df28-4e7c-bf8b-de91a6dbdec9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "0a086032-f017-4425-bb47-82444a08c15b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140630Z:c9e02791-df28-4e7c-bf8b-de91a6dbdec9" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-67c995c0f62d14dd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "37117c7258abcfcf2cdad0429aa63fb3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:07:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "447db22a-9948-4f2d-8d9f-d0f3a8ef1ba8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "1f855c63-414d-47b3-a7c4-10bfc5af520b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140702Z:447db22a-9948-4f2d-8d9f-d0f3a8ef1ba8" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-8fa817a7f4fcdba9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4acb13f0d1b3c7cf6e41e907fb102e82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:07:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9289d26c-47ca-40c8-a616-a059d2aec84e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "4bc9237e-4376-426a-b232-3d3cf0ea394c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140735Z:9289d26c-47ca-40c8-a616-a059d2aec84e" + "x-ms-request-id": "5cfbf20b-19a9-4dd7-99c4-8f6538685266", + "x-ms-routing-request-id": "JAPANEAST:20230612T100610Z:fcea112d-c88f-4e87-8156-56bc2965c23e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-1085f93833c6093e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ef929bf21841468a2f11bde006bd685a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:08:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c718f4c0-db17-44df-ac1f-56a18142d745", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "5cacc3e7-fdca-47c3-913f-9362ce5fa0f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140808Z:c718f4c0-db17-44df-ac1f-56a18142d745" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-03e5d3f120538193-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "eaba820f1200a1f8ad49c8696fc8d31b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:08:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6874d33a-1384-464b-8212-1fc378f34544", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "46473cf0-fa84-4d07-bb52-c0335615d89c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140842Z:6874d33a-1384-464b-8212-1fc378f34544" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-0d5c673f3aa4494f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ff4f4eab4f14d77288841ba113efc1b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:09:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1eba7a85-26fd-48d1-ba8d-733af91792f0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "8ab10dee-4c35-4211-a515-7d9e23ea5f07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140915Z:1eba7a85-26fd-48d1-ba8d-733af91792f0" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-f7d774e7ba5b020b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "78f88fd94456e081a2f042f75021d767", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:09:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57e3d874-c04b-43c2-87fd-c52d9a77eefe", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "1fd20dce-c32a-4eb6-9625-908f79a96cc8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T140948Z:57e3d874-c04b-43c2-87fd-c52d9a77eefe" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-edbd9b10532e0b11-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b834a23d696ebf4510e2617cf7568ebd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:10:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84b5bb21-b959-409c-a509-554f344a734f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "9a0d551c-c028-4705-a752-f8a30c6e3f94", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141021Z:84b5bb21-b959-409c-a509-554f344a734f" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-7fbad04e28a9aaca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e09016885ad066c5cd6e5c230d7a8767", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:10:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44f98c18-e562-4934-9c85-d0e1484de1a4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "799be651-a448-42fc-a049-44e5e88d7fd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141054Z:44f98c18-e562-4934-9c85-d0e1484de1a4" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-db138fd0f11ed64b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7164b3ad09ba6f4349386873e305e94c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:11:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0aefe414-4c3d-4c70-957d-2e59c7c64a65", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "e263165a-72f0-4175-98a6-36e8ffe25b49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141127Z:0aefe414-4c3d-4c70-957d-2e59c7c64a65" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-8420acddad290bbc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "396f8462f791e297dcceebff0c21b196", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:11:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9a918ac-9d5e-41f4-a686-ef0a29cd5c51", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "2a1f0e1d-4d5b-4b40-85ac-3fa28aee50f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141159Z:b9a918ac-9d5e-41f4-a686-ef0a29cd5c51" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-ad6105e14165aee5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "43cef95b1cf27f03d3209697f25183c7", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-2c3ce97ee4d6e620-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "697f32cb05a3e83fd02a3580a80b4911", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2190,71 +1673,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:12:31 GMT", + "Date": "Mon, 12 Jun 2023 10:06:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c536e98-416a-4a69-9ca7-61398cc5355a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "300e6141-43fe-43d9-ae38-c650e881ea29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141232Z:1c536e98-416a-4a69-9ca7-61398cc5355a" + "x-ms-correlation-request-id": "36d1b948-95b5-4ba4-a469-98f9e304a43e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "bf83c258-b977-4ec9-8f1b-1dcdb7441986", + "x-ms-routing-request-id": "JAPANEAST:20230612T100642Z:36d1b948-95b5-4ba4-a469-98f9e304a43e" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dd294a03a36307b077e86f8d67c2d1da-515fbb526d819e6f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "89c110854d0bb6d61c8194ec1d436328", + "traceparent": "00-1c94725086048ab9bc45471e775c41a9-db4f9dbdd23c3cee-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3636cf9e23069e4968d65a08670ba2e7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2101", + "Content-Length": "2133", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:12:33 GMT", + "Date": "Mon, 12 Jun 2023 10:06:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44832380-05af-4db7-b18c-b2bff7c1ba2c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "8c3ce0f3-578a-4543-89d8-0933c1676c5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141233Z:44832380-05af-4db7-b18c-b2bff7c1ba2c" + "x-ms-correlation-request-id": "eeda1b72-4d48-4791-ba05-4ef9cd5672c3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "f0cbc906-3b1f-45d4-af9a-b4468b09c04d", + "x-ms-routing-request-id": "JAPANEAST:20230612T100643Z:eeda1b72-4d48-4791-ba05-4ef9cd5672c3" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5565/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7636/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased", "name": "hdisdk-loadbased", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "d75c56f4-a6a6-4afd-8e6e-8e0276a1df68", + "location": "Japan East", + "etag": "0d20faeb-e130-4362-86f4-42163c27566d", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "043ff1c1f28c49d198763121d76b7397", + "clusterId": "06a93da55749419bb60c33a0387e71ab", "computeProfile": { "roles": [ { @@ -2306,7 +1789,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T13:43:49.87", + "createdDate": "2023-06-12T09:47:12.287", "quotaInfo": { "coresUsed": 20 }, @@ -2331,14 +1814,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster9417.blob.core.windows.net", + "name": "azstorageforcluster9466.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container912", + "container": "container8066", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2356,9 +1840,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "956772496", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1288316199", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleLoadBasedTypeAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleLoadBasedTypeAsync.json index edb30e988cf3..2237611bf550 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleLoadBasedTypeAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleLoadBasedTypeAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ee1d4b16cedad1c76a24799639f457ed-d884ccad2395a115-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8903cb2e4ab50930dfe16359164a4b02", + "traceparent": "00-b1e74714db1dd36e8f0413f505c5aee3-611c1f63524ec9f3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6942d6d49bdc46d35b38568a06d1b0e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:06:46 GMT", + "Date": "Tue, 13 Jun 2023 01:42:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e0c7024-1541-41ae-8304-5294aa38526f", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "5e0c7024-1541-41ae-8304-5294aa38526f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170646Z:5e0c7024-1541-41ae-8304-5294aa38526f" + "x-ms-correlation-request-id": "fee90894-aa43-4bdf-8663-2d70f0367e65", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "fee90894-aa43-4bdf-8663-2d70f0367e65", + "x-ms-routing-request-id": "JAPANEAST:20230613T014223Z:fee90894-aa43-4bdf-8663-2d70f0367e65" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-3765?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-5861?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-679b7bcd8c2ce53da9c1fa22940ce13b-6956a8f69275141e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a357b2a619e35ecf76e713e8bdaf3ca7", + "traceparent": "00-5508695290fac402b02a0d8f965dd253-fdc4e763b887f82f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e5b3a686d6197e83772da2da41db17c5", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:06:49 GMT", + "Date": "Tue, 13 Jun 2023 01:42:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2194d28-5dc3-41d8-8785-13a4707c4889", - "x-ms-ratelimit-remaining-subscription-writes": "1181", - "x-ms-request-id": "a2194d28-5dc3-41d8-8785-13a4707c4889", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170650Z:a2194d28-5dc3-41d8-8785-13a4707c4889" + "x-ms-correlation-request-id": "d5f2a4d3-1f30-4145-83dd-aaa58998ad5b", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "d5f2a4d3-1f30-4145-83dd-aaa58998ad5b", + "x-ms-routing-request-id": "JAPANEAST:20230613T014223Z:d5f2a4d3-1f30-4145-83dd-aaa58998ad5b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765", - "name": "HDInsightRG-3765", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861", + "name": "HDInsightRG-5861", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1186", + "Content-Length": "1189", "Content-Type": "application/json", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-7bc6d731d03b98c8-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a3bf5f479a114044d8263d0356967948", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-4a5e9584cd35c64d-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "38bebea0914f8339c48b86daafd859d2", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -180,9 +174,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4733.blob.core.windows.net", + "name": "azstorageforcluster1254.blob.core.windows.net", "isDefault": true, - "container": "container1091", + "container": "container3700", "key": "Sanitized" } ] @@ -194,30 +188,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1882", + "Content-Length": "1912", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:07:22 GMT", - "ETag": "\u00226113eb5a-ee67-47a9-9922-e0b748d46397\u0022", + "Date": "Tue, 13 Jun 2023 01:42:54 GMT", + "ETag": "\u00221eed71fd-a08d-4397-a2cd-61128d960bdb\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce9eb2a3-f70a-42f0-8ad7-8df7062a6b25", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1178", - "x-ms-request-id": "9b52aebb-58ce-4a17-ae34-e4169790cea4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170722Z:ce9eb2a3-f70a-42f0-8ad7-8df7062a6b25" + "x-ms-correlation-request-id": "7ce9514c-758a-438e-b821-1640a1ef8d72", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "0ed1d827-c1c3-40fd-b144-819392759367", + "x-ms-routing-request-id": "JAPANEAST:20230613T014254Z:7ce9514c-758a-438e-b821-1640a1ef8d72" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased", "name": "hdisdk-loadbased", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "6113eb5a-ee67-47a9-9922-e0b748d46397", + "location": "Japan East", + "etag": "1eed71fd-a08d-4397-a2cd-61128d960bdb", "tags": { "key0": "value0" }, @@ -226,13 +220,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "ab0118403f1c4fb0a915a150272d4e93", + "clusterId": "e5e64c0954e744c089ee7d3eca55475a", "computeProfile": { "roles": [ { @@ -284,7 +278,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T17:07:20.537", + "createdDate": "2023-06-13T01:42:54.523", "quotaInfo": { "coresUsed": 20 }, @@ -295,14 +289,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4733.blob.core.windows.net", + "name": "azstorageforcluster1254.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container1091", + "container": "container3700", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -319,269 +314,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-cd6221a38553c5de-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e0672186aa146bcc72b70c63b4b3c3df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:07:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9498737c-89a8-4158-8cfc-2f217f95ec77", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "3045289e-7ace-4d91-8aff-1e4f430c2205", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170723Z:9498737c-89a8-4158-8cfc-2f217f95ec77" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-56e1b3399a43e192-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "feba18cfd419bfa1ecc4361f0c750bb8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:07:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "186ea345-74a3-4b8f-a11c-2ecac77bd352", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "bc9777cc-2f5a-421f-ab17-0c87c40e18af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170725Z:186ea345-74a3-4b8f-a11c-2ecac77bd352" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-26886c0e29cadcc0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "357d4b6b992ef4340fa6a8b97a0f46b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:07:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de2c8ba7-9524-4522-b8c7-342000d7a42c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "26b7d7a4-948c-4b00-9429-80661e594d1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170727Z:de2c8ba7-9524-4522-b8c7-342000d7a42c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-5e4d24ba52040b00-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1cffae2ebc65b2d87fa8f34f74ac5ffd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:07:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "242eac58-b0ef-4baf-b790-df6b185c2b72", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "5fe3a131-bcc7-40dc-9951-e9fa4dd01f6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170729Z:242eac58-b0ef-4baf-b790-df6b185c2b72" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-f63a74a571dba337-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "68f854ab8d3635b1e4c5ef722ce744dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:07:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e146172-5d6c-4681-83b8-658b5f541575", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "89e76334-106c-4e20-8102-39ec152eb091", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170732Z:6e146172-5d6c-4681-83b8-658b5f541575" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-2b6927c150b9c0c7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5df17c7eee76af5273cab586a5e48063", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:07:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6995520f-77e3-4784-b41f-28fbce64f568", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "74f4881d-2a2c-4ffa-8d76-8607a2384787", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170736Z:6995520f-77e3-4784-b41f-28fbce64f568" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-2903d7154a94ccc1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "260eaa46de16a183fdc938a0cd658597", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:07:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b5a6e89-23b1-4b3d-9181-69f9dbe0f48d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "c57e80f4-ee64-4bd9-a81a-5ae9f8b9156c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170745Z:1b5a6e89-23b1-4b3d-9181-69f9dbe0f48d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-668b8618e78fda99-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f7d1166302bbbd870148f56bd82a9000", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:08:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b6d60e1-433a-4b64-867b-ec91e1a75680", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "00ad3429-9eac-43a5-b5ed-c554c30ffa7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170802Z:9b6d60e1-433a-4b64-867b-ec91e1a75680" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-952f7a34ae70eac3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "812b8b441ed9a0c6f94f60acb5b2e20d", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-6674c5dd38aad3f4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8c358265ab2855a91287212051d05e99", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -590,158 +329,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:08:37 GMT", + "Date": "Tue, 13 Jun 2023 01:42:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73bfb397-a220-4b91-97e6-ac064f36cad0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "2d2af17c-b911-4bd7-abb8-89e96ab5dcb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170837Z:73bfb397-a220-4b91-97e6-ac064f36cad0" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-905f2885e820e72c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8f231d45891244a8235124cee918c9d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:09:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3a16bab-bd21-452f-ac80-47fc67c3df7d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "4e82ef4e-4777-40c3-aa01-1c917fc264de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170911Z:b3a16bab-bd21-452f-ac80-47fc67c3df7d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-2d808f890086c7d5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "415b3839043a45be5031fe6ba1da074f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:09:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3888ef2-5a32-45ca-8ab5-d44169835d5d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "2b75f500-e47c-4a9e-ba5d-90a902ca3ddf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170944Z:f3888ef2-5a32-45ca-8ab5-d44169835d5d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-dfefcbfd2a38ca89-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ba26e7660107bbede3e65d88faf8b7e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:10:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5421dece-4db6-4079-9c5a-aa2b0f96f3a9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "21d626a9-5b33-4ed0-bbaf-7a7b52881dd8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171017Z:5421dece-4db6-4079-9c5a-aa2b0f96f3a9" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-f16d964304102440-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7c728d86a05640d35fde3ee08b3ca249", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:10:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57a3d4d0-1667-4790-a547-a16b1c4a47b7", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "fc990e59-df61-4148-8e15-1bf6e073560a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "32a70cd1-8323-4afb-a40b-10f654c7a000", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171050Z:57a3d4d0-1667-4790-a547-a16b1c4a47b7" + "x-ms-request-id": "398b4ee2-b767-4d75-b7b6-d0ed919ed920", + "x-ms-routing-request-id": "JAPANEAST:20230613T014255Z:fc990e59-df61-4148-8e15-1bf6e073560a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-c859b345fd6d085b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0167d4490ef238cb4ba05d53a7354a57", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-5d477910c5a9edd6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b04b77e4ef25288d1eb5c3ac2b5fcb4b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -750,30 +361,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:11:23 GMT", + "Date": "Tue, 13 Jun 2023 01:42:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b86ea148-bd0e-4eb2-97e5-dcc3c6c4bbc8", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "96436806-3f80-481b-ba43-28bede0aecc9", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "df41d7ef-3a04-44fa-832f-d27cbb701e77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171123Z:b86ea148-bd0e-4eb2-97e5-dcc3c6c4bbc8" + "x-ms-request-id": "9ac5c42a-b7b2-45d4-a8eb-e3668c766017", + "x-ms-routing-request-id": "JAPANEAST:20230613T014256Z:96436806-3f80-481b-ba43-28bede0aecc9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-26aa09514b8fe7a4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "14e41c7a8a68c5f814e55a29c20d30a6", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-475ad42fc1cb15ac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2c74a840cca383aa2b2be7aa567eb7a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -782,30 +393,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:11:55 GMT", + "Date": "Tue, 13 Jun 2023 01:42:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40281a11-de53-4d62-8d5c-a7462ba40409", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5eb24ddd-1a1e-4bf6-b483-21214e62371f", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "323fe4b2-6f74-4545-a8fa-7f1fa99a37ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171156Z:40281a11-de53-4d62-8d5c-a7462ba40409" + "x-ms-request-id": "593b7061-a6fd-4a49-a05f-ac0ad1b329a3", + "x-ms-routing-request-id": "JAPANEAST:20230613T014258Z:5eb24ddd-1a1e-4bf6-b483-21214e62371f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-91555130f0b8389f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "253e1443b59078efc13931b6437f982a", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-e82d44baf670c654-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "40f4cd449a2e76b8f50d6d72e7fc29b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -814,30 +425,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:12:28 GMT", + "Date": "Tue, 13 Jun 2023 01:42:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b29be7b-0c54-405b-8ed2-14241b70ef8a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "8c44e894-75ba-403d-88ed-55eff8ae5288", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "df08bd55-d7c0-4f39-abb3-bd6c5b8b1460", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171229Z:6b29be7b-0c54-405b-8ed2-14241b70ef8a" + "x-ms-request-id": "f5f30e31-a3e5-47c3-9b57-4d8d3c7c4537", + "x-ms-routing-request-id": "JAPANEAST:20230613T014259Z:8c44e894-75ba-403d-88ed-55eff8ae5288" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-394972bdf94b2ae0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6e65e6938e58bfe0dba1ec0cb4a2763d", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-2e874d65fb99e769-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a8e0d6bb315b17f5cdc885fa08e3d1a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -846,30 +457,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:13:01 GMT", + "Date": "Tue, 13 Jun 2023 01:43:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04559d5d-419d-41d8-aa45-253e8e2b7f28", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5057b320-700a-48e1-a89d-d01bea75515e", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "7caf4610-d86f-485f-bca6-59e7e9a3c46c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171302Z:04559d5d-419d-41d8-aa45-253e8e2b7f28" + "x-ms-request-id": "62f5b737-9afd-4e48-b8fd-a61248c3949f", + "x-ms-routing-request-id": "JAPANEAST:20230613T014302Z:5057b320-700a-48e1-a89d-d01bea75515e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-614788f00cc2ecc2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "930fb76f24f6c5c72d6c532e58428295", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-c30fed212a07bdc9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5d681efe8b6ba51df0fe37965f379b2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -878,30 +489,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:13:34 GMT", + "Date": "Tue, 13 Jun 2023 01:43:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c75b728-71e4-466f-b0f1-246c3f144489", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "f8ebd004-dbd9-4796-aabb-291c93796408", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "abc78f68-9775-4429-a9c9-a1c20c6e393a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171334Z:7c75b728-71e4-466f-b0f1-246c3f144489" + "x-ms-request-id": "e09599a5-74dd-4070-9338-131c1411aec2", + "x-ms-routing-request-id": "JAPANEAST:20230613T014306Z:f8ebd004-dbd9-4796-aabb-291c93796408" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-6eac304ed7b4f37d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "db95304cc2a7b54e337f4aeec8e2c31f", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-72a99ca17e952f75-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "80ee34010f9d1249d7dc726515be6e12", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -910,30 +521,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:14:06 GMT", + "Date": "Tue, 13 Jun 2023 01:43:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acd35a12-7d29-4e85-8ae6-ffcf5d68c1ad", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "e6493a16-9d75-428e-a135-f292fc231edd", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "4a2b978c-8da2-496a-b09b-54109847b130", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171407Z:acd35a12-7d29-4e85-8ae6-ffcf5d68c1ad" + "x-ms-request-id": "6db56989-0e95-47ff-8338-d09c989d6054", + "x-ms-routing-request-id": "JAPANEAST:20230613T014314Z:e6493a16-9d75-428e-a135-f292fc231edd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-fa0654aa59ee07b5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8c46f4c3056f6e331fa040ec3bb16699", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-93fcf68953d63646-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c974cc3bcb943047b83ab85cfa5fb895", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -942,30 +553,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:14:40 GMT", + "Date": "Tue, 13 Jun 2023 01:43:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50b8c931-1f70-4f74-b32c-f5555944c98f", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "05f89fd2-2433-4628-baf5-e354f6296a3c", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "a55c436c-6006-45f0-a054-dcbdf9245074", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171440Z:50b8c931-1f70-4f74-b32c-f5555944c98f" + "x-ms-request-id": "73e34b3e-14b7-4c7b-b94f-f6d1a3ebbfdb", + "x-ms-routing-request-id": "JAPANEAST:20230613T014331Z:05f89fd2-2433-4628-baf5-e354f6296a3c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-ef80c0012411bc1c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "84bf571f9a0cad95685a5f77dad8fc4b", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-ee4d52e87a5d59da-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d3f8562c51f4ef02d455868e19b79032", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -974,30 +585,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:15:14 GMT", + "Date": "Tue, 13 Jun 2023 01:44:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4ba1793-3ffd-4b15-b607-988c53139982", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5ac679be-8b8d-42e3-98d4-f0133f58fbf8", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "9cf418fa-a24f-4ba8-8e6e-121ff12b8dce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171514Z:a4ba1793-3ffd-4b15-b607-988c53139982" + "x-ms-request-id": "4e39f5ef-bad6-4766-aea5-baac8f1ebe81", + "x-ms-routing-request-id": "JAPANEAST:20230613T014403Z:5ac679be-8b8d-42e3-98d4-f0133f58fbf8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-83356aec452c4dbd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "646a34a8f6fb4725fc27bb0781627a81", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-e92316b4f58c157f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "925a2590d1c3369aedbec76257ed1878", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1006,30 +617,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:15:47 GMT", + "Date": "Tue, 13 Jun 2023 01:44:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f965c621-19ec-4ae9-89fa-c17e9beee6c0", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "6875b90f-f4f9-4ec7-9ac9-4e3ca7c3ce83", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "3950c2a9-bbad-4e0c-9bfb-981203d4722f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171547Z:f965c621-19ec-4ae9-89fa-c17e9beee6c0" + "x-ms-request-id": "9bc1beec-6156-4720-8b92-e0fe90bfe56b", + "x-ms-routing-request-id": "JAPANEAST:20230613T014435Z:6875b90f-f4f9-4ec7-9ac9-4e3ca7c3ce83" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-ba45c5c02e6122f6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "71cfb1183f2328125e992314a5bc9447", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-6a89f57989355e5e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bf38dc249ac5e91dc985f43e45b81701", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1038,30 +649,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:16:20 GMT", + "Date": "Tue, 13 Jun 2023 01:45:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3b298cc-5717-4560-a4ec-cca51c8b466f", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "8e8da7fe-25b1-4a71-ba02-d78acf9d7c02", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "9a889639-dd18-45b4-8365-7892e3730bdb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171620Z:b3b298cc-5717-4560-a4ec-cca51c8b466f" + "x-ms-request-id": "ded8476c-59a4-431e-adee-eaca88fbf322", + "x-ms-routing-request-id": "JAPANEAST:20230613T014508Z:8e8da7fe-25b1-4a71-ba02-d78acf9d7c02" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-335dea8d4c4380bd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0643f5a40246289d317887e5df8e2b06", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-389482b0680527a6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d5cb85aa25055bd2bcc2e6368aa097e7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1070,30 +681,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:16:52 GMT", + "Date": "Tue, 13 Jun 2023 01:45:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6dce896-4da8-4cca-a5c4-a587908517c5", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d8022fd9-4d77-4a15-bc02-253e5e399476", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "61dd14f4-3cb4-4691-b8a7-1206d5ff2ce6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171653Z:d6dce896-4da8-4cca-a5c4-a587908517c5" + "x-ms-request-id": "24a68cb7-cecb-45d1-9abc-ec3b35801078", + "x-ms-routing-request-id": "JAPANEAST:20230613T014540Z:d8022fd9-4d77-4a15-bc02-253e5e399476" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-9949f291ecc3c9a3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "295edddf8b08682721420562d311a13f", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-397a1c8e4ee01f98-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3c6a0d3cd07ef66c0770c83edd5bf034", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1102,30 +713,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:17:25 GMT", + "Date": "Tue, 13 Jun 2023 01:46:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50632868-7a88-4e7f-b947-ade3bd0ec51e", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "2c3f8646-e3b1-459d-a563-a80c9f66f2e6", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "5cd0df18-f6a5-424c-ba21-46c328613b4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171726Z:50632868-7a88-4e7f-b947-ade3bd0ec51e" + "x-ms-request-id": "10d08522-d669-4c82-b55b-e8117d52031a", + "x-ms-routing-request-id": "JAPANEAST:20230613T014613Z:2c3f8646-e3b1-459d-a563-a80c9f66f2e6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-56f8304b85c6cc51-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8c637392731e153a13a73fabb82d49d0", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-cfa7b7bf788d4328-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d1b7c5a74321fe730add0203b3e75f29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1134,30 +745,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:17:58 GMT", + "Date": "Tue, 13 Jun 2023 01:46:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd3d6b85-1d64-4d86-ab34-4284d86431ff", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "96bbf418-b960-4702-a099-d2ab92e1c915", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "e46009a7-9a69-4283-a854-855a5a222145", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171759Z:cd3d6b85-1d64-4d86-ab34-4284d86431ff" + "x-ms-request-id": "9e679d95-66c8-4a1c-a443-262dd345ee4a", + "x-ms-routing-request-id": "JAPANEAST:20230613T014645Z:96bbf418-b960-4702-a099-d2ab92e1c915" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-abc47386fd1315cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c7351d6e6a5d183fcddbe504fd3b5520", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-48889886dcc16e4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "37010dedda4ed98319d5cd945d937d60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1166,30 +777,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:18:31 GMT", + "Date": "Tue, 13 Jun 2023 01:47:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "014e8778-fd05-44a3-afe9-ead0a9d189a5", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "faa90d83-ce6a-4447-87d5-2cae796f46c0", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "1f6ca0d3-ae90-4d10-9a9a-861954559a7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171832Z:014e8778-fd05-44a3-afe9-ead0a9d189a5" + "x-ms-request-id": "191a7bad-7e5c-4db9-ab54-ae79cbad6764", + "x-ms-routing-request-id": "JAPANEAST:20230613T014717Z:faa90d83-ce6a-4447-87d5-2cae796f46c0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-bf450615cd152df1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6b5247d69e2a6ce7a34915614b7cb0f4", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-5e4242bb998adb10-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c58eb2d1c6e8f9c59a6b31a0ce68431f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1198,96 +809,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:19:04 GMT", + "Date": "Tue, 13 Jun 2023 01:47:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef7def37-7616-45d0-9381-8a23a0720d42", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "b0bde3df-7991-4c3a-b27c-6cba1837e6aa", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "90132606-4733-43d2-afc2-ef36873b3b29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171904Z:ef7def37-7616-45d0-9381-8a23a0720d42" + "x-ms-request-id": "23d27aa7-97d8-4996-9036-75b9926de37d", + "x-ms-routing-request-id": "JAPANEAST:20230613T014750Z:b0bde3df-7991-4c3a-b27c-6cba1837e6aa" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-143ddaca459a2f8d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b6f334f8d9db27e2344abf438e3518d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 504, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "147", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:19:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c68534cb-6370-41ec-8b28-48ef20f2c261", - "x-ms-failure-cause": "service", - "x-ms-request-id": "c68534cb-6370-41ec-8b28-48ef20f2c261", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T171957Z:c68534cb-6370-41ec-8b28-48ef20f2c261" - }, - "ResponseBody": { - "error": { - "code": "GatewayTimeout", - "message": "The gateway did not receive a response from \u0027Microsoft.HDInsight\u0027 within the specified time period." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-143ddaca459a2f8d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b6f334f8d9db27e2344abf438e3518d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:19:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e29fe77-1ab9-4f21-85cf-f48d5883c319", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "08427141-ade1-4745-8705-cbf36d31a45e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172000Z:4e29fe77-1ab9-4f21-85cf-f48d5883c319" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-f25d57897fe7055f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "70d41e51dedacfa535c9241454decc51", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-5a87071814ff52c1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d0519e11b859cce542deb74c75dea076", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1296,62 +841,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:20:32 GMT", + "Date": "Tue, 13 Jun 2023 01:48:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3ef3e93-79d7-45f1-8e7e-58014a9deae2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "9d065fcb-8293-4fde-bd28-cbd1f403203b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172033Z:f3ef3e93-79d7-45f1-8e7e-58014a9deae2" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-1982e02c5163b5d6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c80cf02a9f47fd44652a36e0dfa4dd6d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:21:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c42c360e-6bdf-4542-8fdf-3ba3d381f702", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "b8f156eb-7dd0-4b4d-820c-1d7b122b95e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172105Z:c42c360e-6bdf-4542-8fdf-3ba3d381f702" + "x-ms-correlation-request-id": "b383123d-7d4e-4021-8b18-ea5e97cd4aaa", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "e4e58aed-1aae-4679-ac1a-2c9ca3b431ad", + "x-ms-routing-request-id": "JAPANEAST:20230613T014822Z:b383123d-7d4e-4021-8b18-ea5e97cd4aaa" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-3c86083ff9e94137-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2d0f3e313fa71a1a8e248012b4ced355", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-365bc55dc88a04da-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0031a2609a58264147089de3a8e20bb0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1360,30 +873,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:21:38 GMT", + "Date": "Tue, 13 Jun 2023 01:48:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "adeeb632-aa20-424e-9bf3-dab8c654b56d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "4f6df24f-f791-4469-a3ae-854a0ba8e475", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172138Z:adeeb632-aa20-424e-9bf3-dab8c654b56d" + "x-ms-correlation-request-id": "1c292f84-7cc8-47ad-ad17-8953992d1a4a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "9bf64cd3-e356-4dfb-9629-c2222aed4fa1", + "x-ms-routing-request-id": "JAPANEAST:20230613T014854Z:1c292f84-7cc8-47ad-ad17-8953992d1a4a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-b1f0f21569aa373f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9d186e7e4f29b28fd9d70bafa7c5ef90", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-4b7cbd2631584dc2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "be83ae92ac421806ccc2820a0f7983bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1392,30 +905,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:22:11 GMT", + "Date": "Tue, 13 Jun 2023 01:49:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e2c6d25-e20b-4377-9bbd-39edadd70865", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "000db40c-30dd-4a58-b43b-b6f47680b512", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172211Z:4e2c6d25-e20b-4377-9bbd-39edadd70865" + "x-ms-correlation-request-id": "5cc0ef05-9c6c-4d84-b470-e7842312df98", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "d1d4bf7f-b0f1-42e4-bcfb-7e34ca17b603", + "x-ms-routing-request-id": "JAPANEAST:20230613T014927Z:5cc0ef05-9c6c-4d84-b470-e7842312df98" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-683360c5a7b03f37-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "16e3b7eb9fcfeba9d6f239231e324897", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-10a22b1ef9496fe9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2b40bbca423776c65c2a89511b02235f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1424,30 +937,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:22:44 GMT", + "Date": "Tue, 13 Jun 2023 01:49:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe1405a6-3b05-4479-8cad-27ac29741c86", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "e035a656-574b-4eea-86ee-a7b7e758f0f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172244Z:fe1405a6-3b05-4479-8cad-27ac29741c86" + "x-ms-correlation-request-id": "61fd8a57-c341-4865-bd96-7055b8a42867", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "3fd8e35e-4b05-4859-9152-1fd77ed1b5ab", + "x-ms-routing-request-id": "JAPANEAST:20230613T014959Z:61fd8a57-c341-4865-bd96-7055b8a42867" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-74a14ef4c472e70f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7161e0573f8ce143ae5c53d0346a72c9", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-806dcc243f4aeaed-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c7ba06d2e15bb3339b193496173717cd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1456,30 +969,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:23:17 GMT", + "Date": "Tue, 13 Jun 2023 01:50:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a042b3c0-4d87-496b-bc1c-2fa2c3a8f43b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "f4b5458c-3002-47c7-95ce-ae040ec43221", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172317Z:a042b3c0-4d87-496b-bc1c-2fa2c3a8f43b" + "x-ms-correlation-request-id": "19d870e0-1766-457a-a488-db1a4ff27221", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "611a4773-8f21-4cf6-afb3-12b7088d6eee", + "x-ms-routing-request-id": "JAPANEAST:20230613T015032Z:19d870e0-1766-457a-a488-db1a4ff27221" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-2ee6e83c7fddfc88-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fd27f034bceade86c42dc737156c94a7", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-51fd763e711335ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ed18e184e0a25079e70c621723b5fcca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1488,30 +1001,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:23:49 GMT", + "Date": "Tue, 13 Jun 2023 01:51:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96db3e06-d7e7-4fbf-a9b7-f39087c38577", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "6ad83898-a41a-4848-a53f-a1b0ddea2a84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172350Z:96db3e06-d7e7-4fbf-a9b7-f39087c38577" + "x-ms-correlation-request-id": "c1c78490-0e50-4914-8521-b27eba02b323", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "cd7500c0-3674-43d7-a069-66444deab995", + "x-ms-routing-request-id": "JAPANEAST:20230613T015104Z:c1c78490-0e50-4914-8521-b27eba02b323" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-d9f99f22e41cd457-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c658738f7e63ab03730168724cd9b66c", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-e986dcc3982a4afc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0838229ebcbfe860878c901d0e305e25", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1520,30 +1033,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:24:22 GMT", + "Date": "Tue, 13 Jun 2023 01:51:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfeaf7ba-bc9d-415c-9a47-932eaa97f492", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "7cc97056-3ee7-4a41-8795-85cbe37ab8d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172423Z:bfeaf7ba-bc9d-415c-9a47-932eaa97f492" + "x-ms-correlation-request-id": "0a483e16-a626-4b72-b015-c6b1ccf136ee", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "f809551d-55fe-45c8-9025-05b37d028c0e", + "x-ms-routing-request-id": "JAPANEAST:20230613T015136Z:0a483e16-a626-4b72-b015-c6b1ccf136ee" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-c2e891689932e5ae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2def707f4a0b9bac5a83ac5f780ccc41", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-b0379bf68ea60a4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3accbb1336e9f2bd8c6adf4e7f1b90e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1552,30 +1065,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:24:56 GMT", + "Date": "Tue, 13 Jun 2023 01:52:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7705ddc-ad17-475c-bb11-ecf7ac9972b9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "d6dc339c-c4ca-4bed-a79b-469c289b4acb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172457Z:f7705ddc-ad17-475c-bb11-ecf7ac9972b9" + "x-ms-correlation-request-id": "5bb87ae9-a4d0-4647-8759-36f57c8c5b3b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "9c4f56ab-4762-44e3-bc9f-eac631d8c6fc", + "x-ms-routing-request-id": "JAPANEAST:20230613T015209Z:5bb87ae9-a4d0-4647-8759-36f57c8c5b3b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-d17de25779755280-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c040abc8ac11b565ed7b89e9531492eb", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-4074f4488aa21fef-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f5f7691c0effc80e813065164f5b42b7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1584,30 +1097,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:25:29 GMT", + "Date": "Tue, 13 Jun 2023 01:52:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "883b8424-19b2-4913-99bb-669cef5918f6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "f181501a-013e-41ba-b8d2-b3718daca04e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172530Z:883b8424-19b2-4913-99bb-669cef5918f6" + "x-ms-correlation-request-id": "bd9a7b99-714e-491e-a8cb-46fe991eb107", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "31686606-eec5-418f-b1aa-c3eea7502905", + "x-ms-routing-request-id": "JAPANEAST:20230613T015241Z:bd9a7b99-714e-491e-a8cb-46fe991eb107" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-c4c493d3322500cb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a4b75b76667d449cc7bd6ce0d1a33367", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-8d4c26eb1f1608e7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "68043cadc2e968e165457b55dc11686c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1616,30 +1129,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:26:02 GMT", + "Date": "Tue, 13 Jun 2023 01:53:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73a518b9-25ae-4b3f-81fd-be565aab44e4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "cdf80a22-d46d-4d46-9400-67c53f97cc08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172603Z:73a518b9-25ae-4b3f-81fd-be565aab44e4" + "x-ms-correlation-request-id": "f6265871-c5dc-4ade-9ab7-aefcb2c74168", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "2204590b-2187-4562-b0eb-fa3061275dab", + "x-ms-routing-request-id": "JAPANEAST:20230613T015314Z:f6265871-c5dc-4ade-9ab7-aefcb2c74168" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-ba5fb2bf26fbbf5d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a0a92634f598d35a0b39408fc1c24745", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-d64779ef5a2ffedf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a401aafc69380525ac04b8b9d0a7a231", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1648,30 +1161,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:26:35 GMT", + "Date": "Tue, 13 Jun 2023 01:53:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f89af5db-4b4e-4051-9ef9-da3e156433d3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "b5eca45a-b8f3-448c-8c6c-6b1c70b23da1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172635Z:f89af5db-4b4e-4051-9ef9-da3e156433d3" + "x-ms-correlation-request-id": "3df40dcc-8691-4918-bcfc-cf856f6552ae", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "4eb53fa1-39f5-43e4-93ac-3e4af454c21c", + "x-ms-routing-request-id": "JAPANEAST:20230613T015346Z:3df40dcc-8691-4918-bcfc-cf856f6552ae" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-262d9ff998ecd65f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1de9c1f0275562c40ffcf8544085e449", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-7cff5cdcfcdf8099-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "43a02827271759fc888f8fb992b9eb6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1680,30 +1193,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:27:08 GMT", + "Date": "Tue, 13 Jun 2023 01:54:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42758fb6-f970-4ae6-b854-2eb8332cd46c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "297599fe-5cc4-48f2-b931-92f8720b08f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172708Z:42758fb6-f970-4ae6-b854-2eb8332cd46c" + "x-ms-correlation-request-id": "7b7ae8cb-9882-4aee-988b-1faffb26c73a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "fc688934-b1c6-4595-8b7b-c64cc58830c5", + "x-ms-routing-request-id": "JAPANEAST:20230613T015418Z:7b7ae8cb-9882-4aee-988b-1faffb26c73a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-27f78a56e9689296-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2db52248f16b805200e49943250c8205", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-27cd25487095b163-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a419f9c79d5a437f16febbe50a2797be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1712,30 +1225,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:27:40 GMT", + "Date": "Tue, 13 Jun 2023 01:54:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fec0bf66-3f19-453e-b94f-076e2d4048ad", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "ced0214e-a192-495a-ab67-29ca31a45905", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172741Z:fec0bf66-3f19-453e-b94f-076e2d4048ad" + "x-ms-correlation-request-id": "2c43e13e-8e85-4792-857d-182eb3c1fb35", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "16f4539a-1b65-4f25-ab44-983b54a0b369", + "x-ms-routing-request-id": "JAPANEAST:20230613T015451Z:2c43e13e-8e85-4792-857d-182eb3c1fb35" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-88bb1c0581f1cb7a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "10ef267515ba0c126146919cfc059386", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-9c356033f99f5ab7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b42d4aa32570d454ada81ca8da6c72f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1744,30 +1257,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:28:13 GMT", + "Date": "Tue, 13 Jun 2023 01:55:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ab828a0-02a2-43e4-833b-81a564020461", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "25be6d6d-bbd2-409d-9b9e-b4aa0bfcfb4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172814Z:7ab828a0-02a2-43e4-833b-81a564020461" + "x-ms-correlation-request-id": "4f98c7bf-abb7-424c-b1d1-d819c6e7936f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "e7b018d5-2a8d-413e-96ea-048049429c8f", + "x-ms-routing-request-id": "JAPANEAST:20230613T015523Z:4f98c7bf-abb7-424c-b1d1-d819c6e7936f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-d1118db30f910c2b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9e47f7551a0dffda6e681c708e803c02", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-fca2c961856ef540-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d7f24818fd8d8ad6a85c2c196c174f60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1776,30 +1289,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:28:46 GMT", + "Date": "Tue, 13 Jun 2023 01:55:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc26b51d-60ab-4693-9010-7814210dd161", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "f6671a82-0091-4c78-8b05-e2d2a3751a47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172847Z:cc26b51d-60ab-4693-9010-7814210dd161" + "x-ms-correlation-request-id": "d963cf05-a6c9-4455-829f-bf650adbebdb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "28e29082-1770-4e0d-b5f2-f8427382c96a", + "x-ms-routing-request-id": "JAPANEAST:20230613T015556Z:d963cf05-a6c9-4455-829f-bf650adbebdb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-cff9dea281251385-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "19dff379d495328e10a8cb2460b683fb", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-0d25963ce322498f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4816d1f8378ca1ffa545f7b180d769aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1808,30 +1321,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:29:19 GMT", + "Date": "Tue, 13 Jun 2023 01:56:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10ea991d-5527-4cb4-aaef-beed74977aa7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "018bb97f-1564-45c0-ba71-6ed090686b17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172920Z:10ea991d-5527-4cb4-aaef-beed74977aa7" + "x-ms-correlation-request-id": "deedd056-8b11-45c0-8d41-cdd1aca05bd1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "0b7add42-784a-4c25-8fe6-ffbcd162b594", + "x-ms-routing-request-id": "JAPANEAST:20230613T015628Z:deedd056-8b11-45c0-8d41-cdd1aca05bd1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-35aff4291eac294c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2eee1350e4c45bf84bf0a152f9a17ee1", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-b7de520cebfff33f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c1ccc88bbf35a53073a20b13f93b6896", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1840,30 +1353,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:29:53 GMT", + "Date": "Tue, 13 Jun 2023 01:57:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0d76215-afc8-4a2d-8d34-57f1af15231d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "9742023c-dd35-43b8-a6b8-b34f0915c4d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T172954Z:d0d76215-afc8-4a2d-8d34-57f1af15231d" + "x-ms-correlation-request-id": "53c06f9d-628b-44d5-8584-1aaa71fb8135", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "1995900d-df6e-43dd-8511-723d038e8dd6", + "x-ms-routing-request-id": "JAPANEAST:20230613T015701Z:53c06f9d-628b-44d5-8584-1aaa71fb8135" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-541313a7cd83c063-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "09228f0a792581f068158e644eb69fb7", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-9ac38e7c9577b1ff-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "08b0bb592a56e16649503247062509d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1872,30 +1385,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:30:26 GMT", + "Date": "Tue, 13 Jun 2023 01:57:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0ee4ec7-d64a-46d0-9d9c-2756685abbb8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "f32fb50a-84e4-40e9-9ccd-607e60977113", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173027Z:d0ee4ec7-d64a-46d0-9d9c-2756685abbb8" + "x-ms-correlation-request-id": "7169de6c-8234-469a-bf12-5fe82946e7ed", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "02b9c233-d394-4277-8aff-10f9a4d1cdfe", + "x-ms-routing-request-id": "JAPANEAST:20230613T015733Z:7169de6c-8234-469a-bf12-5fe82946e7ed" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-26b3bdf70c9a9887-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7a2020e40e91953dfb84cda5323c386f", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-4fd81c9163dd265e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a38d81f38d4b382aa070d4e92beba869", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1904,30 +1417,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:30:59 GMT", + "Date": "Tue, 13 Jun 2023 01:58:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4bfc146-c120-4ab8-a87e-670ec26b9cfb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "d84f71b0-e79f-4742-a637-a84a0a2e588f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173100Z:e4bfc146-c120-4ab8-a87e-670ec26b9cfb" + "x-ms-correlation-request-id": "e349af28-7308-4def-a849-43810a4ccb12", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "8a30d95e-5d20-445a-bbcd-2fb72c87a589", + "x-ms-routing-request-id": "JAPANEAST:20230613T015806Z:e349af28-7308-4def-a849-43810a4ccb12" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-76481fdcbb6b46bb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d019ea2a7a94d7d5226dc5af55930c95", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-6f3e932467d43af6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c45861dd6026615462eb77e58de89f4e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1936,30 +1449,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:31:32 GMT", + "Date": "Tue, 13 Jun 2023 01:58:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49b3c295-0de7-4fad-b76e-f90564da2deb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "add0e45f-25be-4d1e-861a-3787874ffbbc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173133Z:49b3c295-0de7-4fad-b76e-f90564da2deb" + "x-ms-correlation-request-id": "82568ac6-e52e-4001-9d24-3708281475f1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "9de77108-f7f2-4a4c-a632-0f2cc569f917", + "x-ms-routing-request-id": "JAPANEAST:20230613T015838Z:82568ac6-e52e-4001-9d24-3708281475f1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-16a70035862ff434-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d86ee9510381fb4f518d0da1ac4b4e2c", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-f2e73a6616167c0c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "77203a99c4adcb4a907768e5557db65e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1968,30 +1481,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:32:05 GMT", + "Date": "Tue, 13 Jun 2023 01:59:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85a959ec-a09b-4ea4-b51c-5d2a0f18b7ba", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "9f9b31e4-3999-4b6a-ab45-709209204c2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173205Z:85a959ec-a09b-4ea4-b51c-5d2a0f18b7ba" + "x-ms-correlation-request-id": "7fc67103-25da-4c2c-8eae-1c9577e08c07", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "1235f6b9-b538-49e6-8037-5e12d72f8188", + "x-ms-routing-request-id": "JAPANEAST:20230613T015911Z:7fc67103-25da-4c2c-8eae-1c9577e08c07" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-26e1df8c316440c0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "643a1fdcce9c69234a485724498e3f67", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-1df6f3f155c111a9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a56ac8a744cd92aa2d2b415f1645aab7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2000,30 +1513,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:32:38 GMT", + "Date": "Tue, 13 Jun 2023 01:59:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e004778c-3e71-47dd-be75-0f92dcc4ec30", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "09ed31ce-4311-48ce-9ba7-a4e8240a8717", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173238Z:e004778c-3e71-47dd-be75-0f92dcc4ec30" + "x-ms-correlation-request-id": "aec774ab-9eff-47b7-ac07-5a95fc723465", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "80a76705-556d-458b-92d1-473bac7d121e", + "x-ms-routing-request-id": "JAPANEAST:20230613T015943Z:aec774ab-9eff-47b7-ac07-5a95fc723465" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-4791d89cef790ecc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4853377760ce26ee9b1e7f066c342ad7", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-ca01a22034274da6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f05086d130ca18bb168c33aff86f0be5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2032,30 +1545,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:33:11 GMT", + "Date": "Tue, 13 Jun 2023 02:00:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "245643d3-ec17-49ef-acc2-4b8bbb96084b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "114dc8cf-3318-4ea1-ab28-bb4840f708d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173311Z:245643d3-ec17-49ef-acc2-4b8bbb96084b" + "x-ms-correlation-request-id": "7bb125d1-97d5-4c12-adeb-1674849a8b04", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "667ef7b7-d83e-4f75-89dd-bb9dd64fb475", + "x-ms-routing-request-id": "JAPANEAST:20230613T020015Z:7bb125d1-97d5-4c12-adeb-1674849a8b04" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-986c1788b6177dae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "36d2981fa75983f9c5048d38ab2bb2c2", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-ce854c5dc9d22659-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c43d1835f97e54818f8e4a8283eab44b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2064,30 +1577,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:33:43 GMT", + "Date": "Tue, 13 Jun 2023 02:00:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3f1db7f-5665-4816-9c00-91226c183107", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "c51c51f0-0b3a-42b2-8858-203705a0d97c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173344Z:a3f1db7f-5665-4816-9c00-91226c183107" + "x-ms-correlation-request-id": "a926669e-1b6a-4d46-aaf6-b26920a40fdb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "5a13589a-05fe-4a21-a798-8b305533d60d", + "x-ms-routing-request-id": "JAPANEAST:20230613T020048Z:a926669e-1b6a-4d46-aaf6-b26920a40fdb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-53d1e82953a1c745-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "742aa64d05f77c5e3113c97e4e1dfc16", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-ad8b2ad932c868de-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cf14b1cdc52c76940c528f4010fb99bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2096,30 +1609,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:34:16 GMT", + "Date": "Tue, 13 Jun 2023 02:01:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfedd9a9-97f3-48f8-8993-fff67a6df438", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "a3186ace-71bc-4b6c-8b06-8aa5b8fc408e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173417Z:bfedd9a9-97f3-48f8-8993-fff67a6df438" + "x-ms-correlation-request-id": "d6440912-9359-423e-908e-5dd532685b38", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "715bbb0b-a7b8-475f-92c5-69e9b30ebf50", + "x-ms-routing-request-id": "JAPANEAST:20230613T020120Z:d6440912-9359-423e-908e-5dd532685b38" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-5a9b5595b23f7f66-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b004801e08bbcf0e3ed082c9d2b57b6f", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-6cacf905ea9b171c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fe2a5c20e607d73905fc603be639952b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2128,30 +1641,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:34:50 GMT", + "Date": "Tue, 13 Jun 2023 02:01:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4ea0d45-434e-4450-bdf6-08f0b7184603", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "07968a3d-b6a6-46d4-bd14-1aced420986c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173451Z:a4ea0d45-434e-4450-bdf6-08f0b7184603" + "x-ms-correlation-request-id": "63f51b53-2470-446d-ba48-1ba1cec0b9fb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "50c13b2e-d848-46de-9727-5f6cd3dcc891", + "x-ms-routing-request-id": "JAPANEAST:20230613T020153Z:63f51b53-2470-446d-ba48-1ba1cec0b9fb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-15dfa41a0891fc5f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c6b8bc6bb60919e039560545de7a34a8", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-b021ee74424d8f48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "47e2e8d83b5a6fb883c6b82b6a414394", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2160,71 +1673,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:35:23 GMT", + "Date": "Tue, 13 Jun 2023 02:02:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dd25a9c-d7e0-4bfd-a463-1e76fea2db6d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "6a6fe5ac-3fb8-4813-bfe1-04899c4c2791", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173523Z:7dd25a9c-d7e0-4bfd-a463-1e76fea2db6d" + "x-ms-correlation-request-id": "5dbcd139-20c6-41e1-bd17-68b340b0a611", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "6ec2c6bc-902d-4d6f-8c0c-8a851ae2136a", + "x-ms-routing-request-id": "JAPANEAST:20230613T020225Z:5dbcd139-20c6-41e1-bd17-68b340b0a611" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-271d6cce0f062c5fa43d0cc5b2a48dea-b47cb23e53a22f2d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2b1a770701264407975a35268395a97b", + "traceparent": "00-77cd5fe7cd485d2ca6a8cfc06516fde6-2fd1d3c3da6a169c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "26628cf5b6c0e743773cca30645990d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2103", + "Content-Length": "2133", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:35:23 GMT", + "Date": "Tue, 13 Jun 2023 02:02:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "247fec41-949f-4bbc-be7f-1f9b6e5f1996", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "291b0174-e50e-48c2-bbd8-e25bf5b8ce78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173524Z:247fec41-949f-4bbc-be7f-1f9b6e5f1996" + "x-ms-correlation-request-id": "be1c8968-0b9c-4a6e-96f7-c8c20baa6309", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "d2006348-bf8f-4eb7-95ad-16096c53693e", + "x-ms-routing-request-id": "JAPANEAST:20230613T020225Z:be1c8968-0b9c-4a6e-96f7-c8c20baa6309" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3765/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5861/providers/Microsoft.HDInsight/clusters/hdisdk-loadbased", "name": "hdisdk-loadbased", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "6113eb5a-ee67-47a9-9922-e0b748d46397", + "location": "Japan East", + "etag": "1eed71fd-a08d-4397-a2cd-61128d960bdb", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "ab0118403f1c4fb0a915a150272d4e93", + "clusterId": "e5e64c0954e744c089ee7d3eca55475a", "computeProfile": { "roles": [ { @@ -2276,7 +1789,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T17:07:20.537", + "createdDate": "2023-06-13T01:42:54.523", "quotaInfo": { "coresUsed": 20 }, @@ -2301,14 +1814,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4733.blob.core.windows.net", + "name": "azstorageforcluster1254.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container1091", + "container": "container3700", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2326,9 +1840,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1330685956", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "530371292", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleScheduleBasedType.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleScheduleBasedType.json index f2131ba18190..939767033f0b 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleScheduleBasedType.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleScheduleBasedType.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1fa10755765e8a94ac129e7b2f431308-41c49ecb04e03f59-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a7e5b492521c5960983d4cb43376b2d8", + "traceparent": "00-cb0755cff2a73ef50027bf7317580d86-1ef3786eef9e2271-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fdc0ef7790f500530c7e7a08c1382dd8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:12:41 GMT", + "Date": "Mon, 12 Jun 2023 08:39:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f39a82e-6658-4f1e-8fd8-daccfc8e2702", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "7f39a82e-6658-4f1e-8fd8-daccfc8e2702", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141241Z:7f39a82e-6658-4f1e-8fd8-daccfc8e2702" + "x-ms-correlation-request-id": "02772105-9615-4bd0-97c0-a0fa58d43e16", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "02772105-9615-4bd0-97c0-a0fa58d43e16", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T083931Z:02772105-9615-4bd0-97c0-a0fa58d43e16" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-8481?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-7988?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-0a20eac50c36f4b2b3d065b7c8a71e30-76733b3b79f0ec43-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7c1f48ee82f60d4ab97e48f42d16384d", + "traceparent": "00-83701163e0880f4330358a39e7c12c6e-8b920826e32ddd13-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d49c14fbe331ee1363121ed585135945", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:12:44 GMT", + "Date": "Mon, 12 Jun 2023 08:39:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5879917-0b86-4acc-8a63-1123cd71bb7d", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "c5879917-0b86-4acc-8a63-1123cd71bb7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141244Z:c5879917-0b86-4acc-8a63-1123cd71bb7d" + "x-ms-correlation-request-id": "529c406e-b76a-45e2-a9e2-f73dd10c3926", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "529c406e-b76a-45e2-a9e2-f73dd10c3926", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T083932Z:529c406e-b76a-45e2-a9e2-f73dd10c3926" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481", - "name": "HDInsightRG-8481", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988", + "name": "HDInsightRG-7988", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1291", + "Content-Length": "1294", "Content-Type": "application/json", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-9c0f19fb9fcc7f8f-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9a457fecbdcc88e22b7448e484aba16f", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-f20fdec5e63306c4-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d07c6c62182e534f1ddc04f884bd00c7", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -191,9 +185,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster3783.blob.core.windows.net", + "name": "azstorageforcluster5314.blob.core.windows.net", "isDefault": true, - "container": "container8853", + "container": "container1689", "key": "Sanitized" } ] @@ -205,30 +199,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1994", + "Content-Length": "2025", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:13:21 GMT", - "ETag": "\u0022199ec871-7eb5-419e-9a53-fd903726fdf0\u0022", + "Date": "Mon, 12 Jun 2023 08:40:04 GMT", + "ETag": "\u0022ed3dfd33-b235-47d2-9cf8-6f967bee0798\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16bef5df-996b-4cd3-b01e-1ff391a646e2", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "21aba365-0e9e-475e-82d6-8d35cb345ed3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141321Z:16bef5df-996b-4cd3-b01e-1ff391a646e2" + "x-ms-correlation-request-id": "d5990fe9-5aa7-4049-996f-b1952d9c87cc", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "da95211d-c8c6-4076-9411-f7204ea7c6a1", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084005Z:d5990fe9-5aa7-4049-996f-b1952d9c87cc" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased", "name": "hdisdk-schedulebased", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "199ec871-7eb5-419e-9a53-fd903726fdf0", + "location": "Japan East", + "etag": "ed3dfd33-b235-47d2-9cf8-6f967bee0798", "tags": { "key0": "value0" }, @@ -237,13 +231,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "e087951001974cf5a4042fd414a2316c", + "clusterId": "c7e2a0c4806f4cdabcd9e0026367ae97", "computeProfile": { "roles": [ { @@ -306,7 +300,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T14:13:20.08", + "createdDate": "2023-06-12T08:40:04.493", "quotaInfo": { "coresUsed": 20 }, @@ -317,14 +311,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster3783.blob.core.windows.net", + "name": "azstorageforcluster5314.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container8853", + "container": "container1689", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -341,205 +336,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-30bdd3521bb1e1d6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6ce31e1c28b0b39536fba817dd069cd7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:13:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "978008ee-e261-469d-b3f2-4ec012276c88", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "d0106bb8-7c29-49e5-97fc-f7b595ca4c6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141323Z:978008ee-e261-469d-b3f2-4ec012276c88" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-b098a0d5c1e27435-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cf12fcc17ab0ac0f43a8d2b0975361ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:13:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4491efa7-66a0-4b4b-a437-4582ad932878", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "b3ecb51a-51c5-4144-afba-0cc4bbc8d134", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141325Z:4491efa7-66a0-4b4b-a437-4582ad932878" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-6eddff26cd5edd92-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "66c8601634c871bfa770e5369725bec0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:13:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea0760f9-7290-401f-b4bf-8eb2fcc4aaf2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "1cd50acd-b91b-4906-8232-258cbe8cd4a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141327Z:ea0760f9-7290-401f-b4bf-8eb2fcc4aaf2" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-53118c285c9db8d4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2acd4e7f8e4ba1370e37290756e41be2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:13:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0425ac9-c922-4106-a0dd-7dcb44393ebd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "94734cec-031c-47dc-b746-eb80b2c67c9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141329Z:a0425ac9-c922-4106-a0dd-7dcb44393ebd" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-f604307bb889dc27-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7d00da99353e8c0f3ca1283f94d9141d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:13:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fcdac32e-ca5f-4e68-a6ce-89d917704082", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "ac65d66c-56c0-44f7-81e9-f78a2ebd4d33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141332Z:fcdac32e-ca5f-4e68-a6ce-89d917704082" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-b46b8babc29d020a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "493112ea37868782282657900bb81ac3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:13:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a60a1343-9a84-4170-8125-a7f92c201dea", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "b7f5bf43-bb52-4442-8e3c-c59acb2e6784", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141337Z:a60a1343-9a84-4170-8125-a7f92c201dea" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-f16e44d778b1e2f3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bc9d0354412449813f41eda966f80c35", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-047ad4239ba601f1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3801c11661eceebbd0fea41a41dea999", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -548,30 +351,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:13:45 GMT", + "Date": "Mon, 12 Jun 2023 08:40:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4503699-5d64-4135-b2bb-f1c5fbcc0270", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "12e14497-7727-4c51-8722-ab4bd6fb76db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141345Z:a4503699-5d64-4135-b2bb-f1c5fbcc0270" + "x-ms-correlation-request-id": "c8bed2a9-e802-489e-b7ee-e17fa44f13b3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "c2362eeb-612b-4748-b46f-3f7ac1125516", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084005Z:c8bed2a9-e802-489e-b7ee-e17fa44f13b3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-8a72ca16e99ad337-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "431c0c22d2b2615c57795417dd7e8184", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-67a0484c68b7d190-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "64a1a38ce72f661c7bef5f687690df5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -580,30 +383,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:14:02 GMT", + "Date": "Mon, 12 Jun 2023 08:40:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33c23ee2-c026-4bc8-9d62-7c60faff9afa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "2eec3242-885a-440e-8c94-aaf67e8cf527", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141402Z:33c23ee2-c026-4bc8-9d62-7c60faff9afa" + "x-ms-correlation-request-id": "6a7d40ec-e35a-48b6-9a71-5dda6dfd56e1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "239aed55-bc82-429b-9ffe-87e70c8ecad8", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084007Z:6a7d40ec-e35a-48b6-9a71-5dda6dfd56e1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-3268b462c32cc678-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "91ea6486583ca9f990e8094449d82030", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-c511fb0bc59330da-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c3e2227dc7bc34daa0b7b55f57d74b92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -612,30 +415,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:14:35 GMT", + "Date": "Mon, 12 Jun 2023 08:40:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6331971-c0c0-4fd8-97d1-7567d1cd39ec", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "bb49171b-4418-40e6-b45a-542429be3f58", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141435Z:b6331971-c0c0-4fd8-97d1-7567d1cd39ec" + "x-ms-correlation-request-id": "1fd3ee28-c71b-4356-bc8c-1772fa63f043", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "98a4f949-0537-4c15-8acb-0fc84685c5d9", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084008Z:1fd3ee28-c71b-4356-bc8c-1772fa63f043" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-aa18263a227d3357-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ff6d221ad79b8211a73b64aaec696bc0", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-1733537a92e5b88e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d032081cf91d2fb2a49abdfd0252783f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -644,30 +447,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:15:08 GMT", + "Date": "Mon, 12 Jun 2023 08:40:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afb1799f-813b-4ac8-a36b-c43d8e75d23f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "13a6b481-e7c0-430c-8f35-31d9b47f4bce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141508Z:afb1799f-813b-4ac8-a36b-c43d8e75d23f" + "x-ms-correlation-request-id": "3a2a762c-ce63-4ff4-b21a-011aa179c408", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "747e5907-9264-4855-926c-462b42d36471", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084010Z:3a2a762c-ce63-4ff4-b21a-011aa179c408" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-6b58ba4a397c1c55-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "022369bf7b0dcaf91373b3cac817187f", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-118361b8abfffa17-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e9d461ee5fcc4ddc86cc47832bd0fa3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -676,30 +479,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:15:40 GMT", + "Date": "Mon, 12 Jun 2023 08:40:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da40093b-9e1b-4a1e-bef2-3dca4d97c954", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "933c5632-62a2-4d4b-ab7d-e7c12ad8c3e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141541Z:da40093b-9e1b-4a1e-bef2-3dca4d97c954" + "x-ms-correlation-request-id": "15e1a39e-8301-4a3d-b5cd-2b3e808bc27d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "8a26754b-1b91-4b09-8f84-4eee713402f1", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084012Z:15e1a39e-8301-4a3d-b5cd-2b3e808bc27d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-81b059454b02dfaf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bbfd24598210afe85368e900f34ebc26", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-e92a56fd998c6adb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6d4bcda40e5d834170b21f2109dd324d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -708,30 +511,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:16:13 GMT", + "Date": "Mon, 12 Jun 2023 08:40:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "900f37c2-2959-484b-bfb7-f4470e115135", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "90393112-88c1-406a-a076-75dac7dd87a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141614Z:900f37c2-2959-484b-bfb7-f4470e115135" + "x-ms-correlation-request-id": "b8c692cb-9aa1-402b-9f37-a60c93aa885a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "e44b9266-1861-48d2-b189-05c89f533097", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084016Z:b8c692cb-9aa1-402b-9f37-a60c93aa885a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-1aea4fe4a3c035a8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "df85497c1eb59f2329a3ec272446b990", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-abf679c9393af847-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1140753e2d3a36952b6e08b0353afde6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -740,30 +543,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:16:46 GMT", + "Date": "Mon, 12 Jun 2023 08:40:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23511833-adea-4980-90ba-06e26eca9c78", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "c11055fd-a5fe-4773-9239-87a714111bff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141647Z:23511833-adea-4980-90ba-06e26eca9c78" + "x-ms-correlation-request-id": "a99faf3c-85e7-400d-8d2e-cc23be07d2d5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "5d5eecd8-1a79-4dfa-9035-ce9f493b0d25", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084025Z:a99faf3c-85e7-400d-8d2e-cc23be07d2d5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-98328e983ec2f5b9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c851e522b06c3db08174aea491f8d7c4", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-06a0872ed4dc297c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3458198b0a070fe10519ad49c6bcbaeb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -772,30 +575,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:17:19 GMT", + "Date": "Mon, 12 Jun 2023 08:40:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45b20951-6f01-475c-be46-67ddd94aee5c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "69c0ea9d-c708-474f-83df-5e62957baf73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141719Z:45b20951-6f01-475c-be46-67ddd94aee5c" + "x-ms-correlation-request-id": "45364874-14e7-4a8e-b9c6-62226ae6c714", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "d2e90cac-1574-4c2e-9b9b-15b50160967b", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084041Z:45364874-14e7-4a8e-b9c6-62226ae6c714" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-23b03831efef8e9f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7f4d8cb738923bc9005e926d96c08b0c", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-2a85ba423ccbc931-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bc39773afe7d7769371441ef06904e36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -804,30 +607,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:17:52 GMT", + "Date": "Mon, 12 Jun 2023 08:41:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "069c4672-3e2e-4844-8069-5d33da6a2a9e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "2a6191f5-2c03-4cf8-975f-fae1be5a080b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141752Z:069c4672-3e2e-4844-8069-5d33da6a2a9e" + "x-ms-correlation-request-id": "ba4ace1f-65ea-4f48-be38-4d63c9ff8340", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "f87707ec-2604-4ec4-944b-48b5278f6f41", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084114Z:ba4ace1f-65ea-4f48-be38-4d63c9ff8340" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-0a19409c169cb3f5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0dde59aff4fcccba98475e416f7e0d30", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-6f90d96e408cbe76-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ef9638b5fe84344694300b207f4c706f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -836,30 +639,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:18:26 GMT", + "Date": "Mon, 12 Jun 2023 08:41:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87143bb1-0551-48f5-97ff-1638c2f427e8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "26ef64ff-50ba-46e6-b20d-1b71e36c22f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141827Z:87143bb1-0551-48f5-97ff-1638c2f427e8" + "x-ms-correlation-request-id": "e8509613-99e0-4087-92c3-0000239290d2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "2c1542b3-fe46-4f0b-b340-2dcd88c4d83e", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084146Z:e8509613-99e0-4087-92c3-0000239290d2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-03978210ce4be145-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "977027cc3af9eafe1b15c70e1d43a7c0", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-f17ba8f2f0a41599-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bd761db340018c69b0e1fcf2c8f20974", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -868,30 +671,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:18:59 GMT", + "Date": "Mon, 12 Jun 2023 08:42:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b3c5ef9-7eb2-4556-9880-50b9ba07e07a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "64dafc7a-2955-4b91-9ca3-c1b0c4a4f459", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141900Z:2b3c5ef9-7eb2-4556-9880-50b9ba07e07a" + "x-ms-correlation-request-id": "ad8d3b29-31dd-4be1-87e6-0d8841daa593", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "42828f1c-c0ae-4ee0-88f4-d76c08ab4483", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084219Z:ad8d3b29-31dd-4be1-87e6-0d8841daa593" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-b0755107cb25e187-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "38f5a1e9c91ac3c7d180e64ad988cb82", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-b07a0eb9141d28cc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8e9376cacb253b663105284cf248f8eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -900,30 +703,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:19:32 GMT", + "Date": "Mon, 12 Jun 2023 08:42:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bed4ffaf-ad1b-4185-a8f6-c82e3ebca463", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "3d038861-be15-44fe-b3dc-1075f9343852", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T141933Z:bed4ffaf-ad1b-4185-a8f6-c82e3ebca463" + "x-ms-correlation-request-id": "a73f97f4-fab9-4232-b59c-54a55c013223", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "183525f8-6eec-44bc-938f-ce1f763c98f0", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084251Z:a73f97f4-fab9-4232-b59c-54a55c013223" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-ec000e4553055d7f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6ea06150f35074125bf3f2e62cacae55", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-c13f6200727e5ae3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e93cd2a4901a7435ce093fa301536ba2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -932,30 +735,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:20:05 GMT", + "Date": "Mon, 12 Jun 2023 08:43:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ec5df97-7988-4d98-b84d-92265bc70ca9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "def86e16-299d-4d1c-8a96-e675d6be56ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142006Z:8ec5df97-7988-4d98-b84d-92265bc70ca9" + "x-ms-correlation-request-id": "9ae8df36-419c-4c88-b8c3-68a368bf6bc7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "f8af4c4e-38f4-4fcb-9d22-935b9c511502", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084324Z:9ae8df36-419c-4c88-b8c3-68a368bf6bc7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-75e7b4faeed724f4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cd579ea0d58903165fadc57953b31093", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-3273d723bd8d0d01-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "08569727e1b8e849b73a8cfb181d9a67", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -964,30 +767,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:20:38 GMT", + "Date": "Mon, 12 Jun 2023 08:43:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fd98ac2-a842-4182-9aa9-dcbdbdc1cb27", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "6000be7d-3afc-416d-994a-106f95fd8fee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142038Z:7fd98ac2-a842-4182-9aa9-dcbdbdc1cb27" + "x-ms-correlation-request-id": "61ad0475-b8b0-404b-a1ad-fc46ab514f62", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "c7edef45-3a2f-4a63-a2c0-e3d2e8f17de4", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084356Z:61ad0475-b8b0-404b-a1ad-fc46ab514f62" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-2fc7149c1c237522-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bcbd454a38a2f56f8f80dc26d7e09625", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-f7df7f7dc81e4fa3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f64e10e91fb63959411fbf1b8bc239de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -996,30 +799,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:21:11 GMT", + "Date": "Mon, 12 Jun 2023 08:44:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7af9d69-86e3-475b-9912-3276752350e9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "b7edffd8-183d-4a15-9396-0ab4669c4efa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142111Z:f7af9d69-86e3-475b-9912-3276752350e9" + "x-ms-correlation-request-id": "87eb0cad-86c2-4f6e-a090-8572abe7f27a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "f05b24de-d3b2-4cf2-8063-feb61d5e0d5d", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084428Z:87eb0cad-86c2-4f6e-a090-8572abe7f27a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-65fa5b8076a2a9fe-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3baa90d1fe307bf84b9d0fa22d9921a7", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-131d0a562bb9946b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5a25869aeff2c233895332e004395cb1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1028,30 +831,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:21:44 GMT", + "Date": "Mon, 12 Jun 2023 08:45:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f180ec9-a4e3-438f-85e4-e81983bdd918", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "2201f0c7-9c1f-460e-8c4f-3cd2c2de08eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142144Z:2f180ec9-a4e3-438f-85e4-e81983bdd918" + "x-ms-correlation-request-id": "ab8ed2c1-f706-41d0-b384-80c02c3417f8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "4a9e6509-d150-481d-a0e4-a47f0cbaa2d7", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084501Z:ab8ed2c1-f706-41d0-b384-80c02c3417f8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-740ebf5a58b3b5c3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e69c5ee3f2ee67b32e623e08f8ef2b7e", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-f17c935d0634a7cc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f1bad86f740407ec3e1cc799222d5cf4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1060,30 +863,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:22:16 GMT", + "Date": "Mon, 12 Jun 2023 08:45:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cba8f0e3-0433-42a3-bfd2-5f53ef9adec5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "8553a2be-194c-4e9b-b45e-c2e76b2df44d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142217Z:cba8f0e3-0433-42a3-bfd2-5f53ef9adec5" + "x-ms-correlation-request-id": "55ac164c-7f77-4b07-8d28-2559792afe4d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "6caf9d3a-aa37-46d5-a259-6d14459357d5", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084533Z:55ac164c-7f77-4b07-8d28-2559792afe4d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-1d5c8249d91a0b16-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c2a7a016d5094b624c42700429ccc7f5", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-23bad1b7ef59b1b5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9261ae003ff7f974dc8c6d62ed793507", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1092,30 +895,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:22:49 GMT", + "Date": "Mon, 12 Jun 2023 08:46:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17f110ab-66b7-4aed-9471-7b3761ea3b78", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "d63615df-4367-47ae-b653-d4437dbb0263", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142250Z:17f110ab-66b7-4aed-9471-7b3761ea3b78" + "x-ms-correlation-request-id": "dba5e9b6-3fb3-4684-bf13-afc9eb221272", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "31127e55-337c-4e29-b710-75ac8ded2c78", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084606Z:dba5e9b6-3fb3-4684-bf13-afc9eb221272" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-4847fff80a5b12f4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7843355fb043de37dd420ccebfef825b", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-625e629e87024fc2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b3ac0ec3480725d9991d1cd6289aa05b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1124,30 +927,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:23:24 GMT", + "Date": "Mon, 12 Jun 2023 08:46:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a30e8cf2-f722-4034-82cf-c83d39295b07", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "cab103f9-67bd-4fb1-b8a6-127a37691d8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142324Z:a30e8cf2-f722-4034-82cf-c83d39295b07" + "x-ms-correlation-request-id": "bafbb7bc-bebf-4c93-86e7-1af68c37828e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "33b56ecf-38e4-4749-ba23-cd2f9ee61f80", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084639Z:bafbb7bc-bebf-4c93-86e7-1af68c37828e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-23452ff4688577ea-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8d8c90715ef20d9efc5099ac82af3e61", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-b8e3b659175c1d4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "56df3df7c9d730b963c0147807891ac5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1156,30 +959,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:23:57 GMT", + "Date": "Mon, 12 Jun 2023 08:47:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19414a3b-d623-462b-a8ab-fdccad1986d5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "9e7e53df-f96f-4943-bf61-413b326978fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142357Z:19414a3b-d623-462b-a8ab-fdccad1986d5" + "x-ms-correlation-request-id": "5258f9fe-c2ac-4fcd-bed7-ae16a99d8dbb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "e16f2cbd-7276-4ee9-9bd4-52cf6b524a39", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084711Z:5258f9fe-c2ac-4fcd-bed7-ae16a99d8dbb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-a27a0183ce110a36-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c3a9499ab3ac663b69c8e5c6c9938c5c", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-51cc61d727015d48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "13d6bfe7a981b8edd43cf8d9229ed142", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1188,30 +991,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:24:29 GMT", + "Date": "Mon, 12 Jun 2023 08:47:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e51d22b-e006-4612-bb24-715d9037fd98", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "4bcb9ffc-e5dd-4eb6-a609-9daac5bf1335", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142430Z:9e51d22b-e006-4612-bb24-715d9037fd98" + "x-ms-correlation-request-id": "650f465b-c685-47d9-aa89-9bbe4645dc63", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "63c39411-64c7-4a19-89c0-e635e73aa476", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084743Z:650f465b-c685-47d9-aa89-9bbe4645dc63" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-a3a05e09cf4b4fc6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "999215bf3a40000396357bf3168a5c2e", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-030f691eb01f7730-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "af6b11ecde99f92f547b504634611d10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1220,30 +1023,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:25:02 GMT", + "Date": "Mon, 12 Jun 2023 08:48:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86294702-305b-4a06-9c61-8cd32caf889c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "f503bc23-c31f-4ecf-bf35-ebe3323c24e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142503Z:86294702-305b-4a06-9c61-8cd32caf889c" + "x-ms-correlation-request-id": "097bdcee-fd6e-47c5-a5b2-37784dd1d226", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "bdc37d0a-8aac-4ae1-969f-d8a4bbdb08f6", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084816Z:097bdcee-fd6e-47c5-a5b2-37784dd1d226" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-e246976a6293e168-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7633aa04bf46bdaf5525242979d84468", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-20fc5dd45489823e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "68ef57038cc44dda5027819bd0df0dc5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1252,30 +1055,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:25:35 GMT", + "Date": "Mon, 12 Jun 2023 08:48:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8920f76-4455-496f-8215-f2e70de24067", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "72844718-239b-4439-93f0-e690abd1fc55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142535Z:a8920f76-4455-496f-8215-f2e70de24067" + "x-ms-correlation-request-id": "6e9f2e8c-9ff4-45ad-b773-b7bd463da2e1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "58ba18ae-2def-4cd0-beb3-7536c7720f0e", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084848Z:6e9f2e8c-9ff4-45ad-b773-b7bd463da2e1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-0b90e0ca97507caf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6ded3cc4a41c602146a92c76384750de", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-07cc59fe558dce08-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f68cd1ef6b1e082b8fdcbe0558a68473", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1284,30 +1087,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:26:08 GMT", + "Date": "Mon, 12 Jun 2023 08:49:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83c64704-e804-4b45-af6b-fcb6d3026d10", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "fe613bae-b066-4f4c-ae9e-80be99d3eddf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142608Z:83c64704-e804-4b45-af6b-fcb6d3026d10" + "x-ms-correlation-request-id": "34730ac8-5256-4a37-be46-b8c6708ebca7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "e42022b2-32cd-43af-9f63-8ba58340d139", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084921Z:34730ac8-5256-4a37-be46-b8c6708ebca7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-ae051c574fc42b41-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1ec1b76b1560ff1665d5441a15d986be", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-c530865f1c52495c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cbd6e81f68af5f7d371d5e725c942875", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1316,30 +1119,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:26:41 GMT", + "Date": "Mon, 12 Jun 2023 08:49:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d289c4e7-64b1-404b-b2ea-b0f63e46ba8e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "12807f61-69d4-43c0-87a4-ef3264423df4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142641Z:d289c4e7-64b1-404b-b2ea-b0f63e46ba8e" + "x-ms-correlation-request-id": "6f0738c2-b2a4-426f-ac5a-61a4deeff9d0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "a2117215-9b19-4d42-bc90-477e86d5b4f8", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T084953Z:6f0738c2-b2a4-426f-ac5a-61a4deeff9d0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-7f4755887d15a6cd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d92e12f1ef9d5f1289d3309c9338850d", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-6ddceb4d1b0dac98-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "62578a6e27d497f12ce6d9e8cdd4f5aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1348,30 +1151,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:27:14 GMT", + "Date": "Mon, 12 Jun 2023 08:50:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3cc968cf-933f-46e9-9790-4877cb6f6c6c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "7776ecf5-31a1-43a1-9246-a65f8bf31dfc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142714Z:3cc968cf-933f-46e9-9790-4877cb6f6c6c" + "x-ms-correlation-request-id": "a059376f-9d74-4b4d-9b46-24e785a890a9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "43c594ff-f7db-4960-a524-1beb3fe58504", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085026Z:a059376f-9d74-4b4d-9b46-24e785a890a9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-100c3a7118dce80e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c2bd46d52516ae0825ed074760064a6c", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-2750071cc93b0032-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e87b0ea342088715542cbe010cb8abfa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1380,30 +1183,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:27:46 GMT", + "Date": "Mon, 12 Jun 2023 08:50:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbe4dd71-65cf-42ac-ba61-1fff35db5804", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "8e70dfda-104e-43dd-9dbe-09b3934863c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142747Z:dbe4dd71-65cf-42ac-ba61-1fff35db5804" + "x-ms-correlation-request-id": "4c0afc92-8054-4281-b153-ca27f6fdafa2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "30dbc1a1-52a3-40e3-8b6d-2eb1cdcba485", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085059Z:4c0afc92-8054-4281-b153-ca27f6fdafa2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-346f60114804c007-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "25856d2276197c40a562958de57a6c2d", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-0491318751f9c4be-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ce9749b3214ff89ef63e9fc88f959162", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1412,30 +1215,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:28:20 GMT", + "Date": "Mon, 12 Jun 2023 08:51:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68619bb7-ee6d-434c-ae7d-35d71b8ec02a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "52dae84b-778c-444d-a618-e2af1ddbbd25", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142821Z:68619bb7-ee6d-434c-ae7d-35d71b8ec02a" + "x-ms-correlation-request-id": "956cedb3-e506-494a-9227-fc95828a9340", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "3b083dba-4c5a-4893-9cfe-2b9847d5579c", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085131Z:956cedb3-e506-494a-9227-fc95828a9340" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-122ca86fbcc716e6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cf45364fc41bcba80a7fb3b0e8cbfe82", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-0be22b072e9e74fc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4ecfb42840192b6c74cf0ea868f08b74", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1444,30 +1247,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:28:53 GMT", + "Date": "Mon, 12 Jun 2023 08:52:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7d07808-17ee-4685-8fe6-2d36111242f7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "2befdcae-691e-45ee-939c-d5098e255b2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142854Z:d7d07808-17ee-4685-8fe6-2d36111242f7" + "x-ms-correlation-request-id": "250b7f5f-ee05-4999-a4ce-55190f5f3b17", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "291863ce-19d2-402f-aa87-7958ba78c098", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085204Z:250b7f5f-ee05-4999-a4ce-55190f5f3b17" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-d3fa97d3cb672c4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2579c38860b25ff305411db3907bc8ab", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-f1153c6ae6ab536d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8434de3b273d815b6f83f1caa34df8be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1476,30 +1279,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:29:26 GMT", + "Date": "Mon, 12 Jun 2023 08:52:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae1a25f9-efe6-4a9b-979a-812c9f5a1978", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "b665983d-9615-4d9f-aa08-a1cc584c4c86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142927Z:ae1a25f9-efe6-4a9b-979a-812c9f5a1978" + "x-ms-correlation-request-id": "e6cdbfdc-6793-4c2e-a428-47acd47885e2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "abb1b37f-255a-452d-b653-35f59add8230", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085236Z:e6cdbfdc-6793-4c2e-a428-47acd47885e2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-56aaff41d78aa3ac-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2af7d9817bc15e51c5ba1b99c29093da", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-3a792f0589bb81d0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "58d85b9a5ce873e1dd6b597f13f68f05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1508,30 +1311,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:29:59 GMT", + "Date": "Mon, 12 Jun 2023 08:53:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69557383-5740-4f7e-8593-e6de48729899", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "8f176e17-e98a-4e13-b06a-0548a1e91b6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T142959Z:69557383-5740-4f7e-8593-e6de48729899" + "x-ms-correlation-request-id": "9d8f1ae1-0c28-446a-b2c6-b4727bc0000c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "9d8adeab-667b-491c-9f7b-74be264c4fc2", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085309Z:9d8f1ae1-0c28-446a-b2c6-b4727bc0000c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-b769709b4eb049da-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "220412634600ef7a43e5c9daa7f43b8f", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-edb0fc563c80666a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b08d2ab30d610125594ede954ea28827", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1540,30 +1343,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:30:31 GMT", + "Date": "Mon, 12 Jun 2023 08:53:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b665a2fe-c67e-4944-bb8e-38a0335dea02", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "6c8914f9-cdda-4d81-a0b5-94d4ff116511", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143032Z:b665a2fe-c67e-4944-bb8e-38a0335dea02" + "x-ms-correlation-request-id": "03843627-d1c1-4e55-aaf1-51ad45218429", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "b78f7c56-8430-4e8a-b004-0d0bb2cfffd1", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085342Z:03843627-d1c1-4e55-aaf1-51ad45218429" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-fa9e9259b2765a8e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0e2f08b7d4d30cc1721b60f844599c75", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-bb302356952904a1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0c0d4fd73217de8cfcc1a6d1cddb6d79", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1572,30 +1375,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:31:04 GMT", + "Date": "Mon, 12 Jun 2023 08:54:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f2cf133-aef0-4714-8240-dc4d435fb7b8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "a10e211c-bcb8-4d24-a980-964f1aa6a997", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143105Z:2f2cf133-aef0-4714-8240-dc4d435fb7b8" + "x-ms-correlation-request-id": "57433820-189f-46be-ac54-83f0bc2e4b35", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "37c30445-35c8-4259-99c6-9f37e71d44e8", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085414Z:57433820-189f-46be-ac54-83f0bc2e4b35" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-e90a4210f2b390e0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7d4f43ada6763aab5f08e6dbb176b6d0", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-1bb93757bfcbc658-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7816ecf347bf8d5d36d7ff997e4c243b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1604,30 +1407,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:31:37 GMT", + "Date": "Mon, 12 Jun 2023 08:54:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00d1c8b5-fe0d-4765-b5d4-1df3df0c5b12", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "ec8caeb7-26eb-49ae-b2c7-05dcb6147d3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143138Z:00d1c8b5-fe0d-4765-b5d4-1df3df0c5b12" + "x-ms-correlation-request-id": "6e3d22b3-1e8e-471c-9eaf-7683c7029647", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "c212176c-3ee3-401d-b4e9-ddabfaf0f424", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085446Z:6e3d22b3-1e8e-471c-9eaf-7683c7029647" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-afbb9acf8f4f5f46-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bae28c7f85618f0651f8b0e4e682aae9", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-8b401c6f771878b9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c3a731e283e881ed9eafb39f6654337d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1636,30 +1439,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:32:10 GMT", + "Date": "Mon, 12 Jun 2023 08:55:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f5bda4e-a593-4fc8-bf6c-89a9df1ffc44", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "b2827cd5-72b3-4513-a51f-6133d4ab5e0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143211Z:5f5bda4e-a593-4fc8-bf6c-89a9df1ffc44" + "x-ms-correlation-request-id": "08552515-8aae-474a-a027-fe736db4bddc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "7621ef9b-7b7e-4480-8e4f-e2f4266f8208", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085519Z:08552515-8aae-474a-a027-fe736db4bddc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-e1cc7826a2347ee7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "642c5449bda510185cf4afcbede55afb", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-16680918c370e982-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "62a165e0108c9067f27fd64033f25fb0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1668,30 +1471,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:32:43 GMT", + "Date": "Mon, 12 Jun 2023 08:55:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e878e000-16b5-434f-8f97-d9ffd3d063a4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "1dfa9a48-eccc-4d2a-b1b8-47d02c29a6ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143243Z:e878e000-16b5-434f-8f97-d9ffd3d063a4" + "x-ms-correlation-request-id": "f040e127-2aee-48fd-bbec-991c7a5773b1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "ac2b572e-f744-4492-8144-421467e156e1", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085551Z:f040e127-2aee-48fd-bbec-991c7a5773b1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-0988f33190df7846-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b8799064e27728143cc02c7ef5c654dc", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-718cab030e21e2c7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9cee6b9caa347090fe94d91094bd26e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1700,30 +1503,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:33:18 GMT", + "Date": "Mon, 12 Jun 2023 08:56:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "519e32e3-3d85-40da-ac57-395615096b1e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "38088d73-642b-4e21-ae30-e11188fdf0e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143318Z:519e32e3-3d85-40da-ac57-395615096b1e" + "x-ms-correlation-request-id": "60262cb4-4238-42fd-a74b-6894da57e157", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "8e5387d7-925a-4e12-ae1e-e05467e2ea55", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085624Z:60262cb4-4238-42fd-a74b-6894da57e157" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-234d06405cc4f701-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5d92fd5d524ac12a73d15d6cd53ba16b", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-2e17114020ba5cfc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "18b981a4c2aad2afc917d169acad4dac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1732,30 +1535,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:33:50 GMT", + "Date": "Mon, 12 Jun 2023 08:56:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90d14aa5-26ad-48cd-94de-520c5590eaa4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "dbc97c55-a715-4fbf-9526-8bf54bf23755", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143351Z:90d14aa5-26ad-48cd-94de-520c5590eaa4" + "x-ms-correlation-request-id": "1bbecffc-0b56-4680-b138-e357026f3e04", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "e1d4fe92-ac4e-4bfe-9def-fca98e900689", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085656Z:1bbecffc-0b56-4680-b138-e357026f3e04" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-e811c0d1494a9752-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "567fb49df1086672400328e4919a1b96", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-68dbe083214f0074-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fb03024f96653649d43063f73657fc35", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1764,30 +1567,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:34:23 GMT", + "Date": "Mon, 12 Jun 2023 08:57:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18a43f78-3d48-4fcc-b427-286194dd7ae1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "abaa6afb-30b4-4ceb-a116-0b4953ec0051", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143424Z:18a43f78-3d48-4fcc-b427-286194dd7ae1" + "x-ms-correlation-request-id": "862e3172-7c58-45f3-99c6-1a5a7ce612f7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "f1a7289a-c202-422d-a7f4-7602b9b3a74b", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085729Z:862e3172-7c58-45f3-99c6-1a5a7ce612f7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-7ca57aea84d66f1e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f06dd2a0fd5312b165b745a584a75200", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-dac86540f023f73a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b19bf4594739da06bb1cd21cd927c451", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1796,30 +1599,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:34:56 GMT", + "Date": "Mon, 12 Jun 2023 08:58:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "caf7fd2f-1e3a-47b0-ab16-8e5cdb9db732", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "57244132-18b1-4736-b2f5-32af41308ff3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143456Z:caf7fd2f-1e3a-47b0-ab16-8e5cdb9db732" + "x-ms-correlation-request-id": "fd7b6946-1124-4b26-96fd-556370c9d5e6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "a73471be-e82b-4827-918b-802f191fde89", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085801Z:fd7b6946-1124-4b26-96fd-556370c9d5e6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-68d5436d2a16b12f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "40e1c01ffd466bd48b2b1d462a4630d8", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-b724567658a42377-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "91c02d472bba0d7c388243795eb89b72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1828,30 +1631,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:35:29 GMT", + "Date": "Mon, 12 Jun 2023 08:58:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ffb21f81-fc25-487f-90e8-9b0e3c3d05b7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "7b5deb28-9e90-4e36-8e88-b3372e364cae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143529Z:ffb21f81-fc25-487f-90e8-9b0e3c3d05b7" + "x-ms-correlation-request-id": "16943803-e27b-48bc-add8-b34cb75c0719", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "769a5864-166d-40a8-a70d-cc077e5089f7", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085834Z:16943803-e27b-48bc-add8-b34cb75c0719" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-25c278add79d9965-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "03cbc7b6b1ce9f17036df150accce298", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-a4e98ba608d626fd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b80f9b1b9b110873fc283f48c42c5dad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1860,30 +1663,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:36:02 GMT", + "Date": "Mon, 12 Jun 2023 08:59:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd84b70b-50af-468e-8bba-33f7bfb151e1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "6f13a4ed-ae51-4273-9edb-9a8c05cb55c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143602Z:bd84b70b-50af-468e-8bba-33f7bfb151e1" + "x-ms-correlation-request-id": "84727044-ea5a-47e0-b78d-41cb5c44f818", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "2040b995-596e-44c7-b593-21d7424f4e7c", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085906Z:84727044-ea5a-47e0-b78d-41cb5c44f818" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-4d113ab2bdc1a7f0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d0c527b1dab9a24ffe016527df6be81e", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-cea172cd289ac645-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "09af126c6a962d7a788e79b6038c7b03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1892,30 +1695,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:36:34 GMT", + "Date": "Mon, 12 Jun 2023 08:59:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b430454-dc49-4b2c-9861-11255981a28c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "ab65d90f-4993-4c52-9151-f1e480699eaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143635Z:1b430454-dc49-4b2c-9861-11255981a28c" + "x-ms-correlation-request-id": "1b7d6a94-b8a3-4672-b1c9-7e9ebd04c178", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "b85190e1-7b9e-4d0c-b6c1-3522970d9bc4", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T085939Z:1b7d6a94-b8a3-4672-b1c9-7e9ebd04c178" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-6ac70ffe2c910faa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bcee6c874fdb6d32a8413cd90c83bfbe", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-20d2892b15774359-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3d0160800b17ab3fbab89491eb33490b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1924,30 +1727,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:37:07 GMT", + "Date": "Mon, 12 Jun 2023 09:00:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "265312df-4e93-4ad8-8406-b54e79fc911c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "a2f01a36-b830-46e4-8f2c-639fa35c1ddb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143708Z:265312df-4e93-4ad8-8406-b54e79fc911c" + "x-ms-correlation-request-id": "42c9cea8-bf7e-465f-9b00-a3a696cadb4a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "7fd5fd52-0958-4a88-9a90-09e02a07ceaf", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T090012Z:42c9cea8-bf7e-465f-9b00-a3a696cadb4a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-cef75237bd875cbb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "039584495f80db1f782904cc4cf0c098", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-865cffaef35395cb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4c0d96259208b0db21e2408321bc056f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1956,30 +1759,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:37:41 GMT", + "Date": "Mon, 12 Jun 2023 09:00:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08c224d8-c23c-4ffd-8972-953437b09f2d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "658f01cd-18e5-4da0-a95f-723b5456855c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143741Z:08c224d8-c23c-4ffd-8972-953437b09f2d" + "x-ms-correlation-request-id": "eca42499-636e-402e-b75f-1ce207a5c8f0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "63f3e81e-a3bf-49d4-af04-b1364ed223c1", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T090044Z:eca42499-636e-402e-b75f-1ce207a5c8f0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-2499defb044d168b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3fc8d28426dd61bcf45727789d75957a", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-fb760e308c369375-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "63c73bad1f2b6096d2034fded5e94244", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1988,71 +1791,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:38:15 GMT", + "Date": "Mon, 12 Jun 2023 09:01:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c35806e6-d329-4d7e-9a1c-7fe1a5f75f0d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "d4b0f10f-7b2c-45dd-86ef-82da9ac2060d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143815Z:c35806e6-d329-4d7e-9a1c-7fe1a5f75f0d" + "x-ms-correlation-request-id": "82050546-adc2-42e4-861e-387aa0e9318d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "60aafe1a-5b9b-4e56-adfc-245c03f9003f", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T090117Z:82050546-adc2-42e4-861e-387aa0e9318d" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7c78b99ea6ab330771230e400ff4719c-835800e41830c002-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5adea641e5d5289e4d1343b24a6621b8", + "traceparent": "00-c612dd4782c031d9b9bbb38c5200d83a-7ba1443db972a39d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6c916d442e7feefa84501c35cbbc8afd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2223", + "Content-Length": "2254", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:38:16 GMT", + "Date": "Mon, 12 Jun 2023 09:01:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78111eb0-71b3-4de1-98b2-565bfeda2daa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "a271eb68-7348-43a8-84f5-55d172e87468", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143816Z:78111eb0-71b3-4de1-98b2-565bfeda2daa" + "x-ms-correlation-request-id": "150005a0-3673-4c36-bf99-8aedf708064a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "fc8d3743-528f-4714-9db8-8d08b4f84f25", + "x-ms-routing-request-id": "KOREACENTRAL:20230612T090117Z:150005a0-3673-4c36-bf99-8aedf708064a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8481/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7988/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased", "name": "hdisdk-schedulebased", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "199ec871-7eb5-419e-9a53-fd903726fdf0", + "location": "Japan East", + "etag": "ed3dfd33-b235-47d2-9cf8-6f967bee0798", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "e087951001974cf5a4042fd414a2316c", + "clusterId": "c7e2a0c4806f4cdabcd9e0026367ae97", "computeProfile": { "roles": [ { @@ -2115,7 +1918,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T14:13:20.08", + "createdDate": "2023-06-12T08:40:04.493", "quotaInfo": { "coresUsed": 20 }, @@ -2140,14 +1943,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster3783.blob.core.windows.net", + "name": "azstorageforcluster5314.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container8853", + "container": "container1689", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2165,9 +1969,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1252954201", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "134058125", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleScheduleBasedTypeAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleScheduleBasedTypeAsync.json index bce91d230470..8addbe4e72c3 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleScheduleBasedTypeAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithAutoScaleScheduleBasedTypeAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5562bca94d2884befc23f51ec91bafe6-dde3d84d969c55a8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "65b344d8813281087b3ff184ebe06380", + "traceparent": "00-779ba33e96a5034af556015b1b0f0f33-7266ac96de6e5f31-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5287830e7225acaea908c70b81090509", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:35:33 GMT", + "Date": "Tue, 13 Jun 2023 02:08:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ffbb8412-c869-49aa-98f8-a9a4280e2685", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "ffbb8412-c869-49aa-98f8-a9a4280e2685", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173533Z:ffbb8412-c869-49aa-98f8-a9a4280e2685" + "x-ms-correlation-request-id": "b403e9d5-bdb8-4fb0-add5-52869d66d6df", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "b403e9d5-bdb8-4fb0-add5-52869d66d6df", + "x-ms-routing-request-id": "JAPANEAST:20230613T020853Z:b403e9d5-bdb8-4fb0-add5-52869d66d6df" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-1597?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-1631?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-a7c1885adb6895aa90a6653e14ca5561-6880fb2d8d0db753-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e9280f1e8f871ae3f2b867a7bc8325ab", + "traceparent": "00-3ed070e1368f9227d29d285bf9be9a99-4f641d33174183b1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "baac282c8a83042bde6afa627ce8abf2", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:35:37 GMT", + "Date": "Tue, 13 Jun 2023 02:08:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c1b0cd6-df8b-42f4-9eb1-b507f0af3ea5", + "x-ms-correlation-request-id": "36929544-fe06-4ebe-b0f0-13e6be0def1e", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "7c1b0cd6-df8b-42f4-9eb1-b507f0af3ea5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173537Z:7c1b0cd6-df8b-42f4-9eb1-b507f0af3ea5" + "x-ms-request-id": "36929544-fe06-4ebe-b0f0-13e6be0def1e", + "x-ms-routing-request-id": "JAPANEAST:20230613T020854Z:36929544-fe06-4ebe-b0f0-13e6be0def1e" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597", - "name": "HDInsightRG-1597", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631", + "name": "HDInsightRG-1631", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1290", + "Content-Length": "1294", "Content-Type": "application/json", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-ec14aeaa41e43123-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c133ad14da48d693345aeb57fcebce91", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-261b3f88e9050e4c-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f218615ccdfe003d6b9f7fd11be319fe", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -191,9 +185,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster1387.blob.core.windows.net", + "name": "azstorageforcluster8711.blob.core.windows.net", "isDefault": true, - "container": "container748", + "container": "container8647", "key": "Sanitized" } ] @@ -205,30 +199,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1993", + "Content-Length": "2025", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:36:09 GMT", - "ETag": "\u00225bf9c078-0e58-49e0-aef0-2c7c4a0b8eef\u0022", + "Date": "Tue, 13 Jun 2023 02:09:23 GMT", + "ETag": "\u0022a57328fd-41b9-49df-b906-a7b96cfa7db9\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "180779ee-5a24-4327-990c-2fe304b74982", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "02103c64-a937-456f-a31d-1748a104a843", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "31bf40f1-c80e-4222-ae1f-5c66650d8727", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173609Z:180779ee-5a24-4327-990c-2fe304b74982" + "x-ms-request-id": "e1666869-3352-49ed-a468-d6683d21ead6", + "x-ms-routing-request-id": "JAPANEAST:20230613T020923Z:02103c64-a937-456f-a31d-1748a104a843" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased", "name": "hdisdk-schedulebased", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "5bf9c078-0e58-49e0-aef0-2c7c4a0b8eef", + "location": "Japan East", + "etag": "a57328fd-41b9-49df-b906-a7b96cfa7db9", "tags": { "key0": "value0" }, @@ -237,13 +231,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "3bd240728f8c4b95855e1c252ae9ffdd", + "clusterId": "e3f3f8a8f1d740d08d35b590dcfb1d23", "computeProfile": { "roles": [ { @@ -306,7 +300,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T17:36:07.68", + "createdDate": "2023-06-13T02:09:23.007", "quotaInfo": { "coresUsed": 20 }, @@ -317,14 +311,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster1387.blob.core.windows.net", + "name": "azstorageforcluster8711.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container748", + "container": "container8647", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -341,173 +336,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-7f318136a6604670-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3203cffa5a49668f898f4489855ad257", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:36:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a355bf98-cd2d-4935-9ab6-803d79735cb3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "afb18e59-4b7b-4877-82dd-e2c25dad7071", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173610Z:a355bf98-cd2d-4935-9ab6-803d79735cb3" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-f7182685021338c7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f2fdc75fb46c10db23db09d6a0fff3e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:36:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1200c931-5cb5-4fc1-8989-6e6d4f5e8b4f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "c403d9c5-69ee-4d26-98bd-b24fcb747f6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173612Z:1200c931-5cb5-4fc1-8989-6e6d4f5e8b4f" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-61967690bb1a44e8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2c5c954c9be8c5489140b414bf00d25e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:36:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c77521e3-2bcc-45a1-9e4d-8456573fd429", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "105f8f17-2c77-45d5-b033-38d73eaf511f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173614Z:c77521e3-2bcc-45a1-9e4d-8456573fd429" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-4ab41a5e37db0844-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1b35e29f1c5046e9f3f20f6d51b8c58a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:36:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70764241-fb4b-4c06-9654-058390c728d3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "8aab8517-a44d-4274-8ea4-e9f522e7c6c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173616Z:70764241-fb4b-4c06-9654-058390c728d3" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-bad9fd8459e6989e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ef3d5e9ca5fdc36e7f37602b00c75122", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:36:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d752f97-6a96-4270-94d6-407c0926ca8e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "0ce03099-b810-408d-a382-a13c7e793658", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173618Z:5d752f97-6a96-4270-94d6-407c0926ca8e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-5ed4eeeaaaa235a5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "be37ab08d7c92f95ac1638f58cda74d9", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-5300bfcbcf9c74ac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6d047d360648624f974766255e13529b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -516,30 +351,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:36:22 GMT", + "Date": "Tue, 13 Jun 2023 02:09:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "890282fa-65ff-4942-bce0-600962237372", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "b3bc6ce1-7904-4a64-b527-d37a5f1fa8db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173623Z:890282fa-65ff-4942-bce0-600962237372" + "x-ms-correlation-request-id": "8d41c26f-6073-4287-bbb4-4764788effa5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "c47e2696-96c2-448f-be06-f4aa57f9a19c", + "x-ms-routing-request-id": "JAPANEAST:20230613T020923Z:8d41c26f-6073-4287-bbb4-4764788effa5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-810dc4192805b29d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6077297ae2c3fa6073719c19bbbd462b", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-9623c14f9df6fca6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "17eacc3b2230f9a4177ae9da9683c5ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -548,30 +383,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:36:32 GMT", + "Date": "Tue, 13 Jun 2023 02:09:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38986fea-d9a8-40b4-a6cd-1503743db9f1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "1f252671-f3a1-4b5f-80b9-18817a434211", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173632Z:38986fea-d9a8-40b4-a6cd-1503743db9f1" + "x-ms-correlation-request-id": "7011aabf-ecd7-412d-a4b6-cb527c4276d1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "b54ca02e-209b-43f4-9557-706ba005cd2b", + "x-ms-routing-request-id": "JAPANEAST:20230613T020925Z:7011aabf-ecd7-412d-a4b6-cb527c4276d1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-b78dcde6d5dbf926-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a664eca10781c5c1c90d43e76c7937a4", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-ce24d78aab1c6c0a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9e9bebd9abdf60b6b982df36fb243ef5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -580,30 +415,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:36:49 GMT", + "Date": "Tue, 13 Jun 2023 02:09:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a59bd29a-7814-4c3b-b10b-28165a0aaf3f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "bdfc0113-7f0e-472c-af84-c7817d42e02e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173649Z:a59bd29a-7814-4c3b-b10b-28165a0aaf3f" + "x-ms-correlation-request-id": "9a64e46e-def7-45a6-b3c8-28114f6ed2c9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "f70b65fc-8946-44c1-a707-d02c09c56d70", + "x-ms-routing-request-id": "JAPANEAST:20230613T020926Z:9a64e46e-def7-45a6-b3c8-28114f6ed2c9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-75471a50e4d8a8ee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d6b087c3f050255f4b3c4a573b7b74ef", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-c80ea4c99aed1b37-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6e7e9bd1aed31363d80a55cd1c75cc14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -612,30 +447,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:37:21 GMT", + "Date": "Tue, 13 Jun 2023 02:09:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7f59946-4ddd-4e33-8d85-b7c8138caffd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "688474a2-e8f3-4942-9461-3a2a1263d09d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173722Z:f7f59946-4ddd-4e33-8d85-b7c8138caffd" + "x-ms-correlation-request-id": "2bf3501a-9336-4bba-8e64-fff2b35b345f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "e9ff4157-0df7-47af-ab17-707737129a52", + "x-ms-routing-request-id": "JAPANEAST:20230613T020927Z:2bf3501a-9336-4bba-8e64-fff2b35b345f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-16386f2b66f90d8e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9f540cd0ce75735768b197b59f788dfa", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-8cf0e2f0a17ee9af-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "734bb981b3778fbc158a5dad436efdf2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -644,30 +479,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:37:54 GMT", + "Date": "Tue, 13 Jun 2023 02:09:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81407a73-9a92-412c-97a6-2d3b4e3d410f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "6d31e53a-134c-4f4a-bf91-824bb01e8dae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173754Z:81407a73-9a92-412c-97a6-2d3b4e3d410f" + "x-ms-correlation-request-id": "0cbbf3a1-8026-43e8-ad15-bb89f57602d7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "9c98535a-bdf4-4299-b305-44be5cf3f1f8", + "x-ms-routing-request-id": "JAPANEAST:20230613T020930Z:0cbbf3a1-8026-43e8-ad15-bb89f57602d7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-7756638e08d29201-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3355f73a6f0cb0db8c3e5b44bd698a4d", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-76c3d1cc5fe4c5df-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fb09f43c56042bd98787c6d456e94444", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -676,30 +511,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:38:27 GMT", + "Date": "Tue, 13 Jun 2023 02:09:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87e619cf-bc63-4608-a82f-7d86d24a0edd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "faf45414-8726-4825-beac-6017a833d9f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173827Z:87e619cf-bc63-4608-a82f-7d86d24a0edd" + "x-ms-correlation-request-id": "c2cc692c-9dac-4bb3-a1ae-131aa941a344", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "844664d0-3a15-4777-beed-dab4b11eda45", + "x-ms-routing-request-id": "JAPANEAST:20230613T020934Z:c2cc692c-9dac-4bb3-a1ae-131aa941a344" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-d48b298bb49d299b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "601653999824f52f2f3d6d9e59a986d2", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-49bd846b02ae20b3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "42b4cbb6cbd91d7ddfef594950b6d06a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -708,30 +543,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:38:59 GMT", + "Date": "Tue, 13 Jun 2023 02:09:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3f4d085-4e25-4b41-80cb-7c56c22df160", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "47b705e2-de2a-4d67-bca5-a9c7204fa487", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173900Z:f3f4d085-4e25-4b41-80cb-7c56c22df160" + "x-ms-correlation-request-id": "1eacbff9-cd3f-4dde-bb06-afebcb7f7a41", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "418d883f-6f38-4948-a92a-2a2f99b57ad2", + "x-ms-routing-request-id": "JAPANEAST:20230613T020942Z:1eacbff9-cd3f-4dde-bb06-afebcb7f7a41" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-f262d34bea68ce7c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "431d4faf402660e231a312367313b5ff", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-cb1dd09c10fd7210-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2891630cd06b2b10e01fecefece7392c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -740,62 +575,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:39:34 GMT", + "Date": "Tue, 13 Jun 2023 02:09:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1c95265-bedc-4af9-adab-155b3b0143db", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "3f74f817-dd6f-47c3-bdf8-a1bab291c5f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T173934Z:d1c95265-bedc-4af9-adab-155b3b0143db" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-af39ea921e8b1707-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4b1c49272d61a2d5c86003ce013c57e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:40:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfb25be3-5272-4021-8cec-f93a442e1582", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "0de863d5-554e-49e4-bdc3-c6ed2adc76ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174007Z:bfb25be3-5272-4021-8cec-f93a442e1582" + "x-ms-correlation-request-id": "f2c3eb27-f366-49dc-88db-9ed64e1d2f33", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "ea449d4f-d0ce-45a1-abd8-336b249bafd1", + "x-ms-routing-request-id": "JAPANEAST:20230613T020959Z:f2c3eb27-f366-49dc-88db-9ed64e1d2f33" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-13fcf3433d5d5668-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6d9488b8464c582771b62e8185f8821c", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-8e818878eef0f115-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "77f71945bbba701876eb1c14fd8fdbd1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -804,30 +607,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:40:40 GMT", + "Date": "Tue, 13 Jun 2023 02:10:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64474ceb-a58f-4127-8e7b-0a5d67dfec40", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "7a5b0ab1-d450-4b35-bbf3-462e0bd889b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174040Z:64474ceb-a58f-4127-8e7b-0a5d67dfec40" + "x-ms-correlation-request-id": "f4be34b4-3aeb-4256-b71d-a55a31373676", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "39d161ea-ad95-4d9d-8826-85ec4460a479", + "x-ms-routing-request-id": "JAPANEAST:20230613T021031Z:f4be34b4-3aeb-4256-b71d-a55a31373676" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-116d845eaa43ddb4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "10776e883a8d8270797a7bc53c135ef5", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-29c890b0477ea80a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f2c75cb71c57e5d8bb8961badf8d31f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -836,30 +639,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:41:12 GMT", + "Date": "Tue, 13 Jun 2023 02:11:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed3c8d60-4c14-41f8-87e5-138d06ee4c5e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "b93beaa8-07d8-4cd6-ae64-6aa50a27531f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174113Z:ed3c8d60-4c14-41f8-87e5-138d06ee4c5e" + "x-ms-correlation-request-id": "a978816f-ac77-47f0-822d-118f212587a3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "6713ed17-a0e7-4ec7-8838-c2644fd097b7", + "x-ms-routing-request-id": "JAPANEAST:20230613T021103Z:a978816f-ac77-47f0-822d-118f212587a3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-781ac2a7c400b2f0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ea7d2f4c477ee0b221c4daabfe541ccf", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-fda6ca4c9277bf6a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "36032db558be51b04a20b180b3fb2d50", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -868,30 +671,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:41:46 GMT", + "Date": "Tue, 13 Jun 2023 02:11:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9bf9aa83-3ef4-4183-98ab-071c00f76c41", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "a01c8231-4223-4f05-a9b1-dd284863e986", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174146Z:9bf9aa83-3ef4-4183-98ab-071c00f76c41" + "x-ms-correlation-request-id": "dabd8011-7d23-416a-8218-2326ce9fb216", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a0648aab-6739-4844-bfc7-5cd0053938ae", + "x-ms-routing-request-id": "JAPANEAST:20230613T021136Z:dabd8011-7d23-416a-8218-2326ce9fb216" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-8e3140137d3409c5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9346e7de47c47e551812f3d1cb611b5d", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-d1851112c456514d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "90381a43462029d44111bc30595e91e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -900,30 +703,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:42:18 GMT", + "Date": "Tue, 13 Jun 2023 02:12:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e963be06-0a8d-4e9b-b954-fe95d78cf02a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "cf563779-9cd2-4da3-a1c3-24f53f9c885e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174219Z:e963be06-0a8d-4e9b-b954-fe95d78cf02a" + "x-ms-correlation-request-id": "ea22f711-d3fd-491a-8823-f45cb12fdae9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "1a33cc2d-ff4f-4816-a5e2-158b9b2acf73", + "x-ms-routing-request-id": "JAPANEAST:20230613T021208Z:ea22f711-d3fd-491a-8823-f45cb12fdae9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-c17925b0afb9e913-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "56353957977a409dbb97eec95fc48325", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-d98d3d0e5e9442c1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d05e25baa58c5f12ac76a7376a5832bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -932,30 +735,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:42:51 GMT", + "Date": "Tue, 13 Jun 2023 02:12:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "983a9e49-b18d-4baf-811b-9399e8f46a78", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "dbcea035-ba7f-4d99-aee6-8755388a4f39", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174252Z:983a9e49-b18d-4baf-811b-9399e8f46a78" + "x-ms-correlation-request-id": "8cd27071-195c-4d12-92ec-30a20caa7742", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "9c82ef17-ca5b-4f36-b323-99f399510d3c", + "x-ms-routing-request-id": "JAPANEAST:20230613T021240Z:8cd27071-195c-4d12-92ec-30a20caa7742" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-3142fc3a71d899b7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "55e7ab5dcbcc0430d9ffd16c53e015bf", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-3e06b67919ff39cf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c476105ba0556ed758d9f5ad9b7ff7ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -964,30 +767,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:43:23 GMT", + "Date": "Tue, 13 Jun 2023 02:13:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad4ac637-31ee-4818-b5f8-53d6074e1c6a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "e04ece85-8938-4eff-82fe-3c792cb622d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174324Z:ad4ac637-31ee-4818-b5f8-53d6074e1c6a" + "x-ms-correlation-request-id": "25ff28ca-dffe-4105-a1f5-ac57104291e6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "819c8aa8-9686-43ea-85d5-dce0bca5dca3", + "x-ms-routing-request-id": "JAPANEAST:20230613T021313Z:25ff28ca-dffe-4105-a1f5-ac57104291e6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-b2c4edb02d75a78c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c5547ca8c61f46554906d72d598c1e53", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-64e19fcf3600c906-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8ec6c88e5d9c9ec408d9e4a99f9cbfe8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -996,30 +799,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:43:57 GMT", + "Date": "Tue, 13 Jun 2023 02:13:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "908ac9ff-d839-46a9-9f82-4e82dbe3d5f1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "5d3ee581-4609-4801-887d-1e974f97d9ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174357Z:908ac9ff-d839-46a9-9f82-4e82dbe3d5f1" + "x-ms-correlation-request-id": "b0df318d-a161-40fc-b155-c6bfcaeb3c55", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "d8eff596-b9bb-4fae-8a02-f71fa0c09b7b", + "x-ms-routing-request-id": "JAPANEAST:20230613T021345Z:b0df318d-a161-40fc-b155-c6bfcaeb3c55" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-8e11fbed0a9e9b19-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1f74ce8ec67a8b9108307c7bc631ecda", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-93914d8496b41538-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "49d4fcdfcde719924def77b2b064c32c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1028,30 +831,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:44:30 GMT", + "Date": "Tue, 13 Jun 2023 02:14:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1b54fb8-aa8e-499d-b5c5-7a03d03b0b14", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "b568bb6c-0728-43a7-8688-ef51a1c41bb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174431Z:b1b54fb8-aa8e-499d-b5c5-7a03d03b0b14" + "x-ms-correlation-request-id": "8118c0ba-c244-47ec-be86-4175ac270bf3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "e0720911-ca2c-41d1-b731-ed27936aaf5b", + "x-ms-routing-request-id": "JAPANEAST:20230613T021417Z:8118c0ba-c244-47ec-be86-4175ac270bf3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-786bc119c9234f2c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e3202e81bd6f960656a10bc6f303ab4c", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-7ac3864e5e2327ac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a1a8ba7fa391fe234cd8bb7cbc2dcfbb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1060,30 +863,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:45:04 GMT", + "Date": "Tue, 13 Jun 2023 02:14:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b227ffd-1185-4606-ac08-63d81beac500", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "ba470a00-269d-4ae8-adac-2c37240f1256", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174504Z:5b227ffd-1185-4606-ac08-63d81beac500" + "x-ms-correlation-request-id": "dd145da0-5f17-4712-8349-7614572bb0d6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "020de420-48b7-4ce5-bcc4-146d5ab1f842", + "x-ms-routing-request-id": "JAPANEAST:20230613T021450Z:dd145da0-5f17-4712-8349-7614572bb0d6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-064dd09c6a159c99-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "85dd7de0f56ce145ebc8bdef4ada8017", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-00d2ce2203fc11af-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9fcd0c1aaeaac10535ad40ace512eda4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1092,30 +895,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:45:36 GMT", + "Date": "Tue, 13 Jun 2023 02:15:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "346c383d-1e1d-419a-b567-dd3f52199212", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "04f2d607-d67d-48e1-ba61-253972e140c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174537Z:346c383d-1e1d-419a-b567-dd3f52199212" + "x-ms-correlation-request-id": "55dcb42e-dba2-440c-8231-090e2863ece4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "2b20ea59-ae74-4a15-9216-2c608a27008c", + "x-ms-routing-request-id": "JAPANEAST:20230613T021522Z:55dcb42e-dba2-440c-8231-090e2863ece4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-9368abc2a45c674e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2aabfc193b6cd0e4c8ddc9d9baca9804", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-2aa45187a9327f5f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e42ab7161df43c56d8d6fc0e12165c20", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1124,30 +927,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:46:09 GMT", + "Date": "Tue, 13 Jun 2023 02:15:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "685e91d3-c403-45be-9729-d7e349ddba01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "f2323edd-5f7e-4654-8e1d-b32fab6947a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174610Z:685e91d3-c403-45be-9729-d7e349ddba01" + "x-ms-correlation-request-id": "7620b60e-76b4-4e15-9fef-d096f3b8ef42", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "fe8a2a46-ec8f-4b18-966e-81960b8a0d60", + "x-ms-routing-request-id": "JAPANEAST:20230613T021554Z:7620b60e-76b4-4e15-9fef-d096f3b8ef42" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-a28e5b74590545e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "489b2f8467548b6ee83ff7a600164c7b", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-830708eb016ae14c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a397bb202396d182b4e76be462771939", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1156,30 +959,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:46:42 GMT", + "Date": "Tue, 13 Jun 2023 02:16:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f3a54c4-e361-48dd-ae52-59ef22327d4a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "921e0844-f18d-4bee-8f66-ea4299a1f471", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174642Z:4f3a54c4-e361-48dd-ae52-59ef22327d4a" + "x-ms-correlation-request-id": "5cfc4325-c8f9-4194-88d1-419edd59cdac", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "d5c3c506-b977-4c79-add1-85ce23a14300", + "x-ms-routing-request-id": "JAPANEAST:20230613T021627Z:5cfc4325-c8f9-4194-88d1-419edd59cdac" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-345e6d785d063a28-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f7adf3218158a4e0990cbc8f2c6b2620", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-aea8613576bcd467-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "056617eaea03fdc7b591c6d4b1f7af1f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1188,30 +991,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:47:15 GMT", + "Date": "Tue, 13 Jun 2023 02:16:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be5af1d0-201f-42ef-8bf3-94ff1f718d0b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "83c2a2d9-8ebd-4698-9a26-0b7bfc3908e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174715Z:be5af1d0-201f-42ef-8bf3-94ff1f718d0b" + "x-ms-correlation-request-id": "c0ecdc9f-43de-42fd-bdc4-a2e5a52f7c24", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "58a1936a-9fa4-4dcc-8420-b5ed3aa2bd15", + "x-ms-routing-request-id": "JAPANEAST:20230613T021659Z:c0ecdc9f-43de-42fd-bdc4-a2e5a52f7c24" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-fcd978af37ed413e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1a6ab830373fb1c38e1f412c433dd0b1", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-9da0cdcea49ac38a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "298b20504a7af20d34592f0db172d961", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1220,30 +1023,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:47:47 GMT", + "Date": "Tue, 13 Jun 2023 02:17:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c07e8baa-9c17-4006-a5e2-a068fc9d9093", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "06f7d05b-75a3-4420-b7b6-3f01d453ac05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174748Z:c07e8baa-9c17-4006-a5e2-a068fc9d9093" + "x-ms-correlation-request-id": "e9e2edfe-971c-4e2a-b4a9-6c21f83af683", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "d1bef7b2-6d85-4d19-85ae-9c0735fe4fec", + "x-ms-routing-request-id": "JAPANEAST:20230613T021731Z:e9e2edfe-971c-4e2a-b4a9-6c21f83af683" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-fa16cf59abafacab-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c6b84d91a01c03ac4ff6ae48aade5f7c", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-905feec8a3d001b8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fa23c3bd56af351cf39aee045dae1fbd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1252,30 +1055,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:48:20 GMT", + "Date": "Tue, 13 Jun 2023 02:18:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9a16e4a-0656-41bd-8276-50d563e804cc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "d93cb4b2-cdbf-43cf-b3fd-48714b47d25a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174821Z:a9a16e4a-0656-41bd-8276-50d563e804cc" + "x-ms-correlation-request-id": "66672029-2af1-435c-9bae-82776e5964d7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "6309cbe5-6208-4ecf-b376-67ef5a0ac8b8", + "x-ms-routing-request-id": "JAPANEAST:20230613T021804Z:66672029-2af1-435c-9bae-82776e5964d7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-1d23ad3ee8f1c46a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4876d61831ace93c30fb68383fb3605c", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-786f21ac92ed1499-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "42944c37efeba0bf0974d0aabbba4b43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1284,30 +1087,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:48:53 GMT", + "Date": "Tue, 13 Jun 2023 02:18:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b086762-5d6d-4303-95c5-ecbe4976acc7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "cb2461e8-fce7-4531-936f-6ffe7d61f274", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174854Z:7b086762-5d6d-4303-95c5-ecbe4976acc7" + "x-ms-correlation-request-id": "940bc00b-32a8-42cc-aad7-3b4a02e866b4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "32b25e9b-f2d3-46ba-8505-44d3a1768fac", + "x-ms-routing-request-id": "JAPANEAST:20230613T021836Z:940bc00b-32a8-42cc-aad7-3b4a02e866b4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-1ac714950a34c376-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dffe0b3c60b38f040c67cb48897b07af", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-28cef2bdddb06677-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ee1764b8b4d4f96f035636e05b089486", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1316,30 +1119,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:49:27 GMT", + "Date": "Tue, 13 Jun 2023 02:19:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7aa70d8-e183-4428-bbee-2f8302785c84", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "94801ad6-fa09-46ed-a93f-8635838a30c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T174928Z:e7aa70d8-e183-4428-bbee-2f8302785c84" + "x-ms-correlation-request-id": "604d6afc-e31f-4a1c-8adc-ff76042bb4f0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "56331b27-c465-41ca-afcd-767c4faf4cb9", + "x-ms-routing-request-id": "JAPANEAST:20230613T021908Z:604d6afc-e31f-4a1c-8adc-ff76042bb4f0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-0ee1030eafdf1698-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6c14c4c088c75f0510cf96213873c39b", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-71ad9e3e30789ab8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "65d5723997ddcd760482f03b86727a39", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1348,30 +1151,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:50:00 GMT", + "Date": "Tue, 13 Jun 2023 02:19:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4c200bf-a240-47bb-bd47-82e82a7246e1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "4bb45e8a-d13d-46ba-8bf7-10ecf835a2fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175001Z:a4c200bf-a240-47bb-bd47-82e82a7246e1" + "x-ms-correlation-request-id": "0d682d36-b36b-4dd0-9b7e-a3e8be632426", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "b4e23398-5f8e-4083-a0e0-73ae7a8abc39", + "x-ms-routing-request-id": "JAPANEAST:20230613T021941Z:0d682d36-b36b-4dd0-9b7e-a3e8be632426" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-96c8ce5367b4223b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9f0b52957fe0b8c9d2e63c4466f45fb4", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-9362446ac9e5fccb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f94cab4f319682e9dc9a3e95b9df4501", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1380,222 +1183,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:50:33 GMT", + "Date": "Tue, 13 Jun 2023 02:20:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f6a931d1-5cd7-4f60-8e2e-f53c37a247fb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "cac58df6-e293-41e2-ac13-4f5f439c18ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175033Z:f6a931d1-5cd7-4f60-8e2e-f53c37a247fb" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-6b0ad5cb1d9e890b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7a78b9f4f49fb395059ecee4c9e25798", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:51:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98887a2d-6b9b-4cf4-a54f-6a3393cfe89f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "91d8b8cf-ac4f-4a73-acb2-269ba4cf0541", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175106Z:98887a2d-6b9b-4cf4-a54f-6a3393cfe89f" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-5cb6a663139b5db8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "37b22fa4676f40cefb5b99e04cc1f91b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:51:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "012b3a0c-87d8-481f-ad7d-e62f8f7f68d4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "b16e1142-91bb-4102-a72f-c66da9aef692", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175139Z:012b3a0c-87d8-481f-ad7d-e62f8f7f68d4" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-2edff82905f2656c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7f2ce26f49fba1fbbc579942b0e4eef0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:52:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f50a14a-129b-4b34-8590-2f022887e39f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "37c4ad31-0011-4fe5-9856-9de9574dce26", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175212Z:0f50a14a-129b-4b34-8590-2f022887e39f" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-3d360ee045778487-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "36a0a38e28428c44ea377e435ab46744", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:52:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8607c738-151d-41b4-a70f-f27178d5cb96", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "6cfeccb4-34dd-46ef-ad63-a04c41137d30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175245Z:8607c738-151d-41b4-a70f-f27178d5cb96" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-0b0b20f859f911a8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e775b3a5d8b55a9c33107a17ce8c8f17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:53:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44152bc0-67c4-4510-86d4-3725c9e27297", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "c4016671-42c7-4776-aef5-2ffaebb9751c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175317Z:44152bc0-67c4-4510-86d4-3725c9e27297" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-1f842ebfeda510f2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a852a96dc22046d99d9f94c4cab84708", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:53:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d8941da-50ae-481f-b85a-0491a60eba6e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "c8ab240c-3b30-4f91-9845-44f48364bdb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175350Z:1d8941da-50ae-481f-b85a-0491a60eba6e" + "x-ms-correlation-request-id": "a888c6b9-7b23-4c9d-b4ad-88e7d07d7b88", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "96428073-98b4-48c3-b644-781700898ec8", + "x-ms-routing-request-id": "JAPANEAST:20230613T022013Z:a888c6b9-7b23-4c9d-b4ad-88e7d07d7b88" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-d8352bd7e11ac702-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fd9d54f0076eb63a07450331ae2dbe5e", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-483f84770922ca06-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "487049e0e5e42165ee49ea51c4337391", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1604,30 +1215,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:54:25 GMT", + "Date": "Tue, 13 Jun 2023 02:20:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20c8fdd8-c53b-4ae6-b68b-f91bb7813618", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "c8fa32c9-a8ab-4547-b9c6-cc39896888ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175425Z:20c8fdd8-c53b-4ae6-b68b-f91bb7813618" + "x-ms-correlation-request-id": "11c50576-efd3-4c05-9dac-3e2ef596f8a0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "57f7365e-200f-4594-81f3-b77714bb41ec", + "x-ms-routing-request-id": "JAPANEAST:20230613T022045Z:11c50576-efd3-4c05-9dac-3e2ef596f8a0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-b82c12bed124f496-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b1d667a7bf62e323d92f4a1543d8907b", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-fe0a7311ac062c4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b090fcdb9abc07ef8852884358e01425", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1636,30 +1247,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:54:57 GMT", + "Date": "Tue, 13 Jun 2023 02:21:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4fba499-265e-4528-ad69-74afa5c5dbdf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "0387a90d-2009-41e0-a3a6-9d09225297f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175457Z:c4fba499-265e-4528-ad69-74afa5c5dbdf" + "x-ms-correlation-request-id": "828dbfc5-bf3b-480a-92b7-c19fc7e512bc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "4a5a249c-98a1-4ef8-beec-35a07aa708dc", + "x-ms-routing-request-id": "JAPANEAST:20230613T022118Z:828dbfc5-bf3b-480a-92b7-c19fc7e512bc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-d147cc902728b7ae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "792772c992ef65a86e9ca0dbbea7986f", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-e192f8a97c8b5c48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3c5bef3c31016954462a0a4d4797bea8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1668,30 +1279,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:55:30 GMT", + "Date": "Tue, 13 Jun 2023 02:21:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0161041c-cdc0-4567-a3c3-12af876d8471", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "8b736859-1251-4a83-8bff-2a4f5438e607", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175530Z:0161041c-cdc0-4567-a3c3-12af876d8471" + "x-ms-correlation-request-id": "f7e6febd-58e6-407c-a008-07df6f01950c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "05b3072e-c09c-4566-90d1-bb440a60930d", + "x-ms-routing-request-id": "JAPANEAST:20230613T022150Z:f7e6febd-58e6-407c-a008-07df6f01950c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-6a924aed8c93ae63-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "621c36e196e230a530b9243fbd24722e", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-349da318eaaac2c2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bcb9ac26954e45445a69c0925c21c80d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1700,30 +1311,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:56:02 GMT", + "Date": "Tue, 13 Jun 2023 02:22:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "018936d0-d4b3-4853-8ef5-d9e06521e4d6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "27a9b490-5149-459a-a1f1-8b43f4f31efa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175603Z:018936d0-d4b3-4853-8ef5-d9e06521e4d6" + "x-ms-correlation-request-id": "5b107f11-32ea-4546-84ab-c8b5192b300a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "52c6a6f3-76c7-41ac-b59a-0c6bb8955b8a", + "x-ms-routing-request-id": "JAPANEAST:20230613T022222Z:5b107f11-32ea-4546-84ab-c8b5192b300a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-fbd55d9570157740-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3b6888b44505156fbf7042c61e482431", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-995a317d3b2fc2c4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d414c53437d8aa90a7266a9190a1c0f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1732,30 +1343,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:56:36 GMT", + "Date": "Tue, 13 Jun 2023 02:22:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e231572-9040-4d04-a5c6-4a041c133472", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "1b6495da-12a5-4dde-a286-490c71b0224f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175636Z:3e231572-9040-4d04-a5c6-4a041c133472" + "x-ms-correlation-request-id": "59e47d09-bb5b-46ea-bb59-bcf6627f9c6d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "249ecd4f-7481-4c27-a2ed-0a2f370faec2", + "x-ms-routing-request-id": "JAPANEAST:20230613T022255Z:59e47d09-bb5b-46ea-bb59-bcf6627f9c6d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-d863a2430b5df51e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0d34da962ebc3299ccf748356e68a84a", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-e310e1c70b504e7f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ac1de0935827a7d6aa16e29871c20d24", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1764,30 +1375,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:57:08 GMT", + "Date": "Tue, 13 Jun 2023 02:23:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1050fc4-9acd-4cc2-959a-d016f066db94", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "513ba74b-dda5-4a9b-bec9-b0468decf6dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175709Z:c1050fc4-9acd-4cc2-959a-d016f066db94" + "x-ms-correlation-request-id": "a1969ee4-3903-4f2d-8317-cdfdc9b7c3a4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "f6a59bae-38b1-41ad-b7b7-32874eceec82", + "x-ms-routing-request-id": "JAPANEAST:20230613T022327Z:a1969ee4-3903-4f2d-8317-cdfdc9b7c3a4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-a14bf368823b93cd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "362771295c3f9b6ac606a27154df11e8", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-b03affb299d38447-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8219fd61ea83eed01c0e14272bb2b4b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1796,30 +1407,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:57:41 GMT", + "Date": "Tue, 13 Jun 2023 02:23:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01e5fddd-cb52-4e95-a8e7-78c64b4a8fc0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "fc72a3dd-f586-4e33-b411-4543d36784f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175742Z:01e5fddd-cb52-4e95-a8e7-78c64b4a8fc0" + "x-ms-correlation-request-id": "1905973d-01ae-44d1-9b3f-fc42186641b6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "8f963443-2485-4360-8af9-9bd6f637aa5d", + "x-ms-routing-request-id": "JAPANEAST:20230613T022359Z:1905973d-01ae-44d1-9b3f-fc42186641b6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-632500f3f1bfbda5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e2a8f29564ef8672ef356e0efc3aa756", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-054a0b6785ac246a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7cfecfa81c03dce5ee6c2ac155f839e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1828,30 +1439,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:58:14 GMT", + "Date": "Tue, 13 Jun 2023 02:24:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fbdb13a2-3bb1-4c56-aa49-a7a7269c0afb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "6641f7c6-8085-41e3-85d0-8272a1d2c5d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175814Z:fbdb13a2-3bb1-4c56-aa49-a7a7269c0afb" + "x-ms-correlation-request-id": "b675ff7e-8176-471b-9bdc-75034cf4c357", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "4c7f1172-e064-4c24-a93c-c672ca2efdf1", + "x-ms-routing-request-id": "JAPANEAST:20230613T022432Z:b675ff7e-8176-471b-9bdc-75034cf4c357" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-48265e1bde314cae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ad9cf8c7ee213af2709946b58b27deed", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-601095538bfbc6d0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "923045193e88a96d102e8f1843ae7cf7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1860,30 +1471,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:58:47 GMT", + "Date": "Tue, 13 Jun 2023 02:25:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9def8f73-95e2-4d12-8974-cfc82ac02b9d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "99f04c2d-5f78-4610-b661-45628a594118", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175847Z:9def8f73-95e2-4d12-8974-cfc82ac02b9d" + "x-ms-correlation-request-id": "de504651-1bb1-4412-8bae-7a1ca38f0199", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "302f1a89-3178-42ea-9fb9-bc55783116ae", + "x-ms-routing-request-id": "JAPANEAST:20230613T022504Z:de504651-1bb1-4412-8bae-7a1ca38f0199" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-fa6cce9eb88cfe54-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7b9f5fe6c6c0c55affa04709ed5c9e8c", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-2db3543e4bef7008-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a2ef2a6190c34520173d9316bf0e9924", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1892,30 +1503,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:59:20 GMT", + "Date": "Tue, 13 Jun 2023 02:25:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c15a50f0-739b-4273-8c2a-620977559944", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "6be31c35-455a-4378-b486-03bdd267f810", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175921Z:c15a50f0-739b-4273-8c2a-620977559944" + "x-ms-correlation-request-id": "0d986233-0388-4ea3-8089-6be104fe4b9d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "514788cc-9a1e-4edf-9866-59eeaf3be49c", + "x-ms-routing-request-id": "JAPANEAST:20230613T022536Z:0d986233-0388-4ea3-8089-6be104fe4b9d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-d62605699ddfddcb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5ca94c5f6442a7c7006e72561dbdfac7", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-dfb41daaf3ddcd8b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e50d2ed521826a2f61556cd58ccc983f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1924,30 +1535,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:59:54 GMT", + "Date": "Tue, 13 Jun 2023 02:26:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da6e1fd6-3789-49ad-b8ee-e986ada2f92a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "fa6fca3a-7638-4dc7-800b-6710c82605ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T175954Z:da6e1fd6-3789-49ad-b8ee-e986ada2f92a" + "x-ms-correlation-request-id": "524b0ffc-43ef-43ad-8f5d-3cf691945207", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "4d8eb3ef-f53f-4115-8fc0-c928fdc804e3", + "x-ms-routing-request-id": "JAPANEAST:20230613T022609Z:524b0ffc-43ef-43ad-8f5d-3cf691945207" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-afb1c23457565696-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9c2880562b9a01969dd7ae80a6e84c13", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-7c11ece379aeaf8a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2b6033f09608892225ea7b4aaa57e901", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1956,30 +1567,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:00:26 GMT", + "Date": "Tue, 13 Jun 2023 02:26:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b7c73e2-f469-40d6-bf88-d96213c4d93d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "97b65c72-2766-4b14-81fb-34984d3a66c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180027Z:1b7c73e2-f469-40d6-bf88-d96213c4d93d" + "x-ms-correlation-request-id": "e92ea29e-4ab9-4c21-a6f4-31ae0554be0d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "7faebe64-7811-4d0a-bacf-3c2f2b0d30d1", + "x-ms-routing-request-id": "JAPANEAST:20230613T022641Z:e92ea29e-4ab9-4c21-a6f4-31ae0554be0d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-e2ed175de6846d9d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3f56b9fa827e81ab98f87b515303a741", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-dcfc0af59f2bf77c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "14436b9596a13f74fa85406d244bb84a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1988,30 +1599,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:01:00 GMT", + "Date": "Tue, 13 Jun 2023 02:27:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a8c0acc-65e5-48c4-9d14-9e150c580aac", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "8178e30f-b7bb-46d2-a677-5b7494c14c83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180100Z:1a8c0acc-65e5-48c4-9d14-9e150c580aac" + "x-ms-correlation-request-id": "71ace4f2-e154-4550-a815-069b3bbe7117", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "88ac20c9-2927-4d1e-a4d0-d3077e471298", + "x-ms-routing-request-id": "JAPANEAST:20230613T022714Z:71ace4f2-e154-4550-a815-069b3bbe7117" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-8e5506060b315bce-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6db280a6023433f2b5a7be6bb6470018", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-07b10acea18dac88-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8c2553a56ead3e1b0c84c097a6e4bf09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2020,30 +1631,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:01:32 GMT", + "Date": "Tue, 13 Jun 2023 02:27:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4dc8db80-3019-4041-ae9b-090f7501bbee", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "a26df4a0-8f8c-4e7e-999e-3c5eac8d154e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180133Z:4dc8db80-3019-4041-ae9b-090f7501bbee" + "x-ms-correlation-request-id": "7fa2c3a5-dbd9-4623-866d-0a8ba6fd2f06", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "e33551e1-77ef-4aaa-ae12-c1d507a69bfb", + "x-ms-routing-request-id": "JAPANEAST:20230613T022746Z:7fa2c3a5-dbd9-4623-866d-0a8ba6fd2f06" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-a78f6f8dd3bdf14e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "635c5e21bb67d449d5a604a1b044ad9a", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-937c26731954b403-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "213f6a6b8389599ebe20308356b464d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2052,71 +1663,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:02:06 GMT", + "Date": "Tue, 13 Jun 2023 02:28:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "966f8530-c009-4cfc-a453-307fa8327969", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "033689e2-dc9c-4b1b-b883-7caa657c92c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180206Z:966f8530-c009-4cfc-a453-307fa8327969" + "x-ms-correlation-request-id": "97f75859-19fd-4ec6-b3de-20067ac022fd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "0e66559c-db20-4446-9f67-4bcfe604a088", + "x-ms-routing-request-id": "JAPANEAST:20230613T022818Z:97f75859-19fd-4ec6-b3de-20067ac022fd" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ae52fd99a7bd9814f1d09086b067ee86-420bcca34aac0260-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "26da6c2fdf35f8dfc72289d6c43fcb51", + "traceparent": "00-edaf459b532d47dbdfa0b17fbc95889b-9f1e5a2f5e86a9c1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "56a530325d3227534f04081cd6dc9915", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2222", + "Content-Length": "2254", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:02:07 GMT", + "Date": "Tue, 13 Jun 2023 02:28:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3cd6cec3-e04c-4b52-a038-15f5c3b94b28", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "3cea5f44-1ecf-40b7-9fbf-9750866821f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180207Z:3cd6cec3-e04c-4b52-a038-15f5c3b94b28" + "x-ms-correlation-request-id": "7dfa25b1-b9dd-40f1-bb60-75791bfc1cfb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "818eec5b-4e09-4d34-9037-3608ff8b265b", + "x-ms-routing-request-id": "JAPANEAST:20230613T022819Z:7dfa25b1-b9dd-40f1-bb60-75791bfc1cfb" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1597/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1631/providers/Microsoft.HDInsight/clusters/hdisdk-schedulebased", "name": "hdisdk-schedulebased", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "5bf9c078-0e58-49e0-aef0-2c7c4a0b8eef", + "location": "Japan East", + "etag": "a57328fd-41b9-49df-b906-a7b96cfa7db9", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "3bd240728f8c4b95855e1c252ae9ffdd", + "clusterId": "e3f3f8a8f1d740d08d35b590dcfb1d23", "computeProfile": { "roles": [ { @@ -2179,7 +1790,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T17:36:07.68", + "createdDate": "2023-06-13T02:09:23.007", "quotaInfo": { "coresUsed": 20 }, @@ -2204,14 +1815,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster1387.blob.core.windows.net", + "name": "azstorageforcluster8711.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container748", + "container": "container8647", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2229,9 +1841,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1831018535", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "393862305", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionAtHost.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionAtHost.json index 22f101b2b4fc..a25caba74699 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionAtHost.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionAtHost.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-edf09bff8cc42aa19f89a7206e1880b9-9cda40ec3c49f8bd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e368857b88dafc42993f9f0e1f36c271", + "traceparent": "00-2c4fa6814e7ba97d9b6860fb64043a95-8c5356e0abe52b7c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cd18698f9dee77f0485e1ebe17ed2750", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:38:24 GMT", + "Date": "Mon, 12 Jun 2023 10:06:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23a50c03-3721-4ae8-a41c-4b8689b96a16", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "23a50c03-3721-4ae8-a41c-4b8689b96a16", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143824Z:23a50c03-3721-4ae8-a41c-4b8689b96a16" + "x-ms-correlation-request-id": "c5b88946-d381-4a16-b757-58c318214b8b", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "c5b88946-d381-4a16-b757-58c318214b8b", + "x-ms-routing-request-id": "JAPANEAST:20230612T100644Z:c5b88946-d381-4a16-b757-58c318214b8b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-4015?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-40?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-c2375babb63e78dac9769e133119f24c-1c166874ecdf478d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "02fa37ebe78d1c8f6932c11da84b9eb0", + "traceparent": "00-7eca4a6ce6f045e02639ad840679a220-51a68406574ac43a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e834363237a46a909e34394eb998e7af", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "228", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:38:27 GMT", + "Date": "Mon, 12 Jun 2023 10:06:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2946632-8f1d-4a38-a744-c5de5ceefa35", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "b2946632-8f1d-4a38-a744-c5de5ceefa35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143827Z:b2946632-8f1d-4a38-a744-c5de5ceefa35" + "x-ms-correlation-request-id": "fca73b99-5bbc-4519-b613-2d27227e3724", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "fca73b99-5bbc-4519-b613-2d27227e3724", + "x-ms-routing-request-id": "JAPANEAST:20230612T100644Z:fca73b99-5bbc-4519-b613-2d27227e3724" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015", - "name": "HDInsightRG-4015", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40", + "name": "HDInsightRG-40", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1202", + "Content-Length": "1205", "Content-Type": "application/json", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-06129eb73ffa087c-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "34257cf59f031f31aaf04734c1aeb298", + "traceparent": "00-a64317397e644bd011adb82013e13c96-a400abde9627acea-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "942de499d3c1896c56e5d120e6df6349", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6177.blob.core.windows.net", + "name": "azstorageforcluster4962.blob.core.windows.net", "isDefault": true, - "container": "container9430", + "container": "container7469", "key": "Sanitized" } ] @@ -191,30 +185,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1979", + "Content-Length": "2008", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:39:02 GMT", - "ETag": "\u0022aaeffc26-ce43-4715-b41a-0de967c36e30\u0022", + "Date": "Mon, 12 Jun 2023 10:07:13 GMT", + "ETag": "\u0022867c2d4d-8bda-40ac-8abc-7e5d30c28fb6\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf5e75fd-df78-40d0-94ba-98f38165532d", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "0abc5ec7-d580-43d6-bef8-8880be7d4272", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143902Z:bf5e75fd-df78-40d0-94ba-98f38165532d" + "x-ms-correlation-request-id": "9f5f1e1b-fcae-4f5b-b8c3-7a436483c0fb", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "d5fcc4d7-1c4e-4bc9-a037-2aae309a8961", + "x-ms-routing-request-id": "JAPANEAST:20230612T100714Z:9f5f1e1b-fcae-4f5b-b8c3-7a436483c0fb" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost", "name": "hdisdk-encryptionathost", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "aaeffc26-ce43-4715-b41a-0de967c36e30", + "location": "Japan East", + "etag": "867c2d4d-8bda-40ac-8abc-7e5d30c28fb6", "tags": { "key0": "value0" }, @@ -223,13 +217,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2304280205.json", "kind": "Spark", "componentVersion": { "Spark": "2.4" } }, - "clusterId": "20e48fa9112b4e93918539b5e6e42cf0", + "clusterId": "7aa58cffa2114d5eac6d1f49e3bd9427", "computeProfile": { "roles": [ { @@ -275,7 +269,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T14:38:59.38", + "createdDate": "2023-06-12T10:07:13.753", "quotaInfo": { "coresUsed": 80 }, @@ -294,14 +288,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6177.blob.core.windows.net", + "name": "azstorageforcluster4962.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container9430", + "container": "container7469", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -318,269 +313,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-8d484c41082b1f38-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fec02d84778bc6785959a64783d872db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:39:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6731888-f6d6-4a37-a827-16ddc241bb03", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "a900f565-ed53-4e8c-ab08-e0c08f8caf7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143903Z:a6731888-f6d6-4a37-a827-16ddc241bb03" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-ecbdac92243978aa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "75ef12da9fb0a6ee83e68fc1e2ffbb42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:39:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87a4897a-b8ba-47ba-a395-0cc96a61d3ed", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "0491ac19-b315-4ecf-87e8-c78eea3ea950", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143905Z:87a4897a-b8ba-47ba-a395-0cc96a61d3ed" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-c95b81ba48629302-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "93af9887b4edfb0da71d8f36a8b2bacd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:39:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0c62366-3873-4bdb-93a5-d225765edd0b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "efd9ca1b-8fdf-4368-9a12-ad3a1155113c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143907Z:a0c62366-3873-4bdb-93a5-d225765edd0b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-fd8f2db408bd1f33-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5157e1cff279e5fe3e197ba4e8b6e45a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:39:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1c1a721-0bb4-45c2-859b-88d445a6351c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "ff7a5948-9377-4213-9058-3206e0bef69f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143909Z:f1c1a721-0bb4-45c2-859b-88d445a6351c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-81c9d3c2f66f1e12-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ebbf639dde2825ed05f3ce930fb8fed1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:39:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "245b356b-6862-412c-b157-242cb2f280fe", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "5ab3cd6e-94e6-443f-9fcb-33f34bad26d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143911Z:245b356b-6862-412c-b157-242cb2f280fe" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-47c758e72d19e588-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "00f2c22b6aa795c89aca55d4396812f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:39:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b023ce93-2235-4429-aa4c-d0d8d009a35e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "ff45605b-4d45-41b7-afb8-491a41cd4484", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143916Z:b023ce93-2235-4429-aa4c-d0d8d009a35e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-1bb049f9171e1ba0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "44983538cff2f0a4f4314c85236bd585", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:39:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9ba2674-f3e6-4f20-b4c2-1cb7ca431ce0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "b0f34e61-bc98-4f88-a722-e9dda062c550", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143925Z:d9ba2674-f3e6-4f20-b4c2-1cb7ca431ce0" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-4c47a4688cc80c38-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2679aa1be4c433b29a29515e8919ec9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:39:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "563d1739-25cf-42fb-8693-f631119310e7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "04b59a94-d4a0-48d2-9aa9-eccae6f9ee8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T143942Z:563d1739-25cf-42fb-8693-f631119310e7" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-8a801d66a717dd3a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d95adde1b9205cde1d010b751d43712f", + "traceparent": "00-a64317397e644bd011adb82013e13c96-1c1cf8b90952c0ba-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "371cdadba7c389b8ef38274b38518007", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -589,30 +328,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:40:14 GMT", + "Date": "Mon, 12 Jun 2023 10:07:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31dc8e82-b116-463e-9e3f-124446407273", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "0da34b31-20a6-4c40-a29e-a96f247bb92c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144015Z:31dc8e82-b116-463e-9e3f-124446407273" + "x-ms-correlation-request-id": "5431758a-6201-4a73-a9a0-8448460ff639", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "106ceeba-c50c-4153-b9fb-d43733181eb3", + "x-ms-routing-request-id": "JAPANEAST:20230612T100714Z:5431758a-6201-4a73-a9a0-8448460ff639" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-8d727f0611f0949b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8fb8cff4ecee542c8365a9c87e4567da", + "traceparent": "00-a64317397e644bd011adb82013e13c96-b3f6291d8acb5277-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "575231b33805426ee18db769d47cfb36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -621,30 +360,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:40:47 GMT", + "Date": "Mon, 12 Jun 2023 10:07:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47606901-0e66-4957-877b-b9cca3aa0465", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "a0dd3fae-0f44-4860-9e01-2ce4926a58df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144048Z:47606901-0e66-4957-877b-b9cca3aa0465" + "x-ms-correlation-request-id": "12d00008-7099-4344-97d7-ad32485403bd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "82249664-b603-402c-9e21-4ccf6aa9a6bf", + "x-ms-routing-request-id": "JAPANEAST:20230612T100716Z:12d00008-7099-4344-97d7-ad32485403bd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-46160977f97dd5b7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "46a4af45fc106165cb1d08c3d83c1557", + "traceparent": "00-a64317397e644bd011adb82013e13c96-a21b3c31b0862978-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0b45a3382cc29385d269482b2fb7678b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -653,30 +392,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:41:19 GMT", + "Date": "Mon, 12 Jun 2023 10:07:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe3d2310-6c60-4305-9021-63519f39d2be", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "f8ed3e8b-f2dc-4cfc-9b3a-6f9c08a096fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144120Z:fe3d2310-6c60-4305-9021-63519f39d2be" + "x-ms-correlation-request-id": "d667237d-54e2-4ff6-aba2-9df14ef8b61d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "29febb77-4d69-4fd4-9ef6-4dbc2932789d", + "x-ms-routing-request-id": "JAPANEAST:20230612T100717Z:d667237d-54e2-4ff6-aba2-9df14ef8b61d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-92da2282c2933908-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b96a22b85c60f5aeb10556bb1015ddd8", + "traceparent": "00-a64317397e644bd011adb82013e13c96-78abe6d551581f82-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5c3cf8d755cea2296cd95636ef4fb573", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -685,30 +424,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:41:52 GMT", + "Date": "Mon, 12 Jun 2023 10:07:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39f08574-a812-4995-8b94-edbd923fd1f4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "4a5b667d-f2e2-428e-8ef7-5bf0154533f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144153Z:39f08574-a812-4995-8b94-edbd923fd1f4" + "x-ms-correlation-request-id": "28af8b45-27fa-48ce-92bb-e8125005bf93", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "133f8783-f839-4dc5-84be-111c52802a64", + "x-ms-routing-request-id": "JAPANEAST:20230612T100718Z:28af8b45-27fa-48ce-92bb-e8125005bf93" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-e22ce2fc7940aa64-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6e2f31992b9ff81e6a57c3d1e3687c46", + "traceparent": "00-a64317397e644bd011adb82013e13c96-bc02657377fa2b34-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9513f13c740c8744acbe859bf043132a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -717,30 +456,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:42:25 GMT", + "Date": "Mon, 12 Jun 2023 10:07:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "261c4040-03fb-4412-9f59-92b1cc39eb08", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "c47d206d-44af-4392-84a1-773c820c0309", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144226Z:261c4040-03fb-4412-9f59-92b1cc39eb08" + "x-ms-correlation-request-id": "44785c13-16b4-4cbc-9ed3-72286bbed249", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "88e9d027-1da6-406d-b03e-f36d8f540939", + "x-ms-routing-request-id": "JAPANEAST:20230612T100721Z:44785c13-16b4-4cbc-9ed3-72286bbed249" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-521e6c8dcba84a33-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5c10524faedbe97a01af940aa5aa51b6", + "traceparent": "00-a64317397e644bd011adb82013e13c96-e75a514bb6b4d073-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dc912b259e3fe3677aa39fe9d54ea382", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -749,30 +488,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:42:58 GMT", + "Date": "Mon, 12 Jun 2023 10:07:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e80e888-dd7d-4d10-bf70-4ec33266b70f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "e264b5fc-3fd5-4bc1-97e1-75f449b4707f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144259Z:6e80e888-dd7d-4d10-bf70-4ec33266b70f" + "x-ms-correlation-request-id": "5bd2645a-a7cd-4873-a9d6-6fa83ae71dd9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "f752f54a-dc4a-496f-8b90-a0f4a3464a8d", + "x-ms-routing-request-id": "JAPANEAST:20230612T100725Z:5bd2645a-a7cd-4873-a9d6-6fa83ae71dd9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-f76936405c193515-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a729303fa60c8db803724e0998dc1148", + "traceparent": "00-a64317397e644bd011adb82013e13c96-3abb18495fdd7f4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3deed5b4d2a4637fb3b4b010cf8db128", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -781,30 +520,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:43:33 GMT", + "Date": "Mon, 12 Jun 2023 10:07:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8ac2be1-9844-4e01-978d-a2df7cffea57", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "055d906b-8510-4972-a3dd-bb7f99bfa261", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144333Z:b8ac2be1-9844-4e01-978d-a2df7cffea57" + "x-ms-correlation-request-id": "574ba333-a741-46f6-b692-0cc8e9107ace", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "fac1942c-53b8-401b-9c52-78b786560af0", + "x-ms-routing-request-id": "JAPANEAST:20230612T100734Z:574ba333-a741-46f6-b692-0cc8e9107ace" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-5c6a16ff67cef955-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bd6b0f898105ebfdb6466df0961352c0", + "traceparent": "00-a64317397e644bd011adb82013e13c96-67cdbfb5a6d7ad85-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c4102cc6d9be9d33892f1b68d45bb25d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -813,30 +552,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:44:06 GMT", + "Date": "Mon, 12 Jun 2023 10:07:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4fd6ef38-d171-44a8-88ec-989e5ce9fc12", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "48200de0-0787-4d9a-8017-87be380184d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144406Z:4fd6ef38-d171-44a8-88ec-989e5ce9fc12" + "x-ms-correlation-request-id": "a7e7092d-8d19-493d-8fc9-0e0ecdb6acc6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "81637866-c1dc-4fbc-8ff4-296bc783b12f", + "x-ms-routing-request-id": "JAPANEAST:20230612T100750Z:a7e7092d-8d19-493d-8fc9-0e0ecdb6acc6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-ea70db2bf74eb901-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b2920d06d53fa83a9a8258695f715024", + "traceparent": "00-a64317397e644bd011adb82013e13c96-31612699a553e222-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1be7031ad5545386ac2e288aed5713ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -845,30 +584,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:44:38 GMT", + "Date": "Mon, 12 Jun 2023 10:08:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00b474a7-749e-46a2-8f36-c7a6fe754bb9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "b92dea4a-1e56-4d3e-8574-f04c11b8a55e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144439Z:00b474a7-749e-46a2-8f36-c7a6fe754bb9" + "x-ms-correlation-request-id": "86d16592-8ca5-4bf4-8c16-3b76f4756871", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "f17d9236-a842-4371-a0b8-731db69203b5", + "x-ms-routing-request-id": "JAPANEAST:20230612T100822Z:86d16592-8ca5-4bf4-8c16-3b76f4756871" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-607bd8f1c6245c96-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "96814b9d933ebeb1333df0c539c8f6f0", + "traceparent": "00-a64317397e644bd011adb82013e13c96-da4818ade14a8d1c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a92377f1df3ddbc3a150b474b6168e58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -877,30 +616,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:45:11 GMT", + "Date": "Mon, 12 Jun 2023 10:08:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de3d2842-6599-45a8-8ead-d617c4040b4a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "913f6e08-9683-4727-a872-24a3d96642ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144512Z:de3d2842-6599-45a8-8ead-d617c4040b4a" + "x-ms-correlation-request-id": "28777459-37a2-4b54-9f5c-4aaf02ecf80a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "6960aab2-4e18-4849-9221-5f7d75671cff", + "x-ms-routing-request-id": "JAPANEAST:20230612T100855Z:28777459-37a2-4b54-9f5c-4aaf02ecf80a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-73867d2a62abc1d4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8b038e1f5f4ab309d4c2238228938b45", + "traceparent": "00-a64317397e644bd011adb82013e13c96-09409e413a6ffc2b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ccf6530296a5f0d3a6bd1890b0a9b031", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -909,30 +648,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:45:44 GMT", + "Date": "Mon, 12 Jun 2023 10:09:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "597e3707-c878-4682-bdce-7a0840546a13", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "0cb1173f-25bc-4d41-8416-5e45a2ea1379", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144544Z:597e3707-c878-4682-bdce-7a0840546a13" + "x-ms-correlation-request-id": "3af1b4d8-5109-4c6c-baf5-512560daf20b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "eb894ea9-90f4-4ba1-a5f5-c77b855b8e4c", + "x-ms-routing-request-id": "JAPANEAST:20230612T100927Z:3af1b4d8-5109-4c6c-baf5-512560daf20b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-c500c700806bcd6f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4b5349f6bb9272815cd37f01e4746fd2", + "traceparent": "00-a64317397e644bd011adb82013e13c96-65274a95aea3c96b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5d762e1c08383a1f3f0c7a0321119c95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -941,30 +680,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:46:17 GMT", + "Date": "Mon, 12 Jun 2023 10:09:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1e2d0c8-4fda-4305-b5e3-bdceb6e62ae5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "3085febe-297c-42d9-8dde-64d60d852f78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144617Z:c1e2d0c8-4fda-4305-b5e3-bdceb6e62ae5" + "x-ms-correlation-request-id": "dbb7a86f-bdcf-49d7-b2f1-b1a09aa48600", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "fb28a836-3d90-48e0-ad8b-ecef024ee4d7", + "x-ms-routing-request-id": "JAPANEAST:20230612T100959Z:dbb7a86f-bdcf-49d7-b2f1-b1a09aa48600" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-a8da89d8a631b474-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d149688cc56e3ed942cdc17b702e959f", + "traceparent": "00-a64317397e644bd011adb82013e13c96-7c0cd59048cc7dac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9a88cf9f46615b47a3320380c7332af7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -973,30 +712,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:46:49 GMT", + "Date": "Mon, 12 Jun 2023 10:10:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df8986a0-332e-4ca9-8afc-5dffa8ad95c5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "1784bdc8-eaf1-4572-8f57-b36cc24f2ce2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144650Z:df8986a0-332e-4ca9-8afc-5dffa8ad95c5" + "x-ms-correlation-request-id": "b1c2bae7-8408-4110-a770-5fd7662667b2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "76c79029-6a7c-48e4-9ab8-fa30b2d6dd54", + "x-ms-routing-request-id": "JAPANEAST:20230612T101032Z:b1c2bae7-8408-4110-a770-5fd7662667b2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-07abe291eddc040d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f0cfabb2ab75645e0c902f76df07cf60", + "traceparent": "00-a64317397e644bd011adb82013e13c96-cc8f64d7cb6b5c36-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "885783a030a0f92034bb8d991cd0cf94", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1005,30 +744,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:47:22 GMT", + "Date": "Mon, 12 Jun 2023 10:11:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6e7be69-bf67-4ceb-96d8-9f5e18bee28d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "b34b7246-6380-4cd1-b9d6-13b0ae04d0f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144723Z:b6e7be69-bf67-4ceb-96d8-9f5e18bee28d" + "x-ms-correlation-request-id": "2a9655d5-790d-4a3f-a0c1-22e971b7eed5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "82630183-1506-4a43-a4e1-31d97aa256ec", + "x-ms-routing-request-id": "JAPANEAST:20230612T101104Z:2a9655d5-790d-4a3f-a0c1-22e971b7eed5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-7fce6e7f38cac426-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c0f65153b94a30d76f1508c4f905012d", + "traceparent": "00-a64317397e644bd011adb82013e13c96-a59966f6d41c0a52-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e0f082201620d5cfe61bba05059e730b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1037,30 +776,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:47:55 GMT", + "Date": "Mon, 12 Jun 2023 10:11:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44ce987a-5b52-4e0b-a596-5dce4c608de6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "8fc4cf26-0dfc-45ed-93c5-b60e80d9637e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144756Z:44ce987a-5b52-4e0b-a596-5dce4c608de6" + "x-ms-correlation-request-id": "0650cf80-a9c1-45da-bf41-7ce2e90881cf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "ab15cc30-5102-4b78-be61-671906cde323", + "x-ms-routing-request-id": "JAPANEAST:20230612T101137Z:0650cf80-a9c1-45da-bf41-7ce2e90881cf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-8759e8eef299b09b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "394fe03e7fa4e05d0ae4c5dd96625e3b", + "traceparent": "00-a64317397e644bd011adb82013e13c96-2f4d4d364827ca8e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9d6382e114b96ef5af8e66a6b9ae3fd3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1069,30 +808,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:48:30 GMT", + "Date": "Mon, 12 Jun 2023 10:12:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77f55200-bf46-4ce8-86dd-85cece111354", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "75d07cb8-e372-4614-b441-4c096751543f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144830Z:77f55200-bf46-4ce8-86dd-85cece111354" + "x-ms-correlation-request-id": "063d38cb-48cc-41fa-84a7-ac6be1bb12c6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "d20f6697-c481-4ebd-9f7c-76993d7e77f7", + "x-ms-routing-request-id": "JAPANEAST:20230612T101209Z:063d38cb-48cc-41fa-84a7-ac6be1bb12c6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-ebfc499cedb59656-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1f2861fed538f854d39f805fa3996a06", + "traceparent": "00-a64317397e644bd011adb82013e13c96-39f0a9796d082956-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "44606f634a438ad7b382a185761bf495", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1101,30 +840,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:49:03 GMT", + "Date": "Mon, 12 Jun 2023 10:12:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23bebc70-1481-4d07-8d7f-8be2abf9d386", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "a67de08a-3bb3-4a38-acdb-4c0d13a8065c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144903Z:23bebc70-1481-4d07-8d7f-8be2abf9d386" + "x-ms-correlation-request-id": "c651fcd2-1370-4a40-b797-873cef712a1f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "c0327605-eff4-47c9-97aa-c87806c53838", + "x-ms-routing-request-id": "JAPANEAST:20230612T101241Z:c651fcd2-1370-4a40-b797-873cef712a1f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-e983b6ddd0eaecb7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ff38018f95b7d3bbf415b566f4f99a0c", + "traceparent": "00-a64317397e644bd011adb82013e13c96-73cf84706ce6fc5a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9ab78247316c0cda8d813191af291c38", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1133,30 +872,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:49:36 GMT", + "Date": "Mon, 12 Jun 2023 10:13:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04e4860f-6c82-41ab-a6ee-b3f89b113cea", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "c742ade1-3c03-4b39-916f-896922aa0529", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T144936Z:04e4860f-6c82-41ab-a6ee-b3f89b113cea" + "x-ms-correlation-request-id": "d0f6b269-53df-4876-bbd4-f459cffb1d14", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "5edc83df-c447-40bf-ac60-60c7ed176210", + "x-ms-routing-request-id": "JAPANEAST:20230612T101314Z:d0f6b269-53df-4876-bbd4-f459cffb1d14" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-4d9308f6ea55a4a8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "98c6cdb6e2dc68f58b576505fefd3d71", + "traceparent": "00-a64317397e644bd011adb82013e13c96-1814cc9006a7d425-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "96a1e6db2f3e97c8aad9ea37726ff894", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1165,30 +904,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:50:09 GMT", + "Date": "Mon, 12 Jun 2023 10:13:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f35a061-b1a2-4fa5-8195-af4295a5e9c7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "ed3ca7eb-ba8f-484b-985c-fc0456922e4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145009Z:2f35a061-b1a2-4fa5-8195-af4295a5e9c7" + "x-ms-correlation-request-id": "9219d5e2-5ba5-4d63-9392-7dc3f5398236", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "e3b1206f-0df8-432c-b049-d5804b5f99af", + "x-ms-routing-request-id": "JAPANEAST:20230612T101346Z:9219d5e2-5ba5-4d63-9392-7dc3f5398236" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-43d8f56a23ad50c8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "944ebe795f2a6983a5542a221fee03da", + "traceparent": "00-a64317397e644bd011adb82013e13c96-d06372599f0550aa-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "375ed09aa4f632669454b6c11945da8a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1197,30 +936,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:50:41 GMT", + "Date": "Mon, 12 Jun 2023 10:14:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "450fac36-e7f7-434a-ac5f-cf5f330383f1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "ecbefd05-a64f-4489-9c6b-40be60993b16", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145042Z:450fac36-e7f7-434a-ac5f-cf5f330383f1" + "x-ms-correlation-request-id": "4eaf25ef-f73c-462b-8735-fad7d3e3ceb2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "e9b6094d-fef7-4283-90e3-5aee7ff8db74", + "x-ms-routing-request-id": "JAPANEAST:20230612T101418Z:4eaf25ef-f73c-462b-8735-fad7d3e3ceb2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-ab8fca991bbc8005-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d5a97404d2d3ac290ccf73602fb6d5f7", + "traceparent": "00-a64317397e644bd011adb82013e13c96-d2dc4b99de3f16f3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8fa968665e791856b91fef9346a3991e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1229,30 +968,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:51:14 GMT", + "Date": "Mon, 12 Jun 2023 10:14:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77a54443-69ba-4540-b183-9ca9b4f726dd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "b6a8d4f1-f088-48a2-9e56-8463409b05df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145114Z:77a54443-69ba-4540-b183-9ca9b4f726dd" + "x-ms-correlation-request-id": "ee9b3059-015b-447e-b3fa-2d3b1b5c6b07", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "ffad93f3-317f-4df2-8acb-c673bce52ac9", + "x-ms-routing-request-id": "JAPANEAST:20230612T101451Z:ee9b3059-015b-447e-b3fa-2d3b1b5c6b07" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-4de50c759aa9ba97-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "36ec44d805ab56e2495cf288b7d2499d", + "traceparent": "00-a64317397e644bd011adb82013e13c96-e78718eff29b4535-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dff79c89e4ca3742806f01ea78067e65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1261,30 +1000,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:51:47 GMT", + "Date": "Mon, 12 Jun 2023 10:15:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15a687dd-713d-4353-ab50-7f25ffb23965", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "15e3ee3b-aedf-4fbb-9f54-e2af6f0a741d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145147Z:15a687dd-713d-4353-ab50-7f25ffb23965" + "x-ms-correlation-request-id": "32966651-be54-44a7-9e36-f852fd75f2b0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "eccb3463-3f15-410a-ae0a-895b4bea7feb", + "x-ms-routing-request-id": "JAPANEAST:20230612T101523Z:32966651-be54-44a7-9e36-f852fd75f2b0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-f492a0088ac8b760-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8a018b546753a79d94a1885aec233aef", + "traceparent": "00-a64317397e644bd011adb82013e13c96-a3066272b9fdbf69-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "09d060fe68c63b1a79467dd6b5d3ebf1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1293,30 +1032,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:52:19 GMT", + "Date": "Mon, 12 Jun 2023 10:15:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee66a50e-724d-4366-a498-0d8929cb821f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "41fcc9f2-7b91-4f63-85e7-c42be611fb41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145220Z:ee66a50e-724d-4366-a498-0d8929cb821f" + "x-ms-correlation-request-id": "2c9d037c-85f1-43cc-8f8b-6432cf60ecbf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "932017d1-c18b-480b-ad0e-7d03f18f7064", + "x-ms-routing-request-id": "JAPANEAST:20230612T101555Z:2c9d037c-85f1-43cc-8f8b-6432cf60ecbf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-7823d398ea4f92ee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "da49337fcc02fe2e91528c76dfa1f439", + "traceparent": "00-a64317397e644bd011adb82013e13c96-db510b1b6765a02b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7c3898bafb4d81bf26720f0a5c6c9fb3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1325,30 +1064,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:52:53 GMT", + "Date": "Mon, 12 Jun 2023 10:16:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1cf808c-8a78-4ae0-9c3b-97da12c4d5a8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "18c3df0f-78d3-42e0-a575-f4742d1d4f2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145253Z:d1cf808c-8a78-4ae0-9c3b-97da12c4d5a8" + "x-ms-correlation-request-id": "fd720a2f-516d-43d3-bda0-fec3da23e7f4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "0156c294-cfe8-4fd2-b52a-96729487caeb", + "x-ms-routing-request-id": "JAPANEAST:20230612T101628Z:fd720a2f-516d-43d3-bda0-fec3da23e7f4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-c57a3d426833dbc7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a30bd5864ab471a3a644a20a7d876a25", + "traceparent": "00-a64317397e644bd011adb82013e13c96-46fdb94d2fa91e44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e6948aa190d2205782bc6583676b81ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1357,30 +1096,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:53:27 GMT", + "Date": "Mon, 12 Jun 2023 10:16:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92d0f72c-6b18-4db5-8ee5-eac00217d9e6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "81c73636-01c3-42e6-bc49-e64990c94de3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145327Z:92d0f72c-6b18-4db5-8ee5-eac00217d9e6" + "x-ms-correlation-request-id": "7b1b4217-371c-4dab-a77e-555596fef6e5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "6bc5a6df-2384-4df4-8445-d3e7de901401", + "x-ms-routing-request-id": "JAPANEAST:20230612T101700Z:7b1b4217-371c-4dab-a77e-555596fef6e5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-2695823f5e560f29-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "840802226e88879b5d02f900da27c7f2", + "traceparent": "00-a64317397e644bd011adb82013e13c96-18c56af72d2cb315-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e030108401cd0317a04fe2545910de0d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1389,30 +1128,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:54:00 GMT", + "Date": "Mon, 12 Jun 2023 10:17:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cec6d089-34e9-4800-8e1c-2eeccbab8a75", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "34cc4a1f-f362-4943-8267-ad78d33b7f00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145400Z:cec6d089-34e9-4800-8e1c-2eeccbab8a75" + "x-ms-correlation-request-id": "f19bd897-b7d0-4fd9-a819-c0e01ec057c7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "303a76da-00d9-4bdc-b99e-02ecf835d151", + "x-ms-routing-request-id": "JAPANEAST:20230612T101732Z:f19bd897-b7d0-4fd9-a819-c0e01ec057c7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-9a1cc1e9e6b18173-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "16d44eac9617353a8fd834bd2a238109", + "traceparent": "00-a64317397e644bd011adb82013e13c96-5d24151955c195f7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2b34c9a6053e291e4018f991963b19bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1421,30 +1160,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:54:32 GMT", + "Date": "Mon, 12 Jun 2023 10:18:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68e4f12f-365f-4cd2-81b2-c94a0595b896", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "146d439d-b87b-42b8-b68b-791d284aa456", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145433Z:68e4f12f-365f-4cd2-81b2-c94a0595b896" + "x-ms-correlation-request-id": "1a858fde-331c-4ad4-bccc-783237724e63", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "78d24b9f-0e9b-4f5d-9fe2-881ffd1fb0a0", + "x-ms-routing-request-id": "JAPANEAST:20230612T101805Z:1a858fde-331c-4ad4-bccc-783237724e63" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-cc1eb88a9ee4df63-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dc5366e8709917b13a8445b251a3967f", + "traceparent": "00-a64317397e644bd011adb82013e13c96-e07a7de1a656054f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4c8662f0bf3c9fe672914583ad03c772", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1453,30 +1192,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:55:05 GMT", + "Date": "Mon, 12 Jun 2023 10:18:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24db5089-a48f-414a-983d-65564618a78b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "e2f9c5a1-acb8-492d-875f-6100c87532e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145505Z:24db5089-a48f-414a-983d-65564618a78b" + "x-ms-correlation-request-id": "7eaf714c-45f6-4989-a2dd-b61f98435cca", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "b91b0fa3-6244-464f-a782-9d30dcbacadc", + "x-ms-routing-request-id": "JAPANEAST:20230612T101837Z:7eaf714c-45f6-4989-a2dd-b61f98435cca" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-d59415d956b781e3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2f5daf7c54b38b0ec8d3f4b03add5c39", + "traceparent": "00-a64317397e644bd011adb82013e13c96-ea41bd4693bc1278-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9edd57dd56367e6ef1069fb408856d65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1485,30 +1224,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:55:37 GMT", + "Date": "Mon, 12 Jun 2023 10:19:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87b5a322-1078-4423-98f3-5ba956b58c63", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "793a3ac4-8dca-4f58-b900-b399148f6dee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145538Z:87b5a322-1078-4423-98f3-5ba956b58c63" + "x-ms-correlation-request-id": "205037e1-1641-4aa6-a0d3-f2b1b80bcf58", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "91d3718f-46a5-483d-8d52-d2a300c168b7", + "x-ms-routing-request-id": "JAPANEAST:20230612T101909Z:205037e1-1641-4aa6-a0d3-f2b1b80bcf58" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-4cf4854040cdd2cd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7418ef81ead43b599cbcdb935188e3ec", + "traceparent": "00-a64317397e644bd011adb82013e13c96-e5304e37e16723d4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f66326359289e7d0e395b8acbf9b7b3d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1517,30 +1256,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:56:11 GMT", + "Date": "Mon, 12 Jun 2023 10:19:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02cb98fe-a329-41a8-921b-440ee921b1df", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "1c9b9e0d-a6c8-4488-bea7-ad88d95ad97a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145611Z:02cb98fe-a329-41a8-921b-440ee921b1df" + "x-ms-correlation-request-id": "89697e94-b6fc-414f-acd1-7cfdd0cd89fc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "6ab23012-f44b-4751-8002-f5007c7afebd", + "x-ms-routing-request-id": "JAPANEAST:20230612T101942Z:89697e94-b6fc-414f-acd1-7cfdd0cd89fc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-673ada684a931d45-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7b40b44151c5935658c714c57c01dd5d", + "traceparent": "00-a64317397e644bd011adb82013e13c96-5bcb668265ea4095-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3eb486507b5e9a85f3075a361f3197ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1549,30 +1288,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:56:43 GMT", + "Date": "Mon, 12 Jun 2023 10:20:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35e20e31-204f-4841-ad5d-8562b657ed96", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "de3577e9-842f-41dd-adc9-e24bc17a0b63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145644Z:35e20e31-204f-4841-ad5d-8562b657ed96" + "x-ms-correlation-request-id": "498ae445-7041-43e9-a6ff-baf78ab68685", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "a4e76bb8-e468-4e53-be31-d51c565356c4", + "x-ms-routing-request-id": "JAPANEAST:20230612T102014Z:498ae445-7041-43e9-a6ff-baf78ab68685" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-1081a5292748c453-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "62310b27228a92ab562292f6787b3a40", + "traceparent": "00-a64317397e644bd011adb82013e13c96-8b6faef792e07933-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "874de024d19f4be887f5baa19dc1bf56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1581,30 +1320,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:57:16 GMT", + "Date": "Mon, 12 Jun 2023 10:20:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "477aa4eb-af71-4abc-8d76-950b6851b55c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "2cb6b36b-ee92-4be2-a422-4fe32013e086", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145717Z:477aa4eb-af71-4abc-8d76-950b6851b55c" + "x-ms-correlation-request-id": "cc2f8769-980e-4376-a0e4-fcc3d809c727", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "2e70047c-492f-4a47-9ae9-cb74e4c01019", + "x-ms-routing-request-id": "JAPANEAST:20230612T102046Z:cc2f8769-980e-4376-a0e4-fcc3d809c727" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-353c2f1422706cc5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "856e07f0e19c2f7398841b0cd593bf9b", + "traceparent": "00-a64317397e644bd011adb82013e13c96-aad0653c49f1a212-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8164618a2fd1b906a1c90282379ac8b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1613,30 +1352,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:57:49 GMT", + "Date": "Mon, 12 Jun 2023 10:21:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29d3acc1-f909-4280-8d06-0c33c620bb16", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "a14814c4-f3d1-4585-b8b5-0ad6dedbbd2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145750Z:29d3acc1-f909-4280-8d06-0c33c620bb16" + "x-ms-correlation-request-id": "9c5a41b8-299a-45ca-84b6-384b9695b8a7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "077c330a-1e9d-414c-ac1e-15e5de483330", + "x-ms-routing-request-id": "JAPANEAST:20230612T102119Z:9c5a41b8-299a-45ca-84b6-384b9695b8a7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-fbb8fa31e42365fd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "456b7edf81561f6109ae24a3bf601bdd", + "traceparent": "00-a64317397e644bd011adb82013e13c96-6e6463db1572a076-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "df88cbfdf44d7f9e9e69b669c1e3fc32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1645,30 +1384,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:58:23 GMT", + "Date": "Mon, 12 Jun 2023 10:21:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b6f75ab-b1e7-461f-ab49-02ae5b07165f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "c570695b-0b48-4693-bf9c-dd864677449f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145824Z:6b6f75ab-b1e7-461f-ab49-02ae5b07165f" + "x-ms-correlation-request-id": "13cec2a4-3b19-4211-9709-c90a4a079ea9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "d792e215-8aa1-46be-a54d-236c922c5a70", + "x-ms-routing-request-id": "JAPANEAST:20230612T102151Z:13cec2a4-3b19-4211-9709-c90a4a079ea9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-304ac136c581b3a2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "74d5d48d579346c09701c906069ebcc2", + "traceparent": "00-a64317397e644bd011adb82013e13c96-aec6235deae81302-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bdab044716cdf51bd994e5d5ce6613ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1677,71 +1416,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:58:56 GMT", + "Date": "Mon, 12 Jun 2023 10:22:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49b8be7b-82d7-4f6e-a0c5-8229c9eb011e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "7ebf16f4-cdf0-448e-88f8-4f744f26396d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145857Z:49b8be7b-82d7-4f6e-a0c5-8229c9eb011e" + "x-ms-correlation-request-id": "4533b869-64ab-48e3-8434-add0a55976d8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "5551d396-5370-43fd-b92e-b6bb90e8f2d2", + "x-ms-routing-request-id": "JAPANEAST:20230612T102223Z:4533b869-64ab-48e3-8434-add0a55976d8" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07d95fb82a5fb99ccc07b299298733b1-0e5bc592617db897-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fa16f663f40f6ee9a64e7beebcd07038", + "traceparent": "00-a64317397e644bd011adb82013e13c96-57ef0a437afa2f07-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d2a3092cdf399509c3e4e368789df8be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2214", + "Content-Length": "2243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:58:57 GMT", + "Date": "Mon, 12 Jun 2023 10:22:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d72a960e-c044-4560-9649-2fd2e6a5ab3b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "df20e343-36a3-4f82-92d5-ddb884c117fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145858Z:d72a960e-c044-4560-9649-2fd2e6a5ab3b" + "x-ms-correlation-request-id": "f404a5a9-40c3-447f-8167-63887e93692c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "e95097a2-d7db-4bf4-8b76-221ac92cec0e", + "x-ms-routing-request-id": "JAPANEAST:20230612T102224Z:f404a5a9-40c3-447f-8167-63887e93692c" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4015/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-40/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost", "name": "hdisdk-encryptionathost", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "aaeffc26-ce43-4715-b41a-0de967c36e30", + "location": "Japan East", + "etag": "867c2d4d-8bda-40ac-8abc-7e5d30c28fb6", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2304280205.json", "kind": "Spark", "componentVersion": { "Spark": "2.4" } }, - "clusterId": "20e48fa9112b4e93918539b5e6e42cf0", + "clusterId": "7aa58cffa2114d5eac6d1f49e3bd9427", "computeProfile": { "roles": [ { @@ -1787,7 +1526,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T14:38:59.38", + "createdDate": "2023-06-12T10:07:13.753", "quotaInfo": { "coresUsed": 80 }, @@ -1820,14 +1559,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6177.blob.core.windows.net", + "name": "azstorageforcluster4962.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container9430", + "container": "container7469", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -1845,9 +1585,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1840102967", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "233528357", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionAtHostAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionAtHostAsync.json index df8476486918..cd1cca896d00 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionAtHostAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionAtHostAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-88821dd823e37dea18e706a0b919ebba-11a5f6d36bb5e7b1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "73b692bc3c0588d040fc0f2dc3c02b7d", + "traceparent": "00-1f888e753332d260ffbe1925c373bb40-af6cbd949ab9302f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "539606921cd469ebb960f3c2e52fe106", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:02:15 GMT", + "Date": "Tue, 13 Jun 2023 02:28:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41cfeb65-5b7d-46e3-913d-a1001f4878ac", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "41cfeb65-5b7d-46e3-913d-a1001f4878ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180215Z:41cfeb65-5b7d-46e3-913d-a1001f4878ac" + "x-ms-correlation-request-id": "3ea10fb8-0c0b-4261-b56b-e7beb3137307", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "3ea10fb8-0c0b-4261-b56b-e7beb3137307", + "x-ms-routing-request-id": "JAPANEAST:20230613T022821Z:3ea10fb8-0c0b-4261-b56b-e7beb3137307" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-2492?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-5377?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-b46fc7e58c0c17a084adf26eb6682b27-41af5e5f29531062-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "90ad9f4f40647b547ddc2c4cd7cf940d", + "traceparent": "00-e9f7bfe334f5b56f2f95c05d2b14d6de-a858042d631766a4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a9edbc3c0b0badb4858eb71c5de42a77", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:02:18 GMT", + "Date": "Tue, 13 Jun 2023 02:28:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61291585-8e45-41d5-93c2-2d21271d0dce", + "x-ms-correlation-request-id": "2393220c-f115-4893-a8cf-34a47928f5c2", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "61291585-8e45-41d5-93c2-2d21271d0dce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180218Z:61291585-8e45-41d5-93c2-2d21271d0dce" + "x-ms-request-id": "2393220c-f115-4893-a8cf-34a47928f5c2", + "x-ms-routing-request-id": "JAPANEAST:20230613T022821Z:2393220c-f115-4893-a8cf-34a47928f5c2" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492", - "name": "HDInsightRG-2492", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377", + "name": "HDInsightRG-5377", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1202", + "Content-Length": "1203", "Content-Type": "application/json", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-bf9408c279640f27-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9e8d5af6588c3483a61a9a2d2ae34fed", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-71f633f753025daa-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "44cd99f9a97d86e68073f5026684f1e6", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster2580.blob.core.windows.net", + "name": "azstorageforcluster2726.blob.core.windows.net", "isDefault": true, - "container": "container6274", + "container": "container18", "key": "Sanitized" } ] @@ -191,30 +185,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1979", + "Content-Length": "2008", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:02:49 GMT", - "ETag": "\u0022f9ef3aae-5d61-4fbb-a9f4-a87a85d7f84e\u0022", + "Date": "Tue, 13 Jun 2023 02:29:01 GMT", + "ETag": "\u00223eb5df61-0477-4cb9-864c-7d88b88082ad\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "076b4881-e9b0-46d1-9aee-cbbb6dbb8f41", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "dfa35308-b272-4222-b563-6a175b84eebf", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "7ec5dc34-9946-4817-a694-313a75d6ea0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180250Z:076b4881-e9b0-46d1-9aee-cbbb6dbb8f41" + "x-ms-request-id": "55e216ab-feaf-4ebd-8c70-bfd4398d064a", + "x-ms-routing-request-id": "JAPANEAST:20230613T022902Z:dfa35308-b272-4222-b563-6a175b84eebf" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost", "name": "hdisdk-encryptionathost", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "f9ef3aae-5d61-4fbb-a9f4-a87a85d7f84e", + "location": "Japan East", + "etag": "3eb5df61-0477-4cb9-864c-7d88b88082ad", "tags": { "key0": "value0" }, @@ -223,13 +217,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2304280205.json", "kind": "Spark", "componentVersion": { "Spark": "2.4" } }, - "clusterId": "32325349be114dbdbd0765fae4f021ba", + "clusterId": "3f29884857cf4a76aa939b8f3556cb2c", "computeProfile": { "roles": [ { @@ -275,7 +269,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T18:02:48.12", + "createdDate": "2023-06-13T02:29:01.687", "quotaInfo": { "coresUsed": 80 }, @@ -294,14 +288,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster2580.blob.core.windows.net", + "name": "azstorageforcluster2726.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container6274", + "container": "container18", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -318,333 +313,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-32a1fa04e9d565b7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f3b9a933a6cb79f3ba2dd7a35ddddf8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:02:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d18b5bb-dad1-4d2f-a0dd-88523be67363", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "b8f67bac-ac83-4b40-ba0a-640c115b1bf6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180251Z:2d18b5bb-dad1-4d2f-a0dd-88523be67363" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-450dafc2d4f413df-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "33c84ca41a52a075bf731167b642dbd3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:02:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac6ef441-7052-4f6c-8f8d-97ac9f3a312d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "e360baab-a2fd-4e52-86df-bcf6532bb56f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180253Z:ac6ef441-7052-4f6c-8f8d-97ac9f3a312d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-f7cd12676cd66850-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "80f93e355c29a9229ff430e77ef7bcb0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:02:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70709ea9-fb2a-413e-be88-70efe71849bc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "1813f0c1-e6d3-4c94-8d24-6dce43a968f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180254Z:70709ea9-fb2a-413e-be88-70efe71849bc" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-a16f116f60d0d573-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0b9c1646b10a190934193357948cc278", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:02:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26cbd925-78a1-49f9-b92b-a7316ec6d9d4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "10510156-5076-4473-b00f-39d04514dc00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180256Z:26cbd925-78a1-49f9-b92b-a7316ec6d9d4" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-a7b44bbb98b41dd6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1f6e03515fe347612a1f945ee98d21c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:02:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb340156-afd0-4827-a509-ee0dd792f79f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "5654374d-b2df-49eb-b523-b8d32a0c2b62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180259Z:fb340156-afd0-4827-a509-ee0dd792f79f" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-8622c62ff844fd64-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a02161b7d0a584c934e04c0f28ca1412", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:03:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a112136-e2ea-4127-890e-525c93d40d60", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "d045d7b8-2675-4b5e-96ad-355e8d09e40d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180304Z:5a112136-e2ea-4127-890e-525c93d40d60" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-c18b4f843d2be57e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7a96b8319d88e6ccb454e0eb1cab2fa6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:03:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa8bb581-7f06-4a9c-93bf-4492ebef59f6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "71fef545-0031-472e-af0b-9205baa3048c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180313Z:fa8bb581-7f06-4a9c-93bf-4492ebef59f6" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-e10544ac123d70f4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "33a06bf8226b81d23aeaea0213511f5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:03:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d464b2a8-7185-47f7-93a7-e739745be660", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "7e71d893-e418-42ac-97eb-0f61d5f7e8f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180331Z:d464b2a8-7185-47f7-93a7-e739745be660" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-c9f3362e8dc58219-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "302c820aa6f71a3f953aeb50efde6789", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:04:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3f8aecf-0bf5-4e1f-bc97-c34938afadb0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "33376f18-e33c-4e7b-9dbc-eeb5efc62f87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180403Z:f3f8aecf-0bf5-4e1f-bc97-c34938afadb0" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-63a24877f090e242-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bc17a5b1e12a0fa6e6153f9eb2c9d362", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:04:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a0d7fa5-3304-453f-b656-b43e8e28630b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "51436973-e6e8-412b-92ba-d8c9858a9727", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180436Z:6a0d7fa5-3304-453f-b656-b43e8e28630b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-bb461b584c33558e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9ae08035fe7f51ae2c869e313681915c", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-e9f4b5db0b415723-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "16aebde251fe899b354fa1ccb426ff44", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -653,30 +328,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:05:08 GMT", + "Date": "Tue, 13 Jun 2023 02:29:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e7815a0-87da-4bd4-a1b1-2dae478acf56", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "21804a5e-3ff5-4688-9e31-2baccb4a638d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180509Z:6e7815a0-87da-4bd4-a1b1-2dae478acf56" + "x-ms-correlation-request-id": "c65624ff-eb0c-495a-b9c5-b0e9124b8c50", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "cecf6fd4-7e60-4b8e-81f5-f7d1f378a5be", + "x-ms-routing-request-id": "JAPANEAST:20230613T022902Z:c65624ff-eb0c-495a-b9c5-b0e9124b8c50" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-7b0d24d38896f495-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6d516182623a2835db1c4ae267a067cb", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-0d08ab8d0d85325b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "88db5f0a2ac0f53895a58644505157d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -685,30 +360,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:05:42 GMT", + "Date": "Tue, 13 Jun 2023 02:29:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e94229d6-6ecb-4db8-8f8f-d83130e81cc7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "e4255a66-b6e8-4ce6-a3b4-1b2076d70fc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180542Z:e94229d6-6ecb-4db8-8f8f-d83130e81cc7" + "x-ms-correlation-request-id": "46f1d904-f4b5-40b1-b43e-da92e61f8f8d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "7f2f4cbe-d06d-4f11-bfa7-f6687cdf4f6c", + "x-ms-routing-request-id": "JAPANEAST:20230613T022904Z:46f1d904-f4b5-40b1-b43e-da92e61f8f8d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-82654d5168c3c94c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6e1b8967ccfdb20af7c690a34375d964", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-015f33c767ac113b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a820720fdbd545e82088f37762387497", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -717,30 +392,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:06:14 GMT", + "Date": "Tue, 13 Jun 2023 02:29:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27cf0f50-5f5d-4361-9a50-9e3c071f04d9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "60b7f907-89b3-49c0-9e74-b5d824547096", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180615Z:27cf0f50-5f5d-4361-9a50-9e3c071f04d9" + "x-ms-correlation-request-id": "bc3aca6b-a026-4a3c-a346-6fee134a0a05", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "74ca9020-e552-45ef-8e23-e7a1beb2a4dc", + "x-ms-routing-request-id": "JAPANEAST:20230613T022905Z:bc3aca6b-a026-4a3c-a346-6fee134a0a05" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-72b34583cf921a55-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "501be3836578d2284bb8bf62b4ccea8b", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-44ce956e40f47382-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d08a1539dcd2b7c384b98159ca5739e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -749,30 +424,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:06:47 GMT", + "Date": "Tue, 13 Jun 2023 02:29:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "534db0ce-2d54-41df-ac33-6f1e9fe0c8e9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "5950ef37-22bb-4046-ac60-031464142ef4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180647Z:534db0ce-2d54-41df-ac33-6f1e9fe0c8e9" + "x-ms-correlation-request-id": "e72bd9a3-c09d-4953-be76-3fb52be4db60", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "4f0bf273-69b1-401e-ae5a-5c45fa788827", + "x-ms-routing-request-id": "JAPANEAST:20230613T022906Z:e72bd9a3-c09d-4953-be76-3fb52be4db60" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-7edfe01ada8f080f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "adc9d21e2266b55f579e7673d292e465", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-bfeec8f86d5f736f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "41bdcff857062f6e7795683737c1925c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -781,30 +456,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:07:19 GMT", + "Date": "Tue, 13 Jun 2023 02:29:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "befa4d9b-87c6-4037-ae35-8b36b95ad56f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "ceea200f-8037-458e-9902-766a92c98992", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180720Z:befa4d9b-87c6-4037-ae35-8b36b95ad56f" + "x-ms-correlation-request-id": "c7573e72-3472-4671-9eeb-bf30bc1bfa48", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "ea8e2397-cc7e-4ff8-bcc3-3c8c86a40907", + "x-ms-routing-request-id": "JAPANEAST:20230613T022908Z:c7573e72-3472-4671-9eeb-bf30bc1bfa48" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-880e3fe6fc4a6b41-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "835ee54317840152604823440da7fe2b", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-581b76c476c91515-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3a0aef3087c732ffae68231b598e7bc8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -813,30 +488,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:07:53 GMT", + "Date": "Tue, 13 Jun 2023 02:29:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49c38703-b78c-45a5-a7db-840f3b7bb578", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "0e634416-7e22-4e94-b818-b5e196ed21cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180753Z:49c38703-b78c-45a5-a7db-840f3b7bb578" + "x-ms-correlation-request-id": "ca1e721f-ab75-4f2b-aafc-5534dd500182", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "261f935b-441d-45bf-bcee-c6b5b8c622ff", + "x-ms-routing-request-id": "JAPANEAST:20230613T022913Z:ca1e721f-ab75-4f2b-aafc-5534dd500182" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-41f604938b8c8290-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "708504db2cab60fe8366f9d9efb400b9", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-786e6134d0a7c4f4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "937f0f4f327be291a65a583c738c80c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -845,30 +520,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:08:26 GMT", + "Date": "Tue, 13 Jun 2023 02:29:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "370a79cb-8e5c-4170-8fc8-e02f3150f295", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "7bead953-6458-42dc-8bc5-b1e71e7fe150", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180827Z:370a79cb-8e5c-4170-8fc8-e02f3150f295" + "x-ms-correlation-request-id": "c74d4e9b-a9ce-4833-9b8f-d116472643e1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "a96651ed-2580-4f15-b6c2-e4c649b534e6", + "x-ms-routing-request-id": "JAPANEAST:20230613T022921Z:c74d4e9b-a9ce-4833-9b8f-d116472643e1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-1a50cd6581e80ebd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ce1f59d3666d070680c84c1eff1aa7af", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-70882b895d804b69-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "da292426ff4d701ccf8a939d3352d6e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -877,30 +552,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:09:00 GMT", + "Date": "Tue, 13 Jun 2023 02:29:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb314857-c451-4ce1-bd4c-6f78e4c69437", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "5b2b5083-e014-49ac-8099-fdc08f72b0fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180900Z:cb314857-c451-4ce1-bd4c-6f78e4c69437" + "x-ms-correlation-request-id": "2ef7bbd2-49c3-4652-b956-9d3fde7a5f49", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "6ba2b10f-43dd-4e8b-a31c-4af7bbad4096", + "x-ms-routing-request-id": "JAPANEAST:20230613T022937Z:2ef7bbd2-49c3-4652-b956-9d3fde7a5f49" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-f3a0ff117466c7ec-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cd984aa0740c16bae7feff1e1d7811ab", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-c9c5a5e96ed4567b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "28e8a01afe41fee15e27936d2ec3be22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -909,30 +584,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:09:32 GMT", + "Date": "Tue, 13 Jun 2023 02:30:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dfa7c238-d9ce-448c-93d8-bead7249a4ee", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "de39c2a2-1af2-4bb7-a558-4618c1006847", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T180933Z:dfa7c238-d9ce-448c-93d8-bead7249a4ee" + "x-ms-correlation-request-id": "d839c65e-b30c-4cc5-969c-fdfda70d12dc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "b93cbf6f-90cd-44c0-9b04-ca82a222ef12", + "x-ms-routing-request-id": "JAPANEAST:20230613T023010Z:d839c65e-b30c-4cc5-969c-fdfda70d12dc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-4f736f626d4e37cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b4716a482f8875befe7df0e3dfe06169", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-99f560fff2167cfb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "34f45fe8a065507af20ec4f09ff3af54", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -941,30 +616,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:10:05 GMT", + "Date": "Tue, 13 Jun 2023 02:30:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46775933-c99a-4e3f-bc3e-9585930e8e96", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "e39be1b0-d816-4667-98c4-422572da4f74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181006Z:46775933-c99a-4e3f-bc3e-9585930e8e96" + "x-ms-correlation-request-id": "64e691c1-843a-4220-a2ca-dc34720ea69b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "a8b96245-e54c-4018-9a11-227f2cc9e8a1", + "x-ms-routing-request-id": "JAPANEAST:20230613T023042Z:64e691c1-843a-4220-a2ca-dc34720ea69b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-773656758d36ec43-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a43949be321c5fac9f08e76e66e7e907", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-2d75a58d9b944bcc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d321708358a32882422a7c266baf420c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -973,30 +648,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:10:38 GMT", + "Date": "Tue, 13 Jun 2023 02:31:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e302e35-fea6-4edb-afb5-8207b49e9f42", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "99a2545e-7553-45fd-9116-7431514eadc7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181039Z:0e302e35-fea6-4edb-afb5-8207b49e9f42" + "x-ms-correlation-request-id": "45bb038a-7d49-4b66-adf1-5975ba2a92a7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "7c1c0d55-224e-4573-940e-f90920ee707c", + "x-ms-routing-request-id": "JAPANEAST:20230613T023114Z:45bb038a-7d49-4b66-adf1-5975ba2a92a7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-75e98e0646273148-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "95d6a0b6f3a971278c22cf8f83d73606", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-d69ec3d8b4ed5ae4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d3b470cba15d7a82259835323af15e6a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1005,30 +680,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:11:12 GMT", + "Date": "Tue, 13 Jun 2023 02:31:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fc2e63c-9683-4ed8-a0c1-322b09768976", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "ab6565d1-23b0-475e-814b-45ee3dbb1f69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181112Z:7fc2e63c-9683-4ed8-a0c1-322b09768976" + "x-ms-correlation-request-id": "81ed1b5a-87e1-4052-a859-0c65dd350a4e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "1a129f0d-3b00-4ee7-90b8-f13a55fc39a2", + "x-ms-routing-request-id": "JAPANEAST:20230613T023147Z:81ed1b5a-87e1-4052-a859-0c65dd350a4e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-af0f255382e8ac2b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d360969d6c3f158fbd11157f474f0e16", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-5c1b241b34247a94-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bde93f77eba1907edcccf23a2353e443", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1037,30 +712,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:11:44 GMT", + "Date": "Tue, 13 Jun 2023 02:32:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d2b396b-f79e-4dc6-859b-22a2bbd24dbb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "9b024592-139c-4290-91cc-89c0009de06d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181144Z:4d2b396b-f79e-4dc6-859b-22a2bbd24dbb" + "x-ms-correlation-request-id": "6cfe078f-43d9-4fbd-895a-9e9014f98e30", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "1154e797-362c-44a3-a9e7-b5965191b4a7", + "x-ms-routing-request-id": "JAPANEAST:20230613T023219Z:6cfe078f-43d9-4fbd-895a-9e9014f98e30" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-3b9c9667ccb441e4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3f2ce893cb0acabf22c818f9621ddbc7", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-6842518f4ae87456-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2e25b8ccdb3fe2f6eda7ae0b2250ed51", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1069,30 +744,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:12:17 GMT", + "Date": "Tue, 13 Jun 2023 02:32:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2e4ad21-6dc8-4048-9833-0d168e327f69", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "1dba5897-131a-4ee6-98a5-12c9428d859d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181218Z:d2e4ad21-6dc8-4048-9833-0d168e327f69" + "x-ms-correlation-request-id": "d3ff6583-f558-4de1-8b6a-58cba2e46888", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "f3b8b80c-35ad-4f6c-8979-84d430480a08", + "x-ms-routing-request-id": "JAPANEAST:20230613T023251Z:d3ff6583-f558-4de1-8b6a-58cba2e46888" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-744aecabcc848301-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cfd1e1d1168749c811c0d797dda7293d", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-a20d6606474671bf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2bae11cc85c5e06bf123f690af4856d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1101,30 +776,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:12:50 GMT", + "Date": "Tue, 13 Jun 2023 02:33:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e42e2688-aced-4010-98f7-728adecff967", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "08e2aa37-a853-40ce-8db1-5e41bafcee25", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181251Z:e42e2688-aced-4010-98f7-728adecff967" + "x-ms-correlation-request-id": "346b2859-4601-46b8-8178-12224437e755", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "a305c321-cfab-4da7-94ef-fe528367950a", + "x-ms-routing-request-id": "JAPANEAST:20230613T023324Z:346b2859-4601-46b8-8178-12224437e755" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-95c61cf5de20456f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9bfbb913f7aad1fcd695b1775495b2a0", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-cdffb95b5f87a177-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8266f1b330cb9c2b4907d0f93c726e8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1133,30 +808,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:13:25 GMT", + "Date": "Tue, 13 Jun 2023 02:33:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e87faf81-4637-4cb2-b4cd-4bd959769eb3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "e7a6996e-4a3c-40f8-854c-ac0c1a5a5d8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181325Z:e87faf81-4637-4cb2-b4cd-4bd959769eb3" + "x-ms-correlation-request-id": "f865a277-a49a-430c-8a6e-7e955503ddb5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "b33914a0-9611-4d3a-97b4-7b9e0ff6b833", + "x-ms-routing-request-id": "JAPANEAST:20230613T023356Z:f865a277-a49a-430c-8a6e-7e955503ddb5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-e6339dcf9a3a0069-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "66ae4d363e7d7d8f20e22e49f428ec7b", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-cbbab75700377e45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "126ea0dfb9a4467e4c443c1be46532a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1165,30 +840,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:13:58 GMT", + "Date": "Tue, 13 Jun 2023 02:34:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb0c53ce-cbe4-43d4-937f-c634fe583874", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "e93acd7e-e1df-47e7-bb04-56b8c6db47ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181358Z:fb0c53ce-cbe4-43d4-937f-c634fe583874" + "x-ms-correlation-request-id": "f03453ae-dc34-4074-b415-b6c41e59f972", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "772c3a37-bdae-4b94-a359-2a14d0edd0a1", + "x-ms-routing-request-id": "JAPANEAST:20230613T023428Z:f03453ae-dc34-4074-b415-b6c41e59f972" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-b14b99c725ab9250-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a9e5da9e4021da1de400f8f16450f57b", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-6d90a6ec5ccfde09-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3058dc506aea9c86e612e1bdb571a37f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1197,30 +872,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:14:30 GMT", + "Date": "Tue, 13 Jun 2023 02:35:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ead84805-d444-4e59-b814-57f928519328", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "c843f413-e2a0-402c-b71b-5bf885e51574", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181431Z:ead84805-d444-4e59-b814-57f928519328" + "x-ms-correlation-request-id": "8a5b666b-bb01-4107-ba55-ec76ee09bec7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "c495a4b4-0179-43f9-abb8-e4870450d73e", + "x-ms-routing-request-id": "JAPANEAST:20230613T023501Z:8a5b666b-bb01-4107-ba55-ec76ee09bec7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-a6b75aae8dae3c2e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9061360ec3f9d5bf297d7bc7c9b2ddae", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-63fd212abc648e4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0eb16ab544d9f92d731f3586f30fb7e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1229,30 +904,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:15:03 GMT", + "Date": "Tue, 13 Jun 2023 02:35:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ae8ba41-0910-4c3c-a316-8f8e5977f3d0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "562296c2-7cc5-4e4e-91f0-015e24eb68bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181504Z:0ae8ba41-0910-4c3c-a316-8f8e5977f3d0" + "x-ms-correlation-request-id": "0532a082-5be9-46a4-95b7-614dc11fc52d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "c3cfd62e-864c-40ae-bdbb-b83b49b2fe2a", + "x-ms-routing-request-id": "JAPANEAST:20230613T023533Z:0532a082-5be9-46a4-95b7-614dc11fc52d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-54f6a134c2df7200-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "79d935a808aff67f30d3817d469e18cf", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-8f15a994f2efd017-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "60a92ad43d1a74a11ad22c92d7c091db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1261,30 +936,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:15:36 GMT", + "Date": "Tue, 13 Jun 2023 02:36:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12dd1a7e-8093-42be-abe8-a0e1e5ea00b1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "41e353a1-fd27-4e89-b9f1-e26f5149892b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181536Z:12dd1a7e-8093-42be-abe8-a0e1e5ea00b1" + "x-ms-correlation-request-id": "bd3a7874-36a3-4c27-829e-4242a0028b7a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "6365436e-41c9-44de-8134-dc783aad3797", + "x-ms-routing-request-id": "JAPANEAST:20230613T023606Z:bd3a7874-36a3-4c27-829e-4242a0028b7a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-a57edcfd559bb254-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bd3bb2ed5cc6da821a1080a3c4551032", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-fc64baf1b24740ed-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7966bda123b30ccbae5ebccb35ffa8d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1293,30 +968,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:16:08 GMT", + "Date": "Tue, 13 Jun 2023 02:36:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42be6915-3991-48d1-99ae-d60afed441fd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "144a0c09-ea3e-47f3-922a-1d7b109f79db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181609Z:42be6915-3991-48d1-99ae-d60afed441fd" + "x-ms-correlation-request-id": "cc3daed6-67cd-4e2b-86b6-99c76b749911", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "43a1073f-58b1-4aa4-81f3-c067f39c8418", + "x-ms-routing-request-id": "JAPANEAST:20230613T023638Z:cc3daed6-67cd-4e2b-86b6-99c76b749911" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-26b48690bf9800c7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2f484a227b7705cbb76b5f2541428f8b", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-f3d66f73178027b8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8ae9fd5a42c77764c93cf407179b22b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1325,30 +1000,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:16:41 GMT", + "Date": "Tue, 13 Jun 2023 02:37:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eec3080e-f990-4e46-aea5-61e344128e75", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "cc76d914-4bcc-4590-99f9-232f86ae3208", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181642Z:eec3080e-f990-4e46-aea5-61e344128e75" + "x-ms-correlation-request-id": "d51c3fff-80d3-4ad4-aff5-856ae4fae64a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "26e0f028-6480-4294-bd5d-206d1c481ddb", + "x-ms-routing-request-id": "JAPANEAST:20230613T023710Z:d51c3fff-80d3-4ad4-aff5-856ae4fae64a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-444c199dc131a559-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "16daac651f764ce8b3fe5e9e88db31db", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-0ceb44053b94d797-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "35e5598d3da8b0305f9cb1bb80d63f1b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1357,30 +1032,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:17:14 GMT", + "Date": "Tue, 13 Jun 2023 02:37:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b25c2c6-a63e-46c4-998c-061870528a60", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "5d74ab50-8d0d-46c2-9c82-8feb28e41db9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181715Z:7b25c2c6-a63e-46c4-998c-061870528a60" + "x-ms-correlation-request-id": "1709b19e-94f4-4f19-8f35-5d5b279e951b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "3b95d685-a503-434e-be4b-c8fed5c64ff4", + "x-ms-routing-request-id": "JAPANEAST:20230613T023743Z:1709b19e-94f4-4f19-8f35-5d5b279e951b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-5a35a491ca732092-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fb5a4fc2e9557157e636065bfc5c99d8", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-4d9e20a1c39d91c1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d937552907d75e1458efb0762fc4f413", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1389,30 +1064,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:17:47 GMT", + "Date": "Tue, 13 Jun 2023 02:38:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a376bdff-b810-4afe-ba42-e038dd4a1ca5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "1409d50b-0a13-4626-bfca-598c6c682a83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181747Z:a376bdff-b810-4afe-ba42-e038dd4a1ca5" + "x-ms-correlation-request-id": "edc99262-d763-4a5f-90e1-6f1211913b8b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "f44b7f3b-9c94-40c3-9130-e6b9a132f343", + "x-ms-routing-request-id": "JAPANEAST:20230613T023815Z:edc99262-d763-4a5f-90e1-6f1211913b8b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-58bee9cbc0811733-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "183ef481fa7a03bb62fb7b791c2c7cdb", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-64c9b254f6e1bda7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "db3d093c73191c2ecc382a2b91a9f6f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1421,30 +1096,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:18:21 GMT", + "Date": "Tue, 13 Jun 2023 02:38:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37f66cd8-dd29-48cf-bd8f-bcd126f0f920", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "33735bb2-136c-4376-8f98-c0bd6487cd86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181822Z:37f66cd8-dd29-48cf-bd8f-bcd126f0f920" + "x-ms-correlation-request-id": "4163e00b-3f20-4e57-b3a5-0570ea13a9b2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "2f62d6df-2eb4-40dc-af0b-da3ffeed63f9", + "x-ms-routing-request-id": "JAPANEAST:20230613T023847Z:4163e00b-3f20-4e57-b3a5-0570ea13a9b2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-5f17c405faec3438-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f262843a93e87b3554682f40198c4f57", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-b4010741b7cb58d3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c2ddd9fd486386db4587dcb98db9819b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1453,30 +1128,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:18:54 GMT", + "Date": "Tue, 13 Jun 2023 02:39:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79b2bc8b-9a0a-4e5c-8532-c8be7dcd7c3f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "becce3d7-36ed-4823-85db-a4b353bd3eda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181855Z:79b2bc8b-9a0a-4e5c-8532-c8be7dcd7c3f" + "x-ms-correlation-request-id": "53d42958-ee59-45f5-a515-9d62821d577b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "4252272b-0f33-41aa-8f8b-5d7e36ac2c91", + "x-ms-routing-request-id": "JAPANEAST:20230613T023920Z:53d42958-ee59-45f5-a515-9d62821d577b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-42dbd818d40a9b47-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "941d8665189dc860935799596edd54ba", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-6ce6b604824384ed-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "777e9ea76498b601271a0d9edce8cdaf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1485,30 +1160,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:19:27 GMT", + "Date": "Tue, 13 Jun 2023 02:39:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c17385a-05be-4374-aa94-95b3e2e78d18", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "eb87616b-58d4-4cfd-b79e-1780282fb157", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T181928Z:5c17385a-05be-4374-aa94-95b3e2e78d18" + "x-ms-correlation-request-id": "18192dd5-1710-4a7f-be58-6637f0d12e1b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "eb2cc552-0239-4fb2-b0b7-884d568acb30", + "x-ms-routing-request-id": "JAPANEAST:20230613T023952Z:18192dd5-1710-4a7f-be58-6637f0d12e1b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-c48bc13e64ef9d88-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "78212ab9a6faeef0bec3c312ca7aead5", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-982e488381e4d51e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5579bdf832e6f3af2db7959296748f12", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1517,30 +1192,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:20:00 GMT", + "Date": "Tue, 13 Jun 2023 02:40:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d587f62-036f-44d5-b61e-4d681f6a85a5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "0374a473-bd35-405c-a61d-a8a0a849e6cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182000Z:2d587f62-036f-44d5-b61e-4d681f6a85a5" + "x-ms-correlation-request-id": "e8cce353-0f8d-4f7c-a784-e87e136b790e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "28cfd652-df7d-42f5-ae33-f2e5fd798136", + "x-ms-routing-request-id": "JAPANEAST:20230613T024024Z:e8cce353-0f8d-4f7c-a784-e87e136b790e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-66160d3b9a776e8d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "961424ace80f213e249a5e91f9dc0d77", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-412ea07f631dc10c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f3838fb77f2a985ad8269b493b3daa5c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1549,30 +1224,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:20:33 GMT", + "Date": "Tue, 13 Jun 2023 02:40:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e57c0a18-0e5f-4a96-a6ac-5a17fe6b1308", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "c49159e8-f9ab-4eb3-ab7c-bca3598209e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182033Z:e57c0a18-0e5f-4a96-a6ac-5a17fe6b1308" + "x-ms-correlation-request-id": "a322692a-0deb-482a-94d1-75de1e7806dc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "de63a8b9-9183-4e3a-a296-f1955d7c3bb1", + "x-ms-routing-request-id": "JAPANEAST:20230613T024057Z:a322692a-0deb-482a-94d1-75de1e7806dc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-d1bd45311a45fbd2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ee877513d76bbe5c962ed5d9544efd19", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-b06c734eda46f7d5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cfc12db92b4075b4ee8b49e1ce6e20b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1581,30 +1256,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:21:06 GMT", + "Date": "Tue, 13 Jun 2023 02:41:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "026d557b-57de-4f2b-9259-aab3d99df43c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "359fcb89-d1f8-4244-903f-c09196d94d10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182106Z:026d557b-57de-4f2b-9259-aab3d99df43c" + "x-ms-correlation-request-id": "6325c089-47bc-46b7-a017-0d742ca8457d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "6e48b770-3a04-4e98-b9f8-56b1eb1e7f6f", + "x-ms-routing-request-id": "JAPANEAST:20230613T024129Z:6325c089-47bc-46b7-a017-0d742ca8457d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-932a2fb028059b5f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "49adc46cbec8d0aaecff535f475ef5e2", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-a57a08f9ee29d766-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4ce7fa8ada65788563e17dbf9666b7f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1613,30 +1288,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:21:38 GMT", + "Date": "Tue, 13 Jun 2023 02:42:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "beca110d-f9d6-4e49-ab7b-62afdb4d6b22", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "8f7cfa25-acd6-4eb6-ac62-6c9d1043f8f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182139Z:beca110d-f9d6-4e49-ab7b-62afdb4d6b22" + "x-ms-correlation-request-id": "d1eea1e9-9f6c-4723-ba55-70f4f99caa72", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "2c8c241e-f334-4bf1-9934-cfe5d6eea0c6", + "x-ms-routing-request-id": "JAPANEAST:20230613T024201Z:d1eea1e9-9f6c-4723-ba55-70f4f99caa72" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-3474a9c6602c241d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "55fe4cb5fcf3d46ac75600e11364cdd5", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-625486c773eb0ace-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "69d8380cc0b38bd2db0e049f3678ca69", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1645,30 +1320,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:22:11 GMT", + "Date": "Tue, 13 Jun 2023 02:42:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9598955b-4f8f-47a7-947c-5cd664af0e5f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "90a6a932-a816-4a73-833f-7bc24698f559", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182212Z:9598955b-4f8f-47a7-947c-5cd664af0e5f" + "x-ms-correlation-request-id": "9277a2cc-0098-46d5-b8dd-1ce48e231903", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "9036f440-8b56-4a71-8f36-023ceacab9c6", + "x-ms-routing-request-id": "JAPANEAST:20230613T024234Z:9277a2cc-0098-46d5-b8dd-1ce48e231903" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-a8fcbfdb76b1f2ed-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3424459cc32e55afcab6016b83fd7737", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-569d0d57c81432e1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "41bfe9065d55dff7a8496b5faef4de87", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1677,71 +1352,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:22:44 GMT", + "Date": "Tue, 13 Jun 2023 02:43:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd5d99eb-2eed-4657-842e-dadcd3f27776", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "066e464b-fd6a-416e-af32-3960fad6e1d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182244Z:fd5d99eb-2eed-4657-842e-dadcd3f27776" + "x-ms-correlation-request-id": "2a8cbc3b-6d35-4ca0-b4b1-092f80a58e2b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "513627ae-ae8c-4a82-b603-f35a2a6d66cf", + "x-ms-routing-request-id": "JAPANEAST:20230613T024306Z:2a8cbc3b-6d35-4ca0-b4b1-092f80a58e2b" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-352b95428238ef617dcbcf56dd30f2b7-9e636d731e459d65-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0824f238a84f70265ad88272bec9bd87", + "traceparent": "00-f7e0f08612967f81554a10eaf506af76-7ffe583089935830-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "96d558d3b696c9fe275c7157d5e541eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2214", + "Content-Length": "2243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:22:46 GMT", + "Date": "Tue, 13 Jun 2023 02:43:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9e33036-6b88-4533-8103-db0365442d34", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "5c1fec44-b1d0-4516-92ad-0fe47e646dcb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182247Z:d9e33036-6b88-4533-8103-db0365442d34" + "x-ms-correlation-request-id": "bf0033d0-e9c7-4577-90fc-88aa803eca9f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "a44c159b-3538-47d5-8b92-cde3208dce77", + "x-ms-routing-request-id": "JAPANEAST:20230613T024307Z:bf0033d0-e9c7-4577-90fc-88aa803eca9f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2492/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5377/providers/Microsoft.HDInsight/clusters/hdisdk-encryptionathost", "name": "hdisdk-encryptionathost", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "f9ef3aae-5d61-4fbb-a9f4-a87a85d7f84e", + "location": "Japan East", + "etag": "3eb5df61-0477-4cb9-864c-7d88b88082ad", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2304280205.json", "kind": "Spark", "componentVersion": { "Spark": "2.4" } }, - "clusterId": "32325349be114dbdbd0765fae4f021ba", + "clusterId": "3f29884857cf4a76aa939b8f3556cb2c", "computeProfile": { "roles": [ { @@ -1787,7 +1462,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T18:02:48.12", + "createdDate": "2023-06-13T02:29:01.687", "quotaInfo": { "coresUsed": 80 }, @@ -1820,14 +1495,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster2580.blob.core.windows.net", + "name": "azstorageforcluster2726.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container6274", + "container": "container18", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -1845,9 +1521,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1840647345", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "980665739", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionInTransit.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionInTransit.json index bd2067e6a1d0..fcfa15eadc54 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionInTransit.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionInTransit.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e67f2a2b4015aa5a125d5e5b17683f09-4b03eb896d03b3fe-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fb7de1b0490ca68de98d519994ca47cf", + "traceparent": "00-2086a07f15cf9da472ab126d7f433e71-e993943e113ac1d4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "176878c1445f85b8a87c1bd3c6a31332", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:59:05 GMT", + "Date": "Tue, 13 Jun 2023 01:10:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9019d518-14a4-4f65-9993-ed5c64b1b617", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "9019d518-14a4-4f65-9993-ed5c64b1b617", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145906Z:9019d518-14a4-4f65-9993-ed5c64b1b617" + "x-ms-correlation-request-id": "943341e4-1500-441c-8ce9-38fb963b2b21", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "943341e4-1500-441c-8ce9-38fb963b2b21", + "x-ms-routing-request-id": "JAPANEAST:20230613T011011Z:943341e4-1500-441c-8ce9-38fb963b2b21" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-3796?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-595?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-8471e1a57b6e7f300a54df936b72269d-418cc2d7cb901e8e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cfefb02425fc186437ae4b16c097cb3c", + "traceparent": "00-dbea9a81255335798549701079f716c4-2a9ff4f9ee41d63c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3b078a036672bc0a580b918d6a948d73", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "230", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:59:08 GMT", + "Date": "Tue, 13 Jun 2023 01:10:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f218f1a-1639-4470-9faa-74097a96f346", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "2f218f1a-1639-4470-9faa-74097a96f346", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145909Z:2f218f1a-1639-4470-9faa-74097a96f346" + "x-ms-correlation-request-id": "af2a5eb4-c9e1-4dbb-8608-562e616ee6f7", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "af2a5eb4-c9e1-4dbb-8608-562e616ee6f7", + "x-ms-routing-request-id": "JAPANEAST:20230613T011012Z:af2a5eb4-c9e1-4dbb-8608-562e616ee6f7" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796", - "name": "HDInsightRG-3796", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595", + "name": "HDInsightRG-595", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1116", + "Content-Length": "1119", "Content-Type": "application/json", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-c1497f306550b347-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "630e002d62ee5a4f0be51068a4d4767a", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-56f2f0fd8bf8d25c-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "522f1d1ff3fb052b7e76b879986dc0c2", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster7911.blob.core.windows.net", + "name": "azstorageforcluster1835.blob.core.windows.net", "isDefault": true, - "container": "container7430", + "container": "container4710", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1832", + "Content-Length": "1860", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:59:46 GMT", - "ETag": "\u00221e31deea-f693-4549-9e9a-105a2cdebd6a\u0022", + "Date": "Tue, 13 Jun 2023 01:10:41 GMT", + "ETag": "\u00228349a93f-964e-44cc-bec2-960b9060fc4f\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a64beb70-1e3a-44fd-8a81-dd183bec5973", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "65dadc6b-983e-415f-9a39-ba6f432d239f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145946Z:a64beb70-1e3a-44fd-8a81-dd183bec5973" + "x-ms-correlation-request-id": "d88f343e-2349-4d62-99e0-5713f46a4e4a", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "1d2a6bba-4c25-4280-9291-cddb789c2f22", + "x-ms-routing-request-id": "JAPANEAST:20230613T011042Z:d88f343e-2349-4d62-99e0-5713f46a4e4a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit", "name": "hdisdk-encryption-intransit", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "1e31deea-f693-4549-9e9a-105a2cdebd6a", + "location": "Japan East", + "etag": "8349a93f-964e-44cc-bec2-960b9060fc4f", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2304280205.json", "kind": "Spark", "componentVersion": { "Spark": "2.4" } }, - "clusterId": "75cd8420102b4c3989f7d602ed93a39d", + "clusterId": "e19616366aa34926bcb61b07327d5822", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T14:59:44.393", + "createdDate": "2023-06-13T01:10:41.74", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster7911.blob.core.windows.net", + "name": "azstorageforcluster1835.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container7430", + "container": "container4710", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,237 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-ddbf0abe7b116577-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "17ff04500b8b4f46d3e8ad345d3c463f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:59:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4944c57a-9a18-45e2-adf8-527548d4330c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "656c89cb-6960-4a92-b10e-727860d0033f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145947Z:4944c57a-9a18-45e2-adf8-527548d4330c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-396a495501e5b1a3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5f5743415e8603de6e78507f24b6572c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:59:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52b39dae-9c4f-449e-8c9d-fddc3b190898", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "bd66d959-f055-4099-b9ae-89df44637fff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145949Z:52b39dae-9c4f-449e-8c9d-fddc3b190898" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-6dce6bce67bcb4af-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9f1806215fd4f7ef0f85c0677b5e38d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:59:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27243d62-0c6b-4cb5-ac9d-062fc4e40d16", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "528e7c82-ba98-4eb6-91f3-ecbca7f0800c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145951Z:27243d62-0c6b-4cb5-ac9d-062fc4e40d16" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-b8d2397312dd54d9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bf58fd286386f28326fba813bbc72a1d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:59:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6bd4ebc4-c30b-44c9-84a3-381d0cfe95d0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "ee1605e5-4bc3-45fb-9e4e-22f7cf9ab20e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145953Z:6bd4ebc4-c30b-44c9-84a3-381d0cfe95d0" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-9988e8e5b0d4ea56-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "56128090a724e16a546050009e778710", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 14:59:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de090448-c446-4faa-a3b3-e650942af615", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "7e24af0d-4257-439c-8278-feac2c5bdeba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T145956Z:de090448-c446-4faa-a3b3-e650942af615" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-562eb1423da22896-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "27577a3f975dbea5822578d8b6db3c48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:00:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ed00be4-c916-4fbf-86b9-a4a4d906e6bc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "ddacd696-7724-4602-ba4e-bc01d05b951c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150001Z:2ed00be4-c916-4fbf-86b9-a4a4d906e6bc" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-de73411900266091-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fbd6a25be24b80b192766b26138354af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:00:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03cc9698-e6de-43d8-a138-ba2de24d007a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "b108b67d-f7ea-4dc6-a418-065608f36b9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150009Z:03cc9698-e6de-43d8-a138-ba2de24d007a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-a4d87893de1e10e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "41d39874036ff8c0db54d4ff2e922b78", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-bed42fc5097d7936-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9981064ec7da328e06ba7f966ce93f93", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:00:26 GMT", + "Date": "Tue, 13 Jun 2023 01:10:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c824bb1-af30-4d99-9fe4-2b426bca1e0b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "ef4c87a7-e792-4aa9-958e-7d719d67166f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150026Z:9c824bb1-af30-4d99-9fe4-2b426bca1e0b" + "x-ms-correlation-request-id": "8f874575-4799-4ecd-b2d8-bacfe575a439", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "d932f507-acef-4e37-bdaf-61de90325b3f", + "x-ms-routing-request-id": "JAPANEAST:20230613T011042Z:8f874575-4799-4ecd-b2d8-bacfe575a439" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-d74fd19edab22fd2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fba507238ca05dc4c9d694e72c7eaaff", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-06cca409f4040077-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ce0b4530b5f06add51c573f95059c73f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:00:59 GMT", + "Date": "Tue, 13 Jun 2023 01:10:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06a71c02-845a-4765-8e70-6160c0b335a5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "5ea33aaf-f0c7-4ba9-bdca-b0458844f1e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150059Z:06a71c02-845a-4765-8e70-6160c0b335a5" + "x-ms-correlation-request-id": "f9f5b19d-9e14-454e-846f-299782378b57", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "e59e1610-d2c5-45dd-9b9f-0349a031dd7c", + "x-ms-routing-request-id": "JAPANEAST:20230613T011044Z:f9f5b19d-9e14-454e-846f-299782378b57" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-4e68dc5f4701fbb4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1d64c9d1fb0757d8e1de1ff70db25200", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-e6c6c7ae1f691cf5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "912a90f927eb19e835f5956a3535fdf5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:01:32 GMT", + "Date": "Tue, 13 Jun 2023 01:10:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "268fcc00-ed29-4198-a905-c56dfbdfb891", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "91b5e337-422f-4a8f-98a5-127db2e88b91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150132Z:268fcc00-ed29-4198-a905-c56dfbdfb891" + "x-ms-correlation-request-id": "f127c425-9bde-4a8b-9c5f-f1fe230e971b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "9a187319-f566-42d4-a29c-eaa10ca7d478", + "x-ms-routing-request-id": "JAPANEAST:20230613T011045Z:f127c425-9bde-4a8b-9c5f-f1fe230e971b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-1e13d8b755b269a0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0c02f34a58dde70fd47677996fd9cc5c", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-4fcd28b055f7d61f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f8a110c3af339937281748145394e2ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:02:05 GMT", + "Date": "Tue, 13 Jun 2023 01:10:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d515ae0d-13ca-4fc5-aa8a-55d806f7ebcb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "14652287-fc63-4b1c-956f-baf72e7fba97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150205Z:d515ae0d-13ca-4fc5-aa8a-55d806f7ebcb" + "x-ms-correlation-request-id": "b64a76b7-d8a2-4c49-b51c-64c340970284", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "077a435e-a504-4696-966b-af54bbcc172c", + "x-ms-routing-request-id": "JAPANEAST:20230613T011046Z:b64a76b7-d8a2-4c49-b51c-64c340970284" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-1be6e7c17ef82d89-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "642dd5a90e2d28702f4e1ac16ccc4f16", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-54ba9a8af8ade482-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dc9d3ff3aebf09a75df298fa1f73341b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:02:38 GMT", + "Date": "Tue, 13 Jun 2023 01:10:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bbe3eeea-ad22-45b5-8c57-54712a51edc7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "75b89cf2-a310-4047-94f8-2641eecbb42b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150238Z:bbe3eeea-ad22-45b5-8c57-54712a51edc7" + "x-ms-correlation-request-id": "b8705c33-356c-48ce-b83d-d9570ddaf4c3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "70f5a643-b328-495c-9693-01a7f96ec3c4", + "x-ms-routing-request-id": "JAPANEAST:20230613T011049Z:b8705c33-356c-48ce-b83d-d9570ddaf4c3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-fc646f12dfceadd8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "399c93839e7b7921ba7c4891833ee808", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-3fb68c48198c2423-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3f367ec8cfb8490c599168d4dfd4c5a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:03:09 GMT", + "Date": "Tue, 13 Jun 2023 01:10:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4f50216-ae47-4182-a006-e1726de905ff", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "c3b1a716-a6ca-4e2e-bfb9-2186eef5db20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150310Z:d4f50216-ae47-4182-a006-e1726de905ff" + "x-ms-correlation-request-id": "ff1ee27d-74f7-411f-9c46-f3469be49e49", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "56961aa2-2930-4fdc-83a9-5079ce65907e", + "x-ms-routing-request-id": "JAPANEAST:20230613T011053Z:ff1ee27d-74f7-411f-9c46-f3469be49e49" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-d938e64a224ef45c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "384ec312ed843cd282dadc8f3e4d7a08", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-5bbb2bfbe8b081a4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f676e8122197143569989b40163c79b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:03:44 GMT", + "Date": "Tue, 13 Jun 2023 01:11:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a5da61a-fd8d-4237-9672-08f16cab146e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "c157bc59-6681-40bf-8990-21d1d036d57f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150345Z:0a5da61a-fd8d-4237-9672-08f16cab146e" + "x-ms-correlation-request-id": "15ceb397-8030-4958-be0d-d311314a0873", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "205523b5-0fa3-4978-a83c-fafcad5996bd", + "x-ms-routing-request-id": "JAPANEAST:20230613T011102Z:15ceb397-8030-4958-be0d-d311314a0873" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-94857f4e72010768-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "db156126923d0be0b3b4aab1c5dea5f0", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-81d288b6b6141566-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d54c2ce2a35e24f43254832e45d22a88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:04:17 GMT", + "Date": "Tue, 13 Jun 2023 01:11:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b2166ce-764c-4dcc-a458-deb9e68d128a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "12687f30-e726-40c1-9c19-6e31712e2490", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150417Z:3b2166ce-764c-4dcc-a458-deb9e68d128a" + "x-ms-correlation-request-id": "25ddd18a-1de8-459d-830f-f433b7c1c782", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "a5bd2f49-4508-4662-925b-ecb662e84cc0", + "x-ms-routing-request-id": "JAPANEAST:20230613T011118Z:25ddd18a-1de8-459d-830f-f433b7c1c782" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-5e5d86449051b8dd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a9af1165167e9692c15fb6a1c1913a6c", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-fb41af866ffab6f8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "37e8f82c3efca7844921d62033cb321c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:04:50 GMT", + "Date": "Tue, 13 Jun 2023 01:11:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e11f7cdc-6ea9-4596-a8cb-dc796e6ab979", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "9b3b0c06-d4ed-456e-bbc5-5a9ca2a37321", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150450Z:e11f7cdc-6ea9-4596-a8cb-dc796e6ab979" + "x-ms-correlation-request-id": "3d503137-4156-4828-a25d-e5c46764aa53", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "07ec8971-72a3-4e69-9647-5b16b6a6df9c", + "x-ms-routing-request-id": "JAPANEAST:20230613T011150Z:3d503137-4156-4828-a25d-e5c46764aa53" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-193f377c9552d6dc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "226b40010c287fcbe34285d0432177a4", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-8858e1fb735ba5a8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b2f2b418f0876f41f452c3439e07cf96", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:05:22 GMT", + "Date": "Tue, 13 Jun 2023 01:12:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0eb5cf52-f0da-47a7-a0ad-3fe7f6e433cc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "66085dac-7abf-448c-8c82-1a1a6260f0e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150523Z:0eb5cf52-f0da-47a7-a0ad-3fe7f6e433cc" + "x-ms-correlation-request-id": "be192177-0e23-47c5-9c7c-aba418b45ab2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "b47828a9-af6b-404c-90a3-e4c5d1698aec", + "x-ms-routing-request-id": "JAPANEAST:20230613T011223Z:be192177-0e23-47c5-9c7c-aba418b45ab2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-3eab07470ccc8fba-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2d29ec34d19e0f89ce7f1adddc3e4922", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-6367b210c6ac6ab4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e14126e4154a3b7a8a58b3dccd4f067", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:05:55 GMT", + "Date": "Tue, 13 Jun 2023 01:12:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6714f9db-468e-43b6-bbe0-69fb4ab53f02", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "ff0ef925-ee24-42d5-ba1a-4cc48ac045a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150556Z:6714f9db-468e-43b6-bbe0-69fb4ab53f02" + "x-ms-correlation-request-id": "fd14a392-ab8a-46b7-a76e-9849a651208d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "b295448e-23da-4ecc-9a14-b7803ef30163", + "x-ms-routing-request-id": "JAPANEAST:20230613T011255Z:fd14a392-ab8a-46b7-a76e-9849a651208d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-772cf5a83f9ba725-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "84af3d79837359c7452fc53b91c2539f", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-6c159cb956a4dd95-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9015662177e03c00b67842aa7b400842", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:06:28 GMT", + "Date": "Tue, 13 Jun 2023 01:13:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21361b7a-da6d-40b1-aeac-8f4ccc16b60f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "e99b6bc2-4924-4508-a8e5-f8d439290498", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150629Z:21361b7a-da6d-40b1-aeac-8f4ccc16b60f" + "x-ms-correlation-request-id": "532b38f0-355b-45a5-b2c8-cf99899a6e89", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "efb6c206-21bf-4e64-bbcd-1cc31597020a", + "x-ms-routing-request-id": "JAPANEAST:20230613T011328Z:532b38f0-355b-45a5-b2c8-cf99899a6e89" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-391f12060d09e3d0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d56d12e70d6730ceb65b53a9f2eea2a4", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-1ca99bf710a4b9a6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "21b1405114b7d6c7fc4e09e26404a320", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:07:01 GMT", + "Date": "Tue, 13 Jun 2023 01:14:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7505587b-aa19-42cc-b11f-c9288b885ea4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "2ac2f9bd-3635-43ab-b148-1591887bd965", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150702Z:7505587b-aa19-42cc-b11f-c9288b885ea4" + "x-ms-correlation-request-id": "1a71f66a-4f9c-4f3f-bffe-fd1968da5948", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "f1f53f3e-6cdc-4a8c-aefd-842b3e7c7772", + "x-ms-routing-request-id": "JAPANEAST:20230613T011400Z:1a71f66a-4f9c-4f3f-bffe-fd1968da5948" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-cc62d749e67e86fd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "055663f9f272b13024d0e76e0b4e7d0c", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-c2128eab944d7f3a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "37215c623ef1f6b611d867dcfe0d2867", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:07:33 GMT", + "Date": "Tue, 13 Jun 2023 01:14:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bdf7d896-2067-4ab2-9f7a-1cdcecd9bc24", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "4f93f49c-6d3d-4a91-853f-d2afa95cdb88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150734Z:bdf7d896-2067-4ab2-9f7a-1cdcecd9bc24" + "x-ms-correlation-request-id": "62508d0d-e32f-4282-b6c4-cc7da2146065", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "98f863fb-3c9e-42a6-a68f-88813a572428", + "x-ms-routing-request-id": "JAPANEAST:20230613T011432Z:62508d0d-e32f-4282-b6c4-cc7da2146065" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-6874ae9015bf92a2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "caf57a2c74d16bba6f7fce182f1e6657", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-a3fe7520e82549b1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8cec499cce220daf9f3f94916d1ed7b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:08:06 GMT", + "Date": "Tue, 13 Jun 2023 01:15:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e25c9c6-2dd2-43b9-ac21-83402737fbd2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "d0f15865-276b-4694-8fbc-5987b7332412", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150807Z:6e25c9c6-2dd2-43b9-ac21-83402737fbd2" + "x-ms-correlation-request-id": "d2f05787-8de0-4256-930e-2e283deac3ef", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "bdd74751-1f32-4fb1-bac0-d61876e89569", + "x-ms-routing-request-id": "JAPANEAST:20230613T011505Z:d2f05787-8de0-4256-930e-2e283deac3ef" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-5703337bf7cba73c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2e42218d4e6bf52de1bbb09626602468", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-5c15c7ecc03cdbdc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1f4722d5d11e125089bb10dfacebd7ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:08:40 GMT", + "Date": "Tue, 13 Jun 2023 01:15:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04b61a50-8738-4434-98ea-0fdab1323cd8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "a9b5d24f-d99d-4b40-9cad-bedf979f0e20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150841Z:04b61a50-8738-4434-98ea-0fdab1323cd8" + "x-ms-correlation-request-id": "bf18feb7-5bb6-4b71-916a-39449a829b8b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "b50fbb47-7afd-4f65-8f83-80cfb17d68cc", + "x-ms-routing-request-id": "JAPANEAST:20230613T011537Z:bf18feb7-5bb6-4b71-916a-39449a829b8b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-87581882a58c24bb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "787c47ddd8f884d3a8eb95f324188106", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-16d8aa5fa7fe6aa9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1b46a225161893fdac1498b2aa2488f3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:09:13 GMT", + "Date": "Tue, 13 Jun 2023 01:16:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4cc0738f-bf37-4947-a590-665876833ae3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "d4b81f44-5905-44b4-92cd-c760d23f1053", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150914Z:4cc0738f-bf37-4947-a590-665876833ae3" + "x-ms-correlation-request-id": "9005aef7-7652-49ce-af32-a2f303639d2a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "c65c6f25-cc9e-404e-bc80-8df15f466fd8", + "x-ms-routing-request-id": "JAPANEAST:20230613T011610Z:9005aef7-7652-49ce-af32-a2f303639d2a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-fea25b40eaa79a65-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "eae18f6a4f0cdea04d00e815c423450e", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-8a06c452e12fa480-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "db06b50009c5ca49f8d90266becf60b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:09:47 GMT", + "Date": "Tue, 13 Jun 2023 01:16:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f1365b0-8432-429f-ae46-15bfc6ba4ec8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "2a935f3b-b3b8-4944-a829-afcbab09028c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T150947Z:8f1365b0-8432-429f-ae46-15bfc6ba4ec8" + "x-ms-correlation-request-id": "a94f9b19-e0c5-4fe1-8b32-8bf40f9d17a4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "18992d32-4f26-40f0-b6f3-8d48ba4561ba", + "x-ms-routing-request-id": "JAPANEAST:20230613T011642Z:a94f9b19-e0c5-4fe1-8b32-8bf40f9d17a4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-53e57a46c3443d4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e83a665beea1b45f4dbd8680b83ad0c9", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-11eadeac59bd2c0f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cb6ba567bbd7be9925b3720a399e6864", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:10:19 GMT", + "Date": "Tue, 13 Jun 2023 01:17:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cef2a75d-35db-429a-8161-4794dfcca9cc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "25f4e17f-166f-4dd6-bba4-178f67ed670c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151020Z:cef2a75d-35db-429a-8161-4794dfcca9cc" + "x-ms-correlation-request-id": "dc5016e7-b18f-4f7c-8e81-c7ff28f8d8f0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "f55694f6-c58a-4596-b0fd-fe75a1164ed7", + "x-ms-routing-request-id": "JAPANEAST:20230613T011714Z:dc5016e7-b18f-4f7c-8e81-c7ff28f8d8f0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-ccdc8f7ab76855c7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "962caa39397f8e5ca69e2af7efbdc085", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-f6957231f5d1db31-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f6de1d32fbe51c28587b223e1396d5dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:10:52 GMT", + "Date": "Tue, 13 Jun 2023 01:17:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "583aca2f-1b67-4af3-b1d3-faf57a1a347f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "d25dc5b9-2921-47b5-b3c2-eada2cd30201", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151052Z:583aca2f-1b67-4af3-b1d3-faf57a1a347f" + "x-ms-correlation-request-id": "ee16c19b-1893-4e5b-a6a3-bbf38e0e84ff", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "0faf4730-2093-43d0-9944-2c903d82a7ac", + "x-ms-routing-request-id": "JAPANEAST:20230613T011747Z:ee16c19b-1893-4e5b-a6a3-bbf38e0e84ff" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-90b3b5e63bf13288-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "be9787a699dd7c64302c9c4ec8202612", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-006da13f4c675e5a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "044ae4b3bdb8451b1c47b611963e9159", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:11:25 GMT", + "Date": "Tue, 13 Jun 2023 01:18:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35ca45bc-9ffd-4a1a-946e-cec04f1bb4c8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "c41c59c2-4a76-4a85-bda7-6e32678026ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151125Z:35ca45bc-9ffd-4a1a-946e-cec04f1bb4c8" + "x-ms-correlation-request-id": "27c6115a-d516-4bc7-92c5-470ba9576deb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "65b09d84-4de2-4e2b-b484-cef2842bbc18", + "x-ms-routing-request-id": "JAPANEAST:20230613T011819Z:27c6115a-d516-4bc7-92c5-470ba9576deb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-e89d8a36fa293ff6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1adc1f2faef6218f09ab4203c368c490", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-e8ce032c506636e3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a1349e716af06bce7c4f725c985aab8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:11:57 GMT", + "Date": "Tue, 13 Jun 2023 01:18:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c507135a-9811-45e9-a8b7-496f4cb6d8b5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "be1ee340-9832-4d14-91b6-452ce0df34cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151158Z:c507135a-9811-45e9-a8b7-496f4cb6d8b5" + "x-ms-correlation-request-id": "f629323e-29d8-40da-bedf-be1e6bde1edb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "9ce35f11-cff7-404f-b90f-6c986dec52c6", + "x-ms-routing-request-id": "JAPANEAST:20230613T011851Z:f629323e-29d8-40da-bedf-be1e6bde1edb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-fa5699dd3d337fce-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "30da00fd12a2a0eb45b065529c0dc585", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-c5d329b62165ed61-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "545695de635475ab0199da9d4517861a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:12:30 GMT", + "Date": "Tue, 13 Jun 2023 01:19:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11b1c83f-f8e5-4c32-8189-94110d791185", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "736c7b4f-a9dd-4b98-b9d6-21cc5412e423", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151231Z:11b1c83f-f8e5-4c32-8189-94110d791185" + "x-ms-correlation-request-id": "7ee155ba-39c9-47bb-9090-02d2c8be7a74", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "e1ee6bb2-067b-482e-91c5-6639c6340bed", + "x-ms-routing-request-id": "JAPANEAST:20230613T011924Z:7ee155ba-39c9-47bb-9090-02d2c8be7a74" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-720068b4d7ea4d0a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d0c71878a6e1f78ef776b4315661b8c8", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-d69f759f45306e1d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "75cdc8ea346249ec16de87694abeacc1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:13:03 GMT", + "Date": "Tue, 13 Jun 2023 01:19:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a74e7f55-99bf-4706-a363-013c8e68b2a2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "bc1b1d53-fe51-451a-8c04-869fba5d90f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151304Z:a74e7f55-99bf-4706-a363-013c8e68b2a2" + "x-ms-correlation-request-id": "e44a95e0-66e6-4cfa-b958-79ab65f784a2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "19ebcf97-9780-47a9-a485-23bc4022d322", + "x-ms-routing-request-id": "JAPANEAST:20230613T011956Z:e44a95e0-66e6-4cfa-b958-79ab65f784a2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-1d4e02aeb4ebebd7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c7500c67f5461d70333bd446483c85fc", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-e7fd278b8b2d4728-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0033289c3ce80d05f2bf9f5790302665", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:13:38 GMT", + "Date": "Tue, 13 Jun 2023 01:20:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88df661d-cffd-41f5-9a73-30f74aa73b73", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "bea56830-a2c9-4cec-a420-2a539a5a53cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151338Z:88df661d-cffd-41f5-9a73-30f74aa73b73" + "x-ms-correlation-request-id": "0bc35f53-2f3f-4507-8956-b2ca988934ad", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "0b6e55a0-f9e0-4380-b5ec-685f48beb022", + "x-ms-routing-request-id": "JAPANEAST:20230613T012029Z:0bc35f53-2f3f-4507-8956-b2ca988934ad" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-4217e51252aa8cec-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ab8bbce6f3a056af72e2392c5db949e3", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-8520d578d13dd16d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cf7258c8358daa2ca90d3e75dc422a43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:14:10 GMT", + "Date": "Tue, 13 Jun 2023 01:21:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44111efd-a3b6-4ad3-a73d-940e833eaf18", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "29730151-3f84-4059-96b0-ebe8063575f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151411Z:44111efd-a3b6-4ad3-a73d-940e833eaf18" + "x-ms-correlation-request-id": "29bb7598-af43-45f5-b95e-e498f8123be6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "fbb286f6-26d5-4b41-b5fd-37ac9e2dfb40", + "x-ms-routing-request-id": "JAPANEAST:20230613T012101Z:29bb7598-af43-45f5-b95e-e498f8123be6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-065f5e837b738eaf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "90eb9df7fdbc823fa7a99da5d147aeba", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-db2f076da39fa1b6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1c0118ed85e3ad31c3bf83a29595b8e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:14:43 GMT", + "Date": "Tue, 13 Jun 2023 01:21:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c597a23b-346b-455e-9550-e5c2f2e3a0ae", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "0bd001c1-188e-494a-bf0a-255c8e342fbd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151444Z:c597a23b-346b-455e-9550-e5c2f2e3a0ae" + "x-ms-correlation-request-id": "12e2f9f4-ea52-41d1-a96d-75ab2a68d6ff", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "8fcbb5f6-1ff1-4b17-b9b2-a82db367eca5", + "x-ms-routing-request-id": "JAPANEAST:20230613T012133Z:12e2f9f4-ea52-41d1-a96d-75ab2a68d6ff" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-26c80d91d06bc6c3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9a4bb8f10dd673275cfa5563bb44bf79", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-18ba22d5e6265e1b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f2a121b8dc4c6634fc8957dbfe9031b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:15:16 GMT", + "Date": "Tue, 13 Jun 2023 01:22:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "315d1eab-2330-4e34-99dd-f4dc52c5d9d2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "d2c2043b-7fe2-4a4c-984f-1fdf1b0a3505", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151517Z:315d1eab-2330-4e34-99dd-f4dc52c5d9d2" + "x-ms-correlation-request-id": "73f11fbc-2293-4f9f-b51b-9cbf83c8ca12", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "fe621a3b-34ef-46bb-bbd0-6ca23bb241f6", + "x-ms-routing-request-id": "JAPANEAST:20230613T012206Z:73f11fbc-2293-4f9f-b51b-9cbf83c8ca12" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-82e394d57d6ab94b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ab4ef1f1f451e83f7d0803f6560a852a", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-b0594cbb8c1ede3c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "78695c94092f428226c50ccdb1891413", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:15:48 GMT", + "Date": "Tue, 13 Jun 2023 01:22:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90ce3125-e9a8-4ead-b123-4d3ff20fdf86", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "01804cc5-a165-4ea0-9e07-85861153ff6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151549Z:90ce3125-e9a8-4ead-b123-4d3ff20fdf86" + "x-ms-correlation-request-id": "836afdac-fe79-4582-9df4-1fe1ebe901a4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "ea6905f7-ca39-4013-ae9c-ca62950d89a9", + "x-ms-routing-request-id": "JAPANEAST:20230613T012238Z:836afdac-fe79-4582-9df4-1fe1ebe901a4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-6291d590e548e667-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a53b7e34af6eea0d757734c2a8dbc663", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-9d168bc9adb4db69-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "babc585438a010f6e39a205a2d56ae32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:16:21 GMT", + "Date": "Tue, 13 Jun 2023 01:23:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7f641f4-f0e4-44b8-9d0f-16f2c0f0abcb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "0f743eb8-9b04-472d-9050-a791f8eb62f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151622Z:a7f641f4-f0e4-44b8-9d0f-16f2c0f0abcb" + "x-ms-correlation-request-id": "802034ce-4acc-4e3b-b1d2-3cd3164c2de2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "f037405a-24a8-449c-aa43-60b46427d817", + "x-ms-routing-request-id": "JAPANEAST:20230613T012311Z:802034ce-4acc-4e3b-b1d2-3cd3164c2de2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-2a1aad074513336f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e0b323ea03f9fc6979621ccd0a311d52", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-6022aeb97af53f3f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "390ed38d402baeb69f5ecb87cf66b472", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:16:54 GMT", + "Date": "Tue, 13 Jun 2023 01:23:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4212b2f1-337b-4ac2-844f-1752ea99b212", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "2e16378b-3595-4540-a7e8-b0044b584f04", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151655Z:4212b2f1-337b-4ac2-844f-1752ea99b212" + "x-ms-correlation-request-id": "2d466b39-7cff-4c0f-aa76-72d76273f100", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "19da27b8-a82e-45ca-b3b4-c2b0dc8622be", + "x-ms-routing-request-id": "JAPANEAST:20230613T012343Z:2d466b39-7cff-4c0f-aa76-72d76273f100" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-bddf32edfeeb4eaf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3d2f2a741a08420be36435d9c07c40a2", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-053777e635ddc700-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a586447477d45c0f65589494e82815d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:17:27 GMT", + "Date": "Tue, 13 Jun 2023 01:24:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77141e0d-4046-416c-97ea-758b66308079", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "3ad5cc90-a2cd-4e6a-b195-4653cb98e4d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151728Z:77141e0d-4046-416c-97ea-758b66308079" + "x-ms-correlation-request-id": "7275b1d9-64c9-43f4-a2b3-62a963334427", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "0dfcd06e-2b4e-4e95-a136-4875a3aebbd5", + "x-ms-routing-request-id": "JAPANEAST:20230613T012415Z:7275b1d9-64c9-43f4-a2b3-62a963334427" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-17538ad19258cf0b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "330c9f41a5563031153e2c0b933fe044", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-0caaab0269a69b19-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "de3fda16db7b13e8a20d1b426d6f417d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:18:00 GMT", + "Date": "Tue, 13 Jun 2023 01:24:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c72ee1dc-e49c-48ed-b201-dfb3165a1fa3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "b2263dbd-cf7b-4696-94aa-1d00819bdb72", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151801Z:c72ee1dc-e49c-48ed-b201-dfb3165a1fa3" + "x-ms-correlation-request-id": "8bec2f34-6af9-4142-9b16-f87b907a39eb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "77bef028-9fd9-4b85-9afa-7ae9fabfb461", + "x-ms-routing-request-id": "JAPANEAST:20230613T012448Z:8bec2f34-6af9-4142-9b16-f87b907a39eb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-5967debd6d1cf47e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7d4ee25a89acd05b1771fc94cd8f3cfc", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-5bf58ea61d501899-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e9e5ade508cf165ec3b1d3d2ac21c576", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:18:34 GMT", + "Date": "Tue, 13 Jun 2023 01:25:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de9fbc69-f485-43d6-ac31-db70e3dfa190", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "8ff170ac-5173-4e7b-bab0-8776895f0bea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151835Z:de9fbc69-f485-43d6-ac31-db70e3dfa190" + "x-ms-correlation-request-id": "e4719eb0-3a9e-435b-a695-e693d8e6c9e9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "72af1fbc-6d60-4c16-92d4-580d19bc062e", + "x-ms-routing-request-id": "JAPANEAST:20230613T012520Z:e4719eb0-3a9e-435b-a695-e693d8e6c9e9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-95e02d9e6f309d28-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6a8b7a22ea24cffbf9fe27c9ed00aea4", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-c24cd226f08a3517-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f570fb49d62698f75c7303c65ccdeff5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:19:07 GMT", + "Date": "Tue, 13 Jun 2023 01:25:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b58b99ca-131b-431e-a436-5810f6be73ac", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "429027a9-b937-4843-952d-a6ee3951dc8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151908Z:b58b99ca-131b-431e-a436-5810f6be73ac" + "x-ms-correlation-request-id": "786b85d6-c628-4e8c-858b-57c417c0e292", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "ad84f797-ef73-4598-a450-44d75f0036f9", + "x-ms-routing-request-id": "JAPANEAST:20230613T012553Z:786b85d6-c628-4e8c-858b-57c417c0e292" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-290fac1f7c8b4eeb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "de7ff184c22eb8f5443c1be4a89c6386", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-a9be0b796874f62e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3baf17172b420e007b291ac907156680", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:19:40 GMT", + "Date": "Tue, 13 Jun 2023 01:26:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0517c26f-b68b-42b1-9de5-505ad8bbcd7a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "50440b5e-22bf-467e-9562-859e3b77ccaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T151941Z:0517c26f-b68b-42b1-9de5-505ad8bbcd7a" + "x-ms-correlation-request-id": "62f5b72a-5648-403b-b112-615d4e8002fd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "a52e8ba7-4684-4ddc-b05f-7b13bec955a2", + "x-ms-routing-request-id": "JAPANEAST:20230613T012625Z:62f5b72a-5648-403b-b112-615d4e8002fd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-2fadc4aafe8b0cfc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "18e82f0275b3701fe67e84ad6191e217", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-d5c49b9f06328781-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "71f9a4474bff0f56b64c8d5c0598baf6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:20:13 GMT", + "Date": "Tue, 13 Jun 2023 01:26:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3da510b-7aca-4f8c-866f-aea8d45f11f8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "a93db823-73aa-4d8d-8cb8-b49329ef26fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152013Z:a3da510b-7aca-4f8c-866f-aea8d45f11f8" + "x-ms-correlation-request-id": "bf910b22-d142-49c7-9802-74b83f8b28d5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "e8430487-e04a-4c58-9aae-f6f82aee131b", + "x-ms-routing-request-id": "JAPANEAST:20230613T012657Z:bf910b22-d142-49c7-9802-74b83f8b28d5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-eb95e42c2a8af6a5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dc1058c25d0f60ce84d326e8cf17275c", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-61732a7ba71e5734-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "95bbddc28a721d33fa6279fdbb2e9046", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:20:46 GMT", + "Date": "Tue, 13 Jun 2023 01:27:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc223a3e-7c69-4b19-b77a-4d21f401116b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "e6ace664-1f6c-40a6-9c49-e91dd6e7c334", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152046Z:cc223a3e-7c69-4b19-b77a-4d21f401116b" + "x-ms-correlation-request-id": "36916c34-6ca2-4195-be3c-604cdbc4faec", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "1a295d44-bd7a-4301-aadd-2714f0bcdcf4", + "x-ms-routing-request-id": "JAPANEAST:20230613T012730Z:36916c34-6ca2-4195-be3c-604cdbc4faec" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-4553431978d6e3a8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bec7a19b95170ef0d10ff8af3d4856b3", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-9399b0f62da08842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b77e820c7dd3ccf6c09f84f69da409e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:21:19 GMT", + "Date": "Tue, 13 Jun 2023 01:28:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da1c732d-dee5-49d2-bc39-05eac7b9badd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "3f761957-ccf4-476a-af7a-aeb73cf50b48", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152119Z:da1c732d-dee5-49d2-bc39-05eac7b9badd" + "x-ms-correlation-request-id": "d0034ff9-0cb2-45e2-8b6f-1d8d708b5641", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "b2dc760c-310f-4a93-93f5-f9d5dfa443e5", + "x-ms-routing-request-id": "JAPANEAST:20230613T012802Z:d0034ff9-0cb2-45e2-8b6f-1d8d708b5641" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-bc03b0cca03e3990-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "50210359878ba476618894e04f37a1cf", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-95804a30a59056aa-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2a06236fd159bc0d70db779cd1585388", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:21:51 GMT", + "Date": "Tue, 13 Jun 2023 01:28:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93e855bf-07d8-4e3e-9ffc-76511ec9a756", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "e257d327-86ad-40dd-8baa-4fb24e7b5489", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152152Z:93e855bf-07d8-4e3e-9ffc-76511ec9a756" + "x-ms-correlation-request-id": "b7257325-e4f4-40f3-a938-3ae6611cade8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "67eeba8c-b2c0-4797-ab8d-ead23f334857", + "x-ms-routing-request-id": "JAPANEAST:20230613T012835Z:b7257325-e4f4-40f3-a938-3ae6611cade8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-867b21ff4015a140-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bf12275724c92c0067020a00651e223c", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-cb935713b2739fa2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "824f46bb02194522e7efd4d2063d8056", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:22:24 GMT", + "Date": "Tue, 13 Jun 2023 01:29:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d196632c-4755-4f9c-bc1d-5db84db9cefb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "d95b8d29-0a7a-4320-9a39-150bb03df843", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152225Z:d196632c-4755-4f9c-bc1d-5db84db9cefb" + "x-ms-correlation-request-id": "60de9773-8411-44d9-87f8-d31915d34d80", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "00637c3c-3895-4918-8b76-cabde39db545", + "x-ms-routing-request-id": "JAPANEAST:20230613T012907Z:60de9773-8411-44d9-87f8-d31915d34d80" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-31f048dbf2ae3588-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cb8e727cd6f514d12b225c8e0110be9a", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-140879e2fd3fd10d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "978e965966273bec75c147f80659fa68", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,30 +1629,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:22:57 GMT", + "Date": "Tue, 13 Jun 2023 01:29:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14221da2-0cad-460f-867c-d8454ceebedc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "0d2f4618-58ae-48fd-9612-8aa65b6ae3ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152258Z:14221da2-0cad-460f-867c-d8454ceebedc" + "x-ms-correlation-request-id": "f072cf2c-6a8f-4bb2-a014-448a6edaff7c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "dadf5ad1-148f-4437-bfbf-578041c6d0d0", + "x-ms-routing-request-id": "JAPANEAST:20230613T012939Z:f072cf2c-6a8f-4bb2-a014-448a6edaff7c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-dba99a68e99db47d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1658296e963535e902f5e9897c763f42", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-44794ac06e2f4dae-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "563afc4c86556cca00c1436afc3ab632", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1890,30 +1661,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:23:31 GMT", + "Date": "Tue, 13 Jun 2023 01:30:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8957c95-77ce-435b-8d3e-de8c9d994845", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "11f8f29a-ffe2-4857-9098-a46e887d1f06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152332Z:a8957c95-77ce-435b-8d3e-de8c9d994845" + "x-ms-correlation-request-id": "ab12d5ed-70a4-4d45-974f-b18c8a0cf717", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "506836e4-5673-4ff8-8d00-5d3e06f71b79", + "x-ms-routing-request-id": "JAPANEAST:20230613T013012Z:ab12d5ed-70a4-4d45-974f-b18c8a0cf717" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-1319e349fb96a30c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dd645866d5a880d956fe94a7c7712b57", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-c8e6f16d0c58aa74-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3b43205bbbca55605a130c57bb2a3f8d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1922,30 +1693,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:24:04 GMT", + "Date": "Tue, 13 Jun 2023 01:30:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cfa1e737-e6d5-4f2c-bd99-c03ef04cde82", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "ab4091b9-2f63-4842-bc41-48932e028de5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152405Z:cfa1e737-e6d5-4f2c-bd99-c03ef04cde82" + "x-ms-correlation-request-id": "3afa91cc-4c30-488c-bc7b-9a86eaebb95f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "1353fc68-3695-4350-b15e-21aa5057ba66", + "x-ms-routing-request-id": "JAPANEAST:20230613T013044Z:3afa91cc-4c30-488c-bc7b-9a86eaebb95f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-3f0daa19ee61ef90-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3c916f430bc5e5068859c9ffed4897b5", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-24c76b710ea854ac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "09866cf42903d201cb21966523823f3a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1954,30 +1725,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:24:38 GMT", + "Date": "Tue, 13 Jun 2023 01:31:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdf54ac0-2774-4971-a21e-fb85196d0fac", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "65a0615e-4765-4c68-97a9-43afb4033ccd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152438Z:fdf54ac0-2774-4971-a21e-fb85196d0fac" + "x-ms-correlation-request-id": "cbd2ee78-62bd-49dc-bd1f-45b8624745bf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "aac52f31-b16e-4e40-97a4-57c349bda442", + "x-ms-routing-request-id": "JAPANEAST:20230613T013116Z:cbd2ee78-62bd-49dc-bd1f-45b8624745bf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-eadbbc6f76b22810-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a8281ae3e1ab99f24fd8bf3702426e90", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-10b98af79996801b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e59d140abe15909d9ce5fc417a72b1d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1986,30 +1757,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:25:10 GMT", + "Date": "Tue, 13 Jun 2023 01:31:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc347d47-303f-4692-bcf0-406e802a5a83", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "9dde033f-1ae3-4cb4-8214-4ae50885c7ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152510Z:bc347d47-303f-4692-bcf0-406e802a5a83" + "x-ms-correlation-request-id": "8f06d094-d5ad-473d-af05-e41dbe63e577", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "617b8155-a29c-458f-9d1b-a36f489a5799", + "x-ms-routing-request-id": "JAPANEAST:20230613T013149Z:8f06d094-d5ad-473d-af05-e41dbe63e577" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-3ada020c7dd9a1e7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0d4591c902e45a7d517f544f0cd9930e", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-e9dfb84a4db729ad-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8f75b582adb4312f1f716fa824fa31d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2018,30 +1789,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:25:43 GMT", + "Date": "Tue, 13 Jun 2023 01:32:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fafe768-5ade-4e34-a393-f276bb658761", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "ecda17f6-fa4a-4126-b690-bb53f46b1ae6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152543Z:9fafe768-5ade-4e34-a393-f276bb658761" + "x-ms-correlation-request-id": "db51e4de-4e4d-45c0-8b4c-ac5511d35788", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "54541983-d75f-416b-a742-0e64a952f389", + "x-ms-routing-request-id": "JAPANEAST:20230613T013221Z:db51e4de-4e4d-45c0-8b4c-ac5511d35788" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-260eb7661bac63f5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "adc4df66824961ab7df8eded4ccfe346", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-4cf739556c0db90f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a64dd2d3598c3677cef66d1d2cbf5859", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2050,30 +1821,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:26:16 GMT", + "Date": "Tue, 13 Jun 2023 01:32:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89d8aaea-b1e9-4f0b-9991-c2339e16512f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "62b89fd1-1c58-4792-847a-f171d9563c6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152616Z:89d8aaea-b1e9-4f0b-9991-c2339e16512f" + "x-ms-correlation-request-id": "c45ffc68-f15d-4a5b-815b-7beb98049f45", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "37225b05-25bc-4331-8d34-92cf6601715b", + "x-ms-routing-request-id": "JAPANEAST:20230613T013254Z:c45ffc68-f15d-4a5b-815b-7beb98049f45" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-c4368f528d59177f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5b3638eb8a02e0d09dcd562c8da38c75", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-7f4ac797477843f7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6de3c070af0c5d86e46bc6a44ef56ba1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2082,30 +1853,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:26:48 GMT", + "Date": "Tue, 13 Jun 2023 01:33:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c55ef074-66ed-47e1-a9aa-b1a12b246584", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "bd7dc65f-f0b0-406d-9228-be57f3805d0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152649Z:c55ef074-66ed-47e1-a9aa-b1a12b246584" + "x-ms-correlation-request-id": "1e48f2e8-f5d5-44b9-a530-0b5494325568", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "7987750f-482f-4c6c-8b7a-44cca8271411", + "x-ms-routing-request-id": "JAPANEAST:20230613T013326Z:1e48f2e8-f5d5-44b9-a530-0b5494325568" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-210e6f0eefd0e736-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "22d0b044c17e4746e6e390eb148f0e82", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-5ba753f388ad508f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a76d24b40a25284a3e3fc1be4011055f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2114,30 +1885,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:27:21 GMT", + "Date": "Tue, 13 Jun 2023 01:33:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfb6fc17-7691-48e7-8424-20242122d070", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "b6a91e75-5029-4d9a-a2c0-ab26c7ab65f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152722Z:bfb6fc17-7691-48e7-8424-20242122d070" + "x-ms-correlation-request-id": "0e527fa1-0346-4c28-8965-952b4812e08d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "e7c78ebb-e846-4b3d-81cc-16173787d8de", + "x-ms-routing-request-id": "JAPANEAST:20230613T013358Z:0e527fa1-0346-4c28-8965-952b4812e08d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-255c158f54425629-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d3640d9c37a3dc0c0fe3107c2b7ed4d9", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-92f0d2a11c2ad48b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "64371619c31724cb4cf0c22092d2e7d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2146,30 +1917,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:27:54 GMT", + "Date": "Tue, 13 Jun 2023 01:34:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d984009-b429-4fae-96c8-2bb254b9c9ee", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "9fb21e9a-7b18-414e-b8a4-af7bdc263991", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152754Z:7d984009-b429-4fae-96c8-2bb254b9c9ee" + "x-ms-correlation-request-id": "92c595b5-cf73-43fe-bbc8-d09fe1299f4a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "5edc179d-5536-4931-bb59-29453a2ad867", + "x-ms-routing-request-id": "JAPANEAST:20230613T013431Z:92c595b5-cf73-43fe-bbc8-d09fe1299f4a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-a13d3820c6b87d3b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9ba8786bc0ff29c8f1ef751efae4cb0d", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-280ac844e34c132e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0769cb8ab051663475ba2fcceec71cd3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2178,30 +1949,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:28:28 GMT", + "Date": "Tue, 13 Jun 2023 01:35:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74c71ccf-2e2c-42ea-8ecc-8b421218f65f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "faf2d72a-43cc-4fd6-9d00-137c80c3dcb2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152829Z:74c71ccf-2e2c-42ea-8ecc-8b421218f65f" + "x-ms-correlation-request-id": "462a30da-4c1b-4549-b7ec-cd5fcfe3175a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "8af1cb40-b720-45a8-8656-09c0a5fec7bc", + "x-ms-routing-request-id": "JAPANEAST:20230613T013503Z:462a30da-4c1b-4549-b7ec-cd5fcfe3175a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-feba431df167e658-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7f90d4bfb93f0dd1a4f3139ab1ca1b67", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-d6cb0a6e3c06d700-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "388a676607bdf08a58495a34482a966b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2210,30 +1981,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:29:01 GMT", + "Date": "Tue, 13 Jun 2023 01:35:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0e5aaeb-42e9-43a0-b84e-7c15b8505f0d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "3e65ae29-732c-4903-9221-8b3f1a1b33a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152901Z:d0e5aaeb-42e9-43a0-b84e-7c15b8505f0d" + "x-ms-correlation-request-id": "a8bc3dd3-5d7c-40af-8e7b-91e36cd3ad49", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "299e8038-1bf2-40db-b95d-485f7a1f5743", + "x-ms-routing-request-id": "JAPANEAST:20230613T013535Z:a8bc3dd3-5d7c-40af-8e7b-91e36cd3ad49" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-1d98667f2ef1e8a3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9c7fb60f72e6db83453ae2b4c2ede22a", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-2728ef810b73223b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7433e858fda8680de1d1ee5c94ff3684", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2242,71 +2013,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:29:34 GMT", + "Date": "Tue, 13 Jun 2023 01:36:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "050fb5d7-77c2-4a94-a9ae-43c52c381038", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "1116333a-ad73-4d10-8758-a470ca6b0b15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152934Z:050fb5d7-77c2-4a94-a9ae-43c52c381038" + "x-ms-correlation-request-id": "80a469e6-b06e-4e76-855c-a57f66c0cfd7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "50524b4a-3b2d-4a16-9a83-227fdf69e499", + "x-ms-routing-request-id": "JAPANEAST:20230613T013608Z:80a469e6-b06e-4e76-855c-a57f66c0cfd7" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9fe8b23f9bf319fc67fb5fcc193cb8e7-75ac06d31cae61be-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "57bd021754edb29aa69bf60bad2e7826", + "traceparent": "00-63823fe0aba97e4ca0a2ab5bfd7a3381-12ff3a9dd3a35010-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2bb9eed3ae48831b4178af0755ff1e4b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2075", + "Content-Length": "2103", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:29:34 GMT", + "Date": "Tue, 13 Jun 2023 01:36:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1db37066-27cd-45fd-87ff-a769dca8f7bd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "d974d14e-f4dd-4da4-a5a6-f4e3bc70b234", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152935Z:1db37066-27cd-45fd-87ff-a769dca8f7bd" + "x-ms-correlation-request-id": "8e98ab8d-4689-45b9-87b8-19558576df90", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "060d977f-4c47-4496-9704-908f01706882", + "x-ms-routing-request-id": "JAPANEAST:20230613T013608Z:8e98ab8d-4689-45b9-87b8-19558576df90" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-3796/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-595/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit", "name": "hdisdk-encryption-intransit", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "1e31deea-f693-4549-9e9a-105a2cdebd6a", + "location": "Japan East", + "etag": "8349a93f-964e-44cc-bec2-960b9060fc4f", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2304280205.json", "kind": "Spark", "componentVersion": { "Spark": "2.4" } }, - "clusterId": "75cd8420102b4c3989f7d602ed93a39d", + "clusterId": "e19616366aa34926bcb61b07327d5822", "computeProfile": { "roles": [ { @@ -2352,7 +2123,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T14:59:44.393", + "createdDate": "2023-06-13T01:10:41.74", "quotaInfo": { "coresUsed": 20 }, @@ -2377,14 +2148,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster7911.blob.core.windows.net", + "name": "azstorageforcluster1835.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container7430", + "container": "container4710", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2402,9 +2174,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1372261717", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1869651278", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionInTransitAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionInTransitAsync.json index b8ba9ff9f675..0411b1148b96 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionInTransitAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithEncryptionInTransitAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-42fce7fe75047e11cab8a5023ac7cf78-807371bdcd251263-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9c96160e290c4ed419256bb6e533a7bc", + "traceparent": "00-cfe8adf4176c4572477145c011ee29bb-fd5e71059aced821-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "14f1735b7b96ed4a61dfc1c5e27858fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:22:54 GMT", + "Date": "Tue, 13 Jun 2023 02:43:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96e8dea8-277a-429b-905c-e7ba12243b40", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "96e8dea8-277a-429b-905c-e7ba12243b40", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182254Z:96e8dea8-277a-429b-905c-e7ba12243b40" + "x-ms-correlation-request-id": "33975d51-90b9-4e5f-8117-0585f8375ef8", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "33975d51-90b9-4e5f-8117-0585f8375ef8", + "x-ms-routing-request-id": "JAPANEAST:20230613T024308Z:33975d51-90b9-4e5f-8117-0585f8375ef8" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-703?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-9979?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-c55e7f1e837016175f5b15dce42cfc34-ef4f4d7c5530f26f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5aa81c57c1338fcc5255c666c940a730", + "traceparent": "00-9916a2a16af21e0289559b4bfd0fbcb3-359ef298c22a357d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f5fc33e6983cf7ead14835e35b580d74", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "227", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:22:55 GMT", + "Date": "Tue, 13 Jun 2023 02:43:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35fdba29-f963-4b22-82c3-a1cf63b68473", + "x-ms-correlation-request-id": "801261cd-1c49-4ab6-a5db-764e5d870e1f", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "35fdba29-f963-4b22-82c3-a1cf63b68473", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182256Z:35fdba29-f963-4b22-82c3-a1cf63b68473" + "x-ms-request-id": "801261cd-1c49-4ab6-a5db-764e5d870e1f", + "x-ms-routing-request-id": "JAPANEAST:20230613T024308Z:801261cd-1c49-4ab6-a5db-764e5d870e1f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703", - "name": "HDInsightRG-703", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979", + "name": "HDInsightRG-9979", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1116", + "Content-Length": "1119", "Content-Type": "application/json", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-dfcddeb7e983b46c-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b4d0c037be5435c4f25f9b6425095576", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-c0e399ed77593606-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7530c1269dc555f25633a7291283aa67", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4351.blob.core.windows.net", + "name": "azstorageforcluster9976.blob.core.windows.net", "isDefault": true, - "container": "container9957", + "container": "container6905", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1829", + "Content-Length": "1862", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:23:26 GMT", - "ETag": "\u00226a05131b-7ff0-49b1-aa86-e29805756928\u0022", + "Date": "Tue, 13 Jun 2023 02:43:37 GMT", + "ETag": "\u002289be4411-443d-4cbd-9884-78608302d70a\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fed0eb2-e8ca-4cbf-ba60-75c029c3179e", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "ef0a3d17-3f69-4403-9b8e-585fe430c204", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "19e4e9e8-bac0-4ce7-8e89-9c18771dbc33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182327Z:5fed0eb2-e8ca-4cbf-ba60-75c029c3179e" + "x-ms-request-id": "17988e1c-e9b0-48eb-8095-d18bd658b424", + "x-ms-routing-request-id": "JAPANEAST:20230613T024338Z:ef0a3d17-3f69-4403-9b8e-585fe430c204" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit", "name": "hdisdk-encryption-intransit", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "6a05131b-7ff0-49b1-aa86-e29805756928", + "location": "Japan East", + "etag": "89be4411-443d-4cbd-9884-78608302d70a", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2304280205.json", "kind": "Spark", "componentVersion": { "Spark": "2.4" } }, - "clusterId": "957a69f5e69e4d4ebb911b15dd6ae188", + "clusterId": "78d3a3f6301146f1ae6347980d412cce", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T18:23:25.4", + "createdDate": "2023-06-13T02:43:37.703", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4351.blob.core.windows.net", + "name": "azstorageforcluster9976.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container9957", + "container": "container6905", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,13 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-1ccecc171e6c4f6a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fb7c8ab349b43ea4838ddc7f93c9f872", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-03246c514a56ec6f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a5d5c46959640cc555ae36df97f9e658", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -322,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:23:27 GMT", + "Date": "Tue, 13 Jun 2023 02:43:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dad26603-c1ca-4bb7-b44c-4ff82fc13851", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "940cb6da-498d-451e-abd4-0f0a817bb0bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182328Z:dad26603-c1ca-4bb7-b44c-4ff82fc13851" + "x-ms-correlation-request-id": "ec703ca0-5333-4acc-881e-e3c5fb49f18e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "95889661-cabb-4145-8d77-5216ab46947f", + "x-ms-routing-request-id": "JAPANEAST:20230613T024338Z:ec703ca0-5333-4acc-881e-e3c5fb49f18e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-c714eade976de50d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "36e130ac1cc17f1989104975ef881e8a", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-10e181da270cc5e4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eda9307c2ddb7e9c6168a4578fe9ef47", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -354,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:23:29 GMT", + "Date": "Tue, 13 Jun 2023 02:43:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11e33a1a-66a7-46dd-bdec-c39e11bea482", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "55e68342-fb53-4094-a7ec-4506a984f2b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182329Z:11e33a1a-66a7-46dd-bdec-c39e11bea482" + "x-ms-correlation-request-id": "48ffd2fe-cc90-45b3-9113-ee48da9e822d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "97c27b2e-d74e-4e95-8dcc-944c5c3667de", + "x-ms-routing-request-id": "JAPANEAST:20230613T024340Z:48ffd2fe-cc90-45b3-9113-ee48da9e822d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-32713f950fb7dbbc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9bb0a1225a8d0ec217bff20adcb72ca2", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-9ba619122132d33f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4dbfd01705ad9902ff5017cc728030d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -386,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:23:31 GMT", + "Date": "Tue, 13 Jun 2023 02:43:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3262d9e4-acbd-427e-ae71-17d4ef75f084", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "62f71e01-1905-481f-a14e-0b41b86550e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182331Z:3262d9e4-acbd-427e-ae71-17d4ef75f084" + "x-ms-correlation-request-id": "fe2100f6-0b2c-4864-b4b5-714e9361c080", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "72d748e2-ff17-4350-87e6-b033685b368b", + "x-ms-routing-request-id": "JAPANEAST:20230613T024341Z:fe2100f6-0b2c-4864-b4b5-714e9361c080" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-54f1185aa040ac86-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e58f5be60685973970fd71a3002f4ffb", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-eb93a7d298ef2517-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "358db5872e643bfb285744fbb46e7c6c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -418,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:23:32 GMT", + "Date": "Tue, 13 Jun 2023 02:43:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afbecdf3-c904-466a-b569-b1177606f13a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "48a31e4d-de62-4073-9956-9d6b25b18183", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182333Z:afbecdf3-c904-466a-b569-b1177606f13a" + "x-ms-correlation-request-id": "cb1f8f42-e751-4f96-ac96-fa185c29ce4a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "41dc0f86-dd36-4ecf-bcd4-0c06deafd007", + "x-ms-routing-request-id": "JAPANEAST:20230613T024342Z:cb1f8f42-e751-4f96-ac96-fa185c29ce4a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-37312e7f4f74089f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f25c516e5d1852e56ed21f022a0fa2d2", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-dba7530f629e0532-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c7c8eebf983977ab2d10ee8b16cf0ce1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -450,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:23:35 GMT", + "Date": "Tue, 13 Jun 2023 02:43:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24c83ab1-bb85-4edf-a17f-066879080d3b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "985b2c0e-040f-40a3-aa32-1f2c3d5937c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182336Z:24c83ab1-bb85-4edf-a17f-066879080d3b" + "x-ms-correlation-request-id": "c8934732-37c8-40e7-842c-617c3e94668e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "f72313e1-30d8-4c81-8158-11ba75c343ae", + "x-ms-routing-request-id": "JAPANEAST:20230613T024344Z:c8934732-37c8-40e7-842c-617c3e94668e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-6ec7e34ebfaa7e1f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "938fa6e438f81b0468192a90e81e0ee7", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-cdeb5c0016e7ffad-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dad0cc38ba5be9e3d4842555c007e491", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -482,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:23:40 GMT", + "Date": "Tue, 13 Jun 2023 02:43:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f302b95-5773-4b21-8821-e0db6eac581d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "459d1e71-6cae-4182-8055-34d22282d1fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182341Z:6f302b95-5773-4b21-8821-e0db6eac581d" + "x-ms-correlation-request-id": "788c37af-6d24-4c65-9c33-b97582011e68", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "38f88cc3-e930-4d4c-a19b-bc5152f5af4c", + "x-ms-routing-request-id": "JAPANEAST:20230613T024349Z:788c37af-6d24-4c65-9c33-b97582011e68" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-f586a855eaf0dccd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8b9bf66f3a5b8889763d77b2e7366d61", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-a82687601616f8cd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "830daad368b7ee9e091607533f702558", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:23:49 GMT", + "Date": "Tue, 13 Jun 2023 02:43:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45a17948-3b56-4891-8244-e670fc242602", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "a2e74364-96ec-4a53-aa85-f191cb7e0435", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182349Z:45a17948-3b56-4891-8244-e670fc242602" + "x-ms-correlation-request-id": "f00f724d-8ff3-4de4-8ea5-7b09bbf6feb5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "f5fe778d-5877-46eb-b552-30520f7cdd86", + "x-ms-routing-request-id": "JAPANEAST:20230613T024357Z:f00f724d-8ff3-4de4-8ea5-7b09bbf6feb5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-66523f8e41a9809f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "59bf9e5abb9f35024c408aff3254694f", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-b4f99dc12da812d4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e8c3624ba29d04110bdff2b57255b626", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:24:06 GMT", + "Date": "Tue, 13 Jun 2023 02:44:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41480ff8-c070-4d31-af8a-94f9ece041dc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "90dd0a3e-1ab6-43db-bc0e-aacb7b8198e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182406Z:41480ff8-c070-4d31-af8a-94f9ece041dc" + "x-ms-correlation-request-id": "5d36295b-d385-43df-a42d-d1cdbf7c0fd4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "d8cbba43-9991-483d-93f2-ae3aa46899c7", + "x-ms-routing-request-id": "JAPANEAST:20230613T024413Z:5d36295b-d385-43df-a42d-d1cdbf7c0fd4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-f956b088fb326fa0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "339237c41773a9771d061cbbc1513431", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-ab3c11b1fd15ad66-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6bb75c2c88c2cf292ee1d045b28fa964", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:24:38 GMT", + "Date": "Tue, 13 Jun 2023 02:44:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69a2e36c-4195-40d9-b983-2beb74474890", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "ff7b3777-b882-4b57-9f5b-2e821962e4fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182439Z:69a2e36c-4195-40d9-b983-2beb74474890" + "x-ms-correlation-request-id": "7e91e828-409f-4342-a658-9c370a9edb03", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "50342d05-f952-4583-85af-492ba709ff26", + "x-ms-routing-request-id": "JAPANEAST:20230613T024446Z:7e91e828-409f-4342-a658-9c370a9edb03" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-090f7cdd42e4c90a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4936c9abb55fb448f3663e1ab0895621", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-b3cb597515a06dd0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5e09cd5ffc4431f3990877d876e87bb4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:25:12 GMT", + "Date": "Tue, 13 Jun 2023 02:45:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "269c8266-eae5-415f-8973-8550810afc4e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "d2dcba79-aea2-4692-b7da-4ace0a96d5aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182512Z:269c8266-eae5-415f-8973-8550810afc4e" + "x-ms-correlation-request-id": "cbd38d51-f528-463b-9c1d-fd6830a90e94", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "566a12e2-df32-4a08-acbc-eb2ef8741194", + "x-ms-routing-request-id": "JAPANEAST:20230613T024518Z:cbd38d51-f528-463b-9c1d-fd6830a90e94" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-0f6e7d0736b66e71-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "afee28d33aa442ed27153b989e4774fa", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-9d3a6b3d67526cf1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e227e160b9b8c29539f3b9bcd1cb527b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:25:44 GMT", + "Date": "Tue, 13 Jun 2023 02:45:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2efeb914-85d0-41f8-80d1-ec319ac74277", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "4aa752db-d9ca-4bd0-bb1b-4881ac7b3bad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182545Z:2efeb914-85d0-41f8-80d1-ec319ac74277" + "x-ms-correlation-request-id": "03b40ee3-c11e-4990-8527-5a840bf8e1d8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "12e089d0-a0ba-49d5-869e-edf401b5c616", + "x-ms-routing-request-id": "JAPANEAST:20230613T024550Z:03b40ee3-c11e-4990-8527-5a840bf8e1d8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-36afa3291589f260-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6954590c1f1e0fefeede3f0dd85cf994", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-54fded98249cd23a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a5568d35574b2fe26985d2b911515945", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:26:17 GMT", + "Date": "Tue, 13 Jun 2023 02:46:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2bf506a0-222f-44af-941e-bfa893324b71", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "7468eefd-dad9-412d-8655-187ca822859a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182618Z:2bf506a0-222f-44af-941e-bfa893324b71" + "x-ms-correlation-request-id": "cb55d88b-e43c-477b-a874-c720b2805435", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "6c88f16d-65f8-402a-bed6-fdc96d41c437", + "x-ms-routing-request-id": "JAPANEAST:20230613T024623Z:cb55d88b-e43c-477b-a874-c720b2805435" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-459de4977b83daf8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "99e7fab08463718cdbf3224979af15ac", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-f8dbc8cb375e18b4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d1e51c65c667a5ab37462550423660cd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:26:49 GMT", + "Date": "Tue, 13 Jun 2023 02:46:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "319b3ec2-6dd7-4d3c-8b67-6494d4eb7e56", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "f9b2b3f5-e967-4203-8bdf-21e216414988", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182650Z:319b3ec2-6dd7-4d3c-8b67-6494d4eb7e56" + "x-ms-correlation-request-id": "0b5b5da0-0175-4c68-b334-f064ff39e8c0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "2e27668e-7130-4e93-b489-2f1b2aad0f91", + "x-ms-routing-request-id": "JAPANEAST:20230613T024655Z:0b5b5da0-0175-4c68-b334-f064ff39e8c0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-e33bde94604b64af-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "570e44f2ec34b30338dfc0c6fae069ca", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-aa679d5339fe0d90-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e8a2fbb6d6920868fef87932e7dcb1e7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:27:24 GMT", + "Date": "Tue, 13 Jun 2023 02:47:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd210f54-9a33-4af1-9f16-8fbb7c917fd0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "1958051d-d726-4684-b8a2-5d35928f0cb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182724Z:cd210f54-9a33-4af1-9f16-8fbb7c917fd0" + "x-ms-correlation-request-id": "9f86bbf5-55f3-4d74-86e3-58c901ce8fe3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "c97fa9ce-118c-454f-94ab-59c56e46d50a", + "x-ms-routing-request-id": "JAPANEAST:20230613T024727Z:9f86bbf5-55f3-4d74-86e3-58c901ce8fe3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-06ef9d58ea711a4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a3e8a61cda5f8797cce38e2bfda6953f", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-5665eb14056dcf94-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b557739980e66f13e2b06d043291ec32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:27:56 GMT", + "Date": "Tue, 13 Jun 2023 02:47:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3b986a8-6eda-4b39-a51b-76b85a154c0f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "006d462b-84f0-4fd1-b6a2-7b10284ec11b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182757Z:d3b986a8-6eda-4b39-a51b-76b85a154c0f" + "x-ms-correlation-request-id": "ae6d220c-1cca-4b63-9d37-f8e90a83e32c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "5130628c-9725-4890-bd26-5271ade9ae98", + "x-ms-routing-request-id": "JAPANEAST:20230613T024800Z:ae6d220c-1cca-4b63-9d37-f8e90a83e32c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-412448d62e008572-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "941a92c9a24ec35ff7346084c4c676fa", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-aadd07c70d2cb284-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1503042570af8fb3b3dcd26f4d78be5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:28:29 GMT", + "Date": "Tue, 13 Jun 2023 02:48:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ca088ea-75b9-4a5e-9587-99fcab696d6a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "59279f96-453c-44a5-b3cf-d4eb174f1847", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182830Z:3ca088ea-75b9-4a5e-9587-99fcab696d6a" + "x-ms-correlation-request-id": "57870220-696d-47c6-8d4b-46c5f63731ab", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "274e683c-fa85-4f4b-9adc-9435eaf5314e", + "x-ms-routing-request-id": "JAPANEAST:20230613T024832Z:57870220-696d-47c6-8d4b-46c5f63731ab" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-46743f6d48bdbc3b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d22d578971c7174dac878a515ed7b692", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-c89cd611e497e25c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cfb73d95aadf35e7e73206e16863d56d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:29:02 GMT", + "Date": "Tue, 13 Jun 2023 02:49:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac2f28aa-8baa-47a8-a80d-8b565ea8dd1a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "e8fb50ca-7bd8-4eb4-974c-c877a82378ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182903Z:ac2f28aa-8baa-47a8-a80d-8b565ea8dd1a" + "x-ms-correlation-request-id": "a8016217-bdef-498a-9215-e59000971ade", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "e7964c4a-7937-4f88-a5e4-8b6e01db47d4", + "x-ms-routing-request-id": "JAPANEAST:20230613T024905Z:a8016217-bdef-498a-9215-e59000971ade" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-0b51dcb2f349b5e0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "67fd8149d4c6797b4724ac2b7912c306", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-521bd7feda0e45ef-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e20d460b9cd92937c0c70109aea42269", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:29:35 GMT", + "Date": "Tue, 13 Jun 2023 02:49:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45863446-bba4-4ae9-89d1-95c405c2ce11", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "5f1088d1-7412-44cf-b35d-0f3940d1b975", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T182935Z:45863446-bba4-4ae9-89d1-95c405c2ce11" + "x-ms-correlation-request-id": "3377deb2-0ba0-4860-9e18-dde231fe3110", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "36abbf83-faed-4bd9-acf3-b2cfe6ed0c98", + "x-ms-routing-request-id": "JAPANEAST:20230613T024937Z:3377deb2-0ba0-4860-9e18-dde231fe3110" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-118977fea7144773-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a5a2936cc37857774503e8c7170e6420", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-a39f4f15852111ea-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f56f12f11dda7a521dcd2d7c6ad1264f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:30:08 GMT", + "Date": "Tue, 13 Jun 2023 02:50:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbfe054e-975d-41b6-aaed-40ad856e193d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "faad2bb2-3f19-45b9-b693-604e2dffcfb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183008Z:dbfe054e-975d-41b6-aaed-40ad856e193d" + "x-ms-correlation-request-id": "833e3650-0d90-4986-b039-56ad5edf1101", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "4458f950-71d0-4954-923c-138188adef2f", + "x-ms-routing-request-id": "JAPANEAST:20230613T025009Z:833e3650-0d90-4986-b039-56ad5edf1101" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-13902fa510c3392d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "423ace7d0fc9b434dbb38ba2c5219d99", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-65e19ffde860d55c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "06646407db6bf982058e0f18a9dd8743", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:30:40 GMT", + "Date": "Tue, 13 Jun 2023 02:50:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04c4a01d-b668-4884-99db-0cf52533f00a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "f6fd4da8-d946-4873-b08a-1f767d4dd2ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183041Z:04c4a01d-b668-4884-99db-0cf52533f00a" + "x-ms-correlation-request-id": "32c4d9c3-19e5-42bc-bab3-77441fc12ff7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "a5b4f625-114c-45c8-be30-1173b639a2a7", + "x-ms-routing-request-id": "JAPANEAST:20230613T025042Z:32c4d9c3-19e5-42bc-bab3-77441fc12ff7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-f16539acc5ed4c9d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cae584c41135861909a521c2ecb46238", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-4dedf0591f14e352-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "55ef9c10e0f4ee93f492c50b6ebabeee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:31:14 GMT", + "Date": "Tue, 13 Jun 2023 02:51:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "593d04f7-3ed1-4d67-b02a-306582c04c07", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "29cff901-aca2-4b1f-ba7e-3174be9a9d44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183114Z:593d04f7-3ed1-4d67-b02a-306582c04c07" + "x-ms-correlation-request-id": "f6db72c9-b05f-432e-a3c1-a20fb7d171cb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "553d0a33-da88-40be-a98d-51083821b877", + "x-ms-routing-request-id": "JAPANEAST:20230613T025114Z:f6db72c9-b05f-432e-a3c1-a20fb7d171cb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-234e71689ad6bc8e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "abad8bbf80d85d3c5feec9c537d49223", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-4d9b2670227639ea-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4902b1a01b3f16fd9076ef4c0e3ad140", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:31:46 GMT", + "Date": "Tue, 13 Jun 2023 02:51:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7eba427-0c88-4a4f-aeec-ca47f8bf61a2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "206ec04a-31be-4a2b-8fd2-bf82069388fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183147Z:a7eba427-0c88-4a4f-aeec-ca47f8bf61a2" + "x-ms-correlation-request-id": "40ea027f-8d49-49d7-a7f5-137e7d7629e4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "4f4297f4-e67b-4ed8-8803-cbeffd2835a7", + "x-ms-routing-request-id": "JAPANEAST:20230613T025146Z:40ea027f-8d49-49d7-a7f5-137e7d7629e4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-8d64552edd9306d8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "92034e659a296ceab5b43823ed71c727", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-80c97a9c7de2880f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cd6ce945d1e2265bd17612d916768a4b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:32:20 GMT", + "Date": "Tue, 13 Jun 2023 02:52:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fce9454c-698f-4595-acd2-d84f35b67407", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "2f9cee05-900b-4cf9-bf27-0bb2b3a8a94e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183221Z:fce9454c-698f-4595-acd2-d84f35b67407" + "x-ms-correlation-request-id": "864ef08c-51dd-4789-bf78-6f551ba4a2f4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "ce79feda-d2fb-4724-bbe7-8b26109cecfc", + "x-ms-routing-request-id": "JAPANEAST:20230613T025219Z:864ef08c-51dd-4789-bf78-6f551ba4a2f4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-559d145535560de6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "39e25251f27443c147876a4747534e34", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-c546f83816c63861-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f77720cf3edaf4039fd9c47df147dfb9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:32:53 GMT", + "Date": "Tue, 13 Jun 2023 02:52:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54cbae40-a3df-4ff5-854d-b863b680d2df", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "ee29d989-62cd-499a-8dfe-98e65058c95e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183254Z:54cbae40-a3df-4ff5-854d-b863b680d2df" + "x-ms-correlation-request-id": "2f281dcb-c82c-497b-9fdb-1b116a91b097", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "cbf4c1e6-7c5b-4ed3-8751-319fa9f83f64", + "x-ms-routing-request-id": "JAPANEAST:20230613T025251Z:2f281dcb-c82c-497b-9fdb-1b116a91b097" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-cf27d4a195c37c09-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9e5dfe13cfb1250fa041f523481970ee", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-b68a26883a87dd4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "85c585c1f14ecf0c55db77c90924001a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:33:26 GMT", + "Date": "Tue, 13 Jun 2023 02:53:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "879bdaa4-bde2-4e04-9b06-44eef0c0bfe3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "c868badb-272c-4a69-a74f-7bb95aa4caa8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183326Z:879bdaa4-bde2-4e04-9b06-44eef0c0bfe3" + "x-ms-correlation-request-id": "585b1957-34c1-41cf-8995-e1ebc97e82b7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "f3010ed1-f80d-48b2-b4c7-305182417cc4", + "x-ms-routing-request-id": "JAPANEAST:20230613T025323Z:585b1957-34c1-41cf-8995-e1ebc97e82b7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-1e801b695adb6754-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e474a22658f273af8cbf4ba12fa32561", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-413e83a17b663ed2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ed7ca4ecd9c30765e5772e080cde358a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:33:59 GMT", + "Date": "Tue, 13 Jun 2023 02:53:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d118a65-3b90-4a40-8bc6-43ac9515ea5d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "19a8d014-8bff-428c-a498-1bb473df4291", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183359Z:3d118a65-3b90-4a40-8bc6-43ac9515ea5d" + "x-ms-correlation-request-id": "43027747-b435-4c78-9bd9-669ec046d9e3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "1b48d579-45d0-41a5-b674-29b37c4532ae", + "x-ms-routing-request-id": "JAPANEAST:20230613T025356Z:43027747-b435-4c78-9bd9-669ec046d9e3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-54e2ed80e3f3604e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ee1003662814817643bc9833fc9efb2e", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-d3b2c2a76bcbf32a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9018589604b0defc14a7a1fec63aea7b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:34:32 GMT", + "Date": "Tue, 13 Jun 2023 02:54:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb5a34a5-a937-4349-b7ca-221a14cd76ca", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "253bf6ca-e765-4073-bde4-b6c742d40e9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183432Z:eb5a34a5-a937-4349-b7ca-221a14cd76ca" + "x-ms-correlation-request-id": "3894cd4b-e9d2-4809-bed8-e8df696f394b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "edb04458-ba9e-4893-ba6e-ad6e27ab312d", + "x-ms-routing-request-id": "JAPANEAST:20230613T025428Z:3894cd4b-e9d2-4809-bed8-e8df696f394b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-e45a9e168e8e95d0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a5207b1769dfba424ee912f1846ef6fd", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-055a9fa037aa60b2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4d91aad9f2cae7f620bd9fd6c203c377", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:35:04 GMT", + "Date": "Tue, 13 Jun 2023 02:55:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d6a8e28-1c56-44f7-a038-e7dc382749f7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "e05141d8-f71b-4771-85c8-1a642bc309ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183505Z:3d6a8e28-1c56-44f7-a038-e7dc382749f7" + "x-ms-correlation-request-id": "c99b5455-461d-4347-ade6-e6d570e58309", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "e805fa86-e4ff-4556-a28e-245f3aa2f30a", + "x-ms-routing-request-id": "JAPANEAST:20230613T025501Z:c99b5455-461d-4347-ade6-e6d570e58309" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-f96bfba7f75482f9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "44bd931c8109feda2bf2a135c07c76ed", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-b979a90ee02be4cf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b133eda66f0ce769a79ed81c386641ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:35:38 GMT", + "Date": "Tue, 13 Jun 2023 02:55:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32f04143-0e61-4971-accc-05c3e2d20b3a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "bb11e74f-5018-449b-a8ce-b024d4871007", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183538Z:32f04143-0e61-4971-accc-05c3e2d20b3a" + "x-ms-correlation-request-id": "619a4e9f-4c77-47e8-876b-c325c263cab1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "d92c3dfc-b1e4-4b86-a05e-bc334175ee60", + "x-ms-routing-request-id": "JAPANEAST:20230613T025533Z:619a4e9f-4c77-47e8-876b-c325c263cab1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-c184570dc3b47f24-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b38a1cc47f83fc81c055a02a1584fdd5", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-acf7b4c206c0676e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "612fb38ce84da4c0623070f265251b11", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:36:10 GMT", + "Date": "Tue, 13 Jun 2023 02:56:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a62d9673-2912-4797-8f32-cecf10d0ed56", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "af645ee2-e213-453b-ad8d-5d07ea901c77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183611Z:a62d9673-2912-4797-8f32-cecf10d0ed56" + "x-ms-correlation-request-id": "1a76e930-8c63-49c7-9ba5-d51fd729434f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "91c42f5d-0018-4f74-910c-309962475f30", + "x-ms-routing-request-id": "JAPANEAST:20230613T025605Z:1a76e930-8c63-49c7-9ba5-d51fd729434f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-7479db0023c71ca4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "69179bc6b7e19524a12179ecc80dfad2", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-be206abdd6a92b3d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d8582ae33906696e41a9a52c19daafb9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:36:43 GMT", + "Date": "Tue, 13 Jun 2023 02:56:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ecb8cf49-6ed4-4108-89af-a2398f6e2135", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "a154432e-7036-4eef-9c30-9142004fb04e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183643Z:ecb8cf49-6ed4-4108-89af-a2398f6e2135" + "x-ms-correlation-request-id": "d612e182-d8f2-4845-986b-515b09b510a2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "3cbc87f9-388a-46b1-8bf9-06ec5ea772aa", + "x-ms-routing-request-id": "JAPANEAST:20230613T025638Z:d612e182-d8f2-4845-986b-515b09b510a2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-0591fc24855bcbc6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "672d257242e39c7911c083b3e1afe8a7", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-80a52afe3efdae17-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0f49f37c62d3be2a2d8f4fdbff778281", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:37:17 GMT", + "Date": "Tue, 13 Jun 2023 02:57:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9414031-db7b-4eb4-a0f7-2da8e217abd5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "40cbadc7-d6d8-4db2-bd3a-4240a4b203c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183717Z:b9414031-db7b-4eb4-a0f7-2da8e217abd5" + "x-ms-correlation-request-id": "05a5b2dd-0310-40db-b6ac-656ab0c47ac3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "53df56df-001a-4ff7-93a4-b98f6655c5c1", + "x-ms-routing-request-id": "JAPANEAST:20230613T025710Z:05a5b2dd-0310-40db-b6ac-656ab0c47ac3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-0f2a19444c2a0fd0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "256eccf50d650d0cf8f41261069534b3", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-7d618ac0e01484cd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0e38c782680e53a544c520a342938a87", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:37:50 GMT", + "Date": "Tue, 13 Jun 2023 02:57:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13d17403-5a09-411b-b7fb-a879f2df90c8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "bd08e474-9ed0-437e-8e82-6bb4f247dab4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183750Z:13d17403-5a09-411b-b7fb-a879f2df90c8" + "x-ms-correlation-request-id": "e369862b-1d87-49d9-ba2c-a31c5e6a6421", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "e4a46ec4-9452-40a4-867b-3af03590a530", + "x-ms-routing-request-id": "JAPANEAST:20230613T025742Z:e369862b-1d87-49d9-ba2c-a31c5e6a6421" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-a3281fdbbc0c2179-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f0b7cd5b955783f1217a57203370b4f1", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-c106619e1b61f901-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7176b6810cdc813dff9aab77ea936aca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:38:22 GMT", + "Date": "Tue, 13 Jun 2023 02:58:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21b9f00f-ad05-4fab-ad9a-30a68f17e432", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "429cd222-e4dd-4fa5-981c-a6397744dd22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183823Z:21b9f00f-ad05-4fab-ad9a-30a68f17e432" + "x-ms-correlation-request-id": "e93870e2-8694-4a42-9fe2-b5b4ba7e4e1d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "4d7ec64b-fc0d-4032-8fcf-a657037a9513", + "x-ms-routing-request-id": "JAPANEAST:20230613T025815Z:e93870e2-8694-4a42-9fe2-b5b4ba7e4e1d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-66f207297c1501cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fcf7d238d59f656d191f6fef3018967c", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-ceeff0d9aca55aec-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "51a92427a1a113aa4ef6cb0d41877b99", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:38:55 GMT", + "Date": "Tue, 13 Jun 2023 02:58:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e22871a-d5c1-46a2-8508-7f9d14c0f8f6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "11953f33-8937-4c22-b234-843d15e70bc2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183856Z:3e22871a-d5c1-46a2-8508-7f9d14c0f8f6" + "x-ms-correlation-request-id": "87e8b611-cdd4-4b67-94cc-3e5257ac3de3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "ae87d305-baa1-4e7f-bd28-f555402f1c8d", + "x-ms-routing-request-id": "JAPANEAST:20230613T025847Z:87e8b611-cdd4-4b67-94cc-3e5257ac3de3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-0b4602909aae7031-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1358d08cf8f8604fdaea03eab6ebda87", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-b42bbaa352c4674c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4859c704100076a589b60e74bd2d68b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:39:28 GMT", + "Date": "Tue, 13 Jun 2023 02:59:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c98ffb6-446b-4014-986e-42fcefcd9bd6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "ee56ed78-9a67-4af8-a5a7-784d5974957a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T183929Z:0c98ffb6-446b-4014-986e-42fcefcd9bd6" + "x-ms-correlation-request-id": "0cb2a93f-2978-4e35-a713-34d69df90f19", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "9efb0618-6666-4ad3-9b8b-4fe4b02f52e6", + "x-ms-routing-request-id": "JAPANEAST:20230613T025919Z:0cb2a93f-2978-4e35-a713-34d69df90f19" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-ca0321ee11d1af4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3328203f379d86136052d73725015309", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-7c4b434a20f57f9a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e7b565b38eae0e50b6222e540303f78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:40:02 GMT", + "Date": "Tue, 13 Jun 2023 02:59:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a0f0865-1361-4507-962d-4158caefecb7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "9a467391-bdaf-426c-aaa8-b6cc7b693b54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184002Z:4a0f0865-1361-4507-962d-4158caefecb7" + "x-ms-correlation-request-id": "8e198fb1-1048-4082-ba51-645c88d869b4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "e8bc61cd-a2fd-4c92-8934-b1157652b631", + "x-ms-routing-request-id": "JAPANEAST:20230613T025952Z:8e198fb1-1048-4082-ba51-645c88d869b4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-441467c1eb3821fb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6293dae4a01840f9829621b4d182af2d", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-c3402602a949c916-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2272111e213916c97e32c8eb92365520", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:40:34 GMT", + "Date": "Tue, 13 Jun 2023 03:00:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c057febd-6645-4dd1-b533-d2557a1c518d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "63116b0f-5d6d-4d28-8948-fe6511a5c4af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184035Z:c057febd-6645-4dd1-b533-d2557a1c518d" + "x-ms-correlation-request-id": "9db0c66e-8c36-4ad6-adcc-35a5f1fb4296", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "3c7084e3-2123-4b9d-b45a-63dbfa9f86ed", + "x-ms-routing-request-id": "JAPANEAST:20230613T030024Z:9db0c66e-8c36-4ad6-adcc-35a5f1fb4296" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-3f44e3f9d5af831e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "10b0e84562ef54debcd2b3a521173ad8", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-6417eb2abce5185f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ebb11a8d5d0bcbafe1793c9eeebf3559", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:41:07 GMT", + "Date": "Tue, 13 Jun 2023 03:00:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d977820-6c0f-4a14-bec1-a13a81effc3e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "65197f8b-07eb-4514-ac1d-26ccf804ae93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184107Z:7d977820-6c0f-4a14-bec1-a13a81effc3e" + "x-ms-correlation-request-id": "62735ec2-ac80-4646-9dfd-41a267eee1d7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "987234c3-5b24-40dd-ab2d-7ef86560e4cb", + "x-ms-routing-request-id": "JAPANEAST:20230613T030057Z:62735ec2-ac80-4646-9dfd-41a267eee1d7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-0a81a8b3d928da83-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "db06fa9777589e6f27e8b007165fb4dd", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-2874d6d994bad3b1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ab55967745bb3a778c659fb770fa4dd5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,222 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:41:40 GMT", + "Date": "Tue, 13 Jun 2023 03:01:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd95dddd-45be-46db-beee-dd86ccc2036a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "ec5b0b7a-f278-48a6-9d75-e844458f4bf5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184140Z:bd95dddd-45be-46db-beee-dd86ccc2036a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-8845c217eb3bb564-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3df1aaa342518119fb3ea545ed531f6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:42:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8aa8da9e-b76f-4e3a-adfb-1a8c53989d3c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "625b4ce7-0a11-43b3-9585-75b54a7118ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184214Z:8aa8da9e-b76f-4e3a-adfb-1a8c53989d3c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-15b3571e11eab0e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d61c485cd37cced57911e807b2d73e5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:42:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17991503-16e9-40c1-866c-fd7ad9e9272c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "f5eac1d1-d87a-4540-902d-7d2622101b45", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184247Z:17991503-16e9-40c1-866c-fd7ad9e9272c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-9f7edb1a7d512992-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7702d61efc255487e184e019d129b1d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:43:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b93f6d4-1cf9-426e-aed6-6b9032fcdd58", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "6b041b7d-f537-446b-8161-4f77fd109b68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184320Z:5b93f6d4-1cf9-426e-aed6-6b9032fcdd58" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-d6daa63948903cf6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cdaa45c8dd42cf60d523c4405a11cf24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:43:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "684f6318-274f-4bbe-b2b6-995b07ea2e45", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "ac7a7863-ba41-440a-8aa0-face0b093844", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184353Z:684f6318-274f-4bbe-b2b6-995b07ea2e45" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-7ab5ad78ee5a95d8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "17274800a8505f45c1c8f5f7f3bbfc4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:44:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b5337e4-da6a-4ac0-b1fa-46770cc881bb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "49e7a440-8267-40e7-b1a0-519ec740e2ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184426Z:5b5337e4-da6a-4ac0-b1fa-46770cc881bb" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-f28559e5e0257682-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6c3e1560702c401a7532a2023747facf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:44:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a2ba2b9-e0c5-471e-ad13-362e14940e74", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "ce371475-8f89-4e62-9052-87ea25a43974", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184459Z:3a2ba2b9-e0c5-471e-ad13-362e14940e74" + "x-ms-correlation-request-id": "b2dc0f50-8396-4bdb-8fbb-b1900fd404e9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "4221774b-d989-479a-a395-1dcf3128be1b", + "x-ms-routing-request-id": "JAPANEAST:20230613T030129Z:b2dc0f50-8396-4bdb-8fbb-b1900fd404e9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-5cbc8b52a20867e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8819bcb599022082004b0c7ae769dc19", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-5e717d7136c8222e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2657010d537ec06d62a741c0e42b28bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:45:30 GMT", + "Date": "Tue, 13 Jun 2023 03:02:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "892eebfd-ef62-4c6c-bdb4-957b5586b0ef", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "2645f10e-a247-45cd-988a-38a7e9b12028", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "44574d6f-a65b-4f3c-adb9-6bd9e32abab4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184531Z:892eebfd-ef62-4c6c-bdb4-957b5586b0ef" + "x-ms-request-id": "c9257a0a-be59-4a1f-94e0-c8450363e112", + "x-ms-routing-request-id": "JAPANEAST:20230613T030202Z:2645f10e-a247-45cd-988a-38a7e9b12028" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-a61d0c30616b8c94-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "45e0752662d28ff72ee6a21e0643277a", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-7e30a142ac70aa3c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fc736ffda9e14765a3775ea6bef75be7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1629,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:46:04 GMT", + "Date": "Tue, 13 Jun 2023 03:02:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e5e787e-c2ac-4b52-8a97-4d20a9d1bac5", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "7c629069-a287-4d9a-b7e3-66c30f93dcfe", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "9c1a3d3e-bc52-4beb-9893-ee7c8847e6ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184604Z:3e5e787e-c2ac-4b52-8a97-4d20a9d1bac5" + "x-ms-request-id": "3873ad63-0d62-4279-a7a1-598db30c507b", + "x-ms-routing-request-id": "JAPANEAST:20230613T030235Z:7c629069-a287-4d9a-b7e3-66c30f93dcfe" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-df54398381fcf3ff-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "364126cd74a2c64c921e6ce1649f580b", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-194674a1ea201bab-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ec90672b0f6723da2994491304b65561", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,30 +1661,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:46:37 GMT", + "Date": "Tue, 13 Jun 2023 03:03:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6ba2c3f-b57a-4fd3-9129-85e783903108", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "0264b933-6980-4e7e-8447-912e96f02cd4", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "bef9a4e3-43e2-46ce-a5ef-c6c93aa47574", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184637Z:e6ba2c3f-b57a-4fd3-9129-85e783903108" + "x-ms-request-id": "87713ea7-e548-4e0e-b0d3-4cf28a94828a", + "x-ms-routing-request-id": "JAPANEAST:20230613T030307Z:0264b933-6980-4e7e-8447-912e96f02cd4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-d27620ae26a23d0b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c2db8855b56753fcc48a5a1cf7641abc", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-4b287bd2c4a03bbd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "00bae03c518663f49c108206f5c6026a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1890,30 +1693,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:47:11 GMT", + "Date": "Tue, 13 Jun 2023 03:03:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f79e2630-7b21-4835-9123-3ddfa0d34357", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "7b3e1397-bd3c-4085-b0b9-dc1b5d8097f2", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "55ecbaf0-2379-4e98-9af6-3c32b060638e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184711Z:f79e2630-7b21-4835-9123-3ddfa0d34357" + "x-ms-request-id": "8508c800-6762-4fad-897d-0ff17724f120", + "x-ms-routing-request-id": "JAPANEAST:20230613T030340Z:7b3e1397-bd3c-4085-b0b9-dc1b5d8097f2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-3c2eb78f1d798e38-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c1ad9223a527b2772919b2b4f5162b8e", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-7b0d84f1173ef1e7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7d945a4c3c9aed579450d34c605143ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1922,30 +1725,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:47:44 GMT", + "Date": "Tue, 13 Jun 2023 03:04:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0335e152-cc64-4d71-a4c1-2fba2d73a41a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5bdf06af-51c4-43a9-a3b4-a944c34db996", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "8ecf8a5e-58b4-4a25-9504-6bde72e02ccd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184744Z:0335e152-cc64-4d71-a4c1-2fba2d73a41a" + "x-ms-request-id": "0e87879c-5886-47aa-bd8a-add1ac585e4b", + "x-ms-routing-request-id": "JAPANEAST:20230613T030412Z:5bdf06af-51c4-43a9-a3b4-a944c34db996" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-18307a8ef6f46739-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7dc8968d656717122aee72171930ce2d", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-4ec672ca5db57eed-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "de69fc225a3dda60732d50578cd42d62", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1954,30 +1757,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:48:16 GMT", + "Date": "Tue, 13 Jun 2023 03:04:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75df742b-2b89-4622-8396-ce71641a311a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "cbe05f7f-b86d-4b51-917e-69b3bf955ffc", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "7c5b8bd8-5dc7-4a5b-89d6-ceded8808713", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184817Z:75df742b-2b89-4622-8396-ce71641a311a" + "x-ms-request-id": "315abcea-401e-406b-8af8-4b628782d27d", + "x-ms-routing-request-id": "JAPANEAST:20230613T030445Z:cbe05f7f-b86d-4b51-917e-69b3bf955ffc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-62367b1d5fa08a1f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d1bdaf0497f2b0e41128994d02475dae", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-a1941ebcc1145177-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aac7de92d72200c788cc6c357ea7024a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1986,30 +1789,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:48:49 GMT", + "Date": "Tue, 13 Jun 2023 03:05:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "870559a7-6643-4a9b-99eb-ddc83f24de6b", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "550dac66-a774-49f2-9328-80e85e82bbe1", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "f9da36e7-b31f-4a61-ab84-5db9db780483", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184849Z:870559a7-6643-4a9b-99eb-ddc83f24de6b" + "x-ms-request-id": "41fee377-6492-41cb-ab80-c5278cf654a5", + "x-ms-routing-request-id": "JAPANEAST:20230613T030517Z:550dac66-a774-49f2-9328-80e85e82bbe1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-a705a91d3fa3eb9e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "618ecc5e9c9cbd557f959639335f99f9", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-96482a8351821214-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f8e396cd245cf22df9b9096cebff60c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2018,30 +1821,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:49:22 GMT", + "Date": "Tue, 13 Jun 2023 03:05:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6192970-a253-4478-bbff-4f6d03b74e6d", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "07e4f94c-04ba-4d5c-aa90-f821d13e8ed2", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "676b29aa-88f0-46c3-a587-a2af057dd05a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184922Z:a6192970-a253-4478-bbff-4f6d03b74e6d" + "x-ms-request-id": "9024a10a-d2b7-413f-86f6-99353681c28d", + "x-ms-routing-request-id": "JAPANEAST:20230613T030549Z:07e4f94c-04ba-4d5c-aa90-f821d13e8ed2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-216ae07151e1c53b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "46b0854b5958f59bb1186c3eccc515e2", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-a98a837e0eac83d1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "82ba7022988a4ac935695570ed2a5ccb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2050,190 +1853,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:49:55 GMT", + "Date": "Tue, 13 Jun 2023 03:06:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ec0d1a8-80a6-4f89-ad18-597c0223f445", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "1b15fe3f-06ca-46fe-b2a4-1683e8a39301", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "9da6a622-2ae5-4d63-8fad-36d6bdc57615", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T184955Z:6ec0d1a8-80a6-4f89-ad18-597c0223f445" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-2358c7bd95e889d4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4db9c3916ca167915aff515d01ab7cb1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:50:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "315d8a6b-2d4f-46cb-a219-fee83bfb1f64", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "6389267c-15fa-42e7-be5e-56a079e09d47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185028Z:315d8a6b-2d4f-46cb-a219-fee83bfb1f64" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-f8ceb4ea64d8a84a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7d019f8f179705563098af842f16f1b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:51:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a919b8d-3cc7-4a84-b7c0-42a0e649472d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "eb0d68ba-71cf-42c8-9d11-056c606a1830", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185101Z:7a919b8d-3cc7-4a84-b7c0-42a0e649472d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-ecf65ed171867856-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "70a7b3804ba6de57f448eb58073ef406", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:51:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb1aeaba-2f9d-4010-af33-bb5557929c0f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "3579e0c7-ac74-4205-886f-de814a9c6369", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185134Z:cb1aeaba-2f9d-4010-af33-bb5557929c0f" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-eec0feeb4c281f30-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2caebb9c97c4794b6db31c08bc0d3844", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:52:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11728f35-0d49-48e5-8753-61834e419347", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "cc61cf65-4c54-4613-afad-8cc37c6bf0a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185208Z:11728f35-0d49-48e5-8753-61834e419347" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-5c68fd105ce135ac-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4ddd980e0b03440b4722884f2cfdfdf2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:52:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f69f2028-6779-4302-b518-2924490edda0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "a338393e-6b5d-4d01-96f6-e96131bc3662", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185241Z:f69f2028-6779-4302-b518-2924490edda0" + "x-ms-request-id": "4c3380cb-29c9-49a4-a42e-8acb3d585365", + "x-ms-routing-request-id": "JAPANEAST:20230613T030622Z:1b15fe3f-06ca-46fe-b2a4-1683e8a39301" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-106d3bcdfbbb1b3a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "74e7a9a4c467e8f5682d03f22f4f22e7", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-fc7509a7c782135a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f68a062b35f06d05b1d5b169cd5a1488", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2242,62 +1885,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:53:13 GMT", + "Date": "Tue, 13 Jun 2023 03:06:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b61c3cf4-ec29-4966-b2e7-9e3ce2afa699", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "c4aa056e-0a1e-4eba-8004-403dc20dd705", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185314Z:b61c3cf4-ec29-4966-b2e7-9e3ce2afa699" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-9b36505744ebb62b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6f49a610a7609002b06ae4a10efb4d6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:53:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "adea199e-418e-49fd-bc8b-948200db84b8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "5a689a62-f0b4-446d-8e7d-7df5ad85729a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185346Z:adea199e-418e-49fd-bc8b-948200db84b8" + "x-ms-correlation-request-id": "6332ca43-dc6b-4a47-899e-d7574811f2e9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "c3f4d17d-8bbd-40b9-92f6-4f2123a110aa", + "x-ms-routing-request-id": "JAPANEAST:20230613T030654Z:6332ca43-dc6b-4a47-899e-d7574811f2e9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-98cef4d288cebc58-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "136429b6c32549dda2f4e4d5081814f8", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-28adc1b86002ef46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0d12ac6b7fed34bfcc99c2f3cebc04ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2306,30 +1917,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:54:19 GMT", + "Date": "Tue, 13 Jun 2023 03:07:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ad265c3-6e71-4bfd-ae46-1bb2d5db8b59", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "21ded8ad-18d0-4266-af85-f4c85c6caf6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185419Z:9ad265c3-6e71-4bfd-ae46-1bb2d5db8b59" + "x-ms-correlation-request-id": "cbc76649-0c08-493c-a038-1717b8b3c70e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "87d01bb8-6f2d-4f20-a09b-83e81f3da4a2", + "x-ms-routing-request-id": "JAPANEAST:20230613T030727Z:cbc76649-0c08-493c-a038-1717b8b3c70e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-e5743ab183627c11-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "853fa1008db3fd92a657c4fcdf54d96d", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-045707d02ce7abce-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e5413e5d6975edcf6a4cd1b4e7607cda", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2338,30 +1949,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:54:52 GMT", + "Date": "Tue, 13 Jun 2023 03:07:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44e3d9e7-cd63-46a9-8b09-ba00c2cde8cc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "5db0a2dd-3b46-468a-9d17-095271a39324", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185452Z:44e3d9e7-cd63-46a9-8b09-ba00c2cde8cc" + "x-ms-correlation-request-id": "efda4e35-9b19-4d6e-b3b2-7816ab93abf5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "c2e80abc-1b60-4590-9c60-5c783bfbda76", + "x-ms-routing-request-id": "JAPANEAST:20230613T030759Z:efda4e35-9b19-4d6e-b3b2-7816ab93abf5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-deaf433e9b8506e3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "053c93e00feb4cc1c900cd6cc22d8797", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-abb4228c7b63d670-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4104cc544e17abdd46552a5772129ef4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2370,30 +1981,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:55:24 GMT", + "Date": "Tue, 13 Jun 2023 03:08:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b3a3221-edc7-46d1-b917-42dc4eb2ace3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "62b52bfe-3b93-4c57-8c8a-e422f7132e50", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185525Z:8b3a3221-edc7-46d1-b917-42dc4eb2ace3" + "x-ms-correlation-request-id": "1fa28778-9922-44b5-9c2c-3b24249baffc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "7d61389c-6b96-463b-b71b-2a473410e8cd", + "x-ms-routing-request-id": "JAPANEAST:20230613T030832Z:1fa28778-9922-44b5-9c2c-3b24249baffc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-d451952bc2653266-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6ca0ec56c8bb28bb97666ccdfee1694d", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-64f103a9ddf16904-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8f0be2d02f190113dc25a2a1ae0b4d6b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2402,30 +2013,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:55:57 GMT", + "Date": "Tue, 13 Jun 2023 03:09:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e793769b-71b4-4281-b6c8-d01b6d5dee66", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "9291983e-e5a8-4ae2-8cb8-548ba48bd1e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185558Z:e793769b-71b4-4281-b6c8-d01b6d5dee66" + "x-ms-correlation-request-id": "cbfd1c81-765f-48f1-9d3e-3ea6a0982112", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "f558a955-a473-4797-898a-4abbc6580849", + "x-ms-routing-request-id": "JAPANEAST:20230613T030904Z:cbfd1c81-765f-48f1-9d3e-3ea6a0982112" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-ea41e49e383f2224-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "75f5771b0edbf10de0f2bcb3c0253a79", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-3b7a5c179f50a19a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "029ee81cc3b70eb660959e1f3f787a58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2434,30 +2045,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:56:31 GMT", + "Date": "Tue, 13 Jun 2023 03:09:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "053c38c5-66f0-4185-a42b-a2c4561300a7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "32fc7f7c-82ef-4fc7-8b2b-d0487bbd9e8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185631Z:053c38c5-66f0-4185-a42b-a2c4561300a7" + "x-ms-correlation-request-id": "59081598-b73b-46b6-9407-a15c158a9a73", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "0fe9832b-6465-4952-a7f9-90f63aac1f33", + "x-ms-routing-request-id": "JAPANEAST:20230613T030937Z:59081598-b73b-46b6-9407-a15c158a9a73" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-3d0dffa9846de191-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f3a62dd06cb318b1d8146e84a2f44ee8", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-40412c75f8e1c48b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "05e3dcaded5425c0b90264f2ac3cfd3b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2466,30 +2077,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:57:04 GMT", + "Date": "Tue, 13 Jun 2023 03:10:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dec8d4af-196a-4283-9227-b0d28a63abd7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "89b5bebb-c0ee-4beb-8eda-b49e2442db1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185705Z:dec8d4af-196a-4283-9227-b0d28a63abd7" + "x-ms-correlation-request-id": "a42d2f94-06f1-4660-989b-18391d40b038", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "8ebb9bac-9050-4313-9cae-c4aee869483b", + "x-ms-routing-request-id": "JAPANEAST:20230613T031009Z:a42d2f94-06f1-4660-989b-18391d40b038" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-79bcd53b6f73186d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4b507f96123747bcdfaf8cc90b076771", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-544f4e426039e0a0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8a3bbe089c730d3d2bfd2f8490f3c264", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2498,71 +2109,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:57:37 GMT", + "Date": "Tue, 13 Jun 2023 03:10:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1eb57f2-a3d3-4701-8e5c-3694d1cd8d47", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "ecd6ed7f-ea40-4345-80c8-1c7a060757e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185738Z:c1eb57f2-a3d3-4701-8e5c-3694d1cd8d47" + "x-ms-correlation-request-id": "8db2ba50-5a85-460a-94e5-a18af2a8a351", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "e23ebb00-abcc-47ea-bf51-ed9e529997f7", + "x-ms-routing-request-id": "JAPANEAST:20230613T031042Z:8db2ba50-5a85-460a-94e5-a18af2a8a351" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7a796092442e01b1168e9a56ba3f385-f1dfafb023034997-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d1fdf32c763aae9ac5dd9dc7a0884eeb", + "traceparent": "00-7f5800bd4c756fb2fbccd878fdf0a929-a471b68788d99a0b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d1f44aaa48272e16277949b45ec46223", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2072", + "Content-Length": "2105", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:57:38 GMT", + "Date": "Tue, 13 Jun 2023 03:10:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ad5ef0d-3947-4612-bc07-9b37ef187763", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "2cf9f539-c397-4f4b-8beb-ed4dfe1e8416", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185739Z:5ad5ef0d-3947-4612-bc07-9b37ef187763" + "x-ms-correlation-request-id": "38b691a9-40ae-4bec-8139-cbc2a8ef044d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "e66e5d4a-70fa-446d-a2a4-a8241ee21ed7", + "x-ms-routing-request-id": "JAPANEAST:20230613T031042Z:38b691a9-40ae-4bec-8139-cbc2a8ef044d" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-703/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9979/providers/Microsoft.HDInsight/clusters/hdisdk-encryption-intransit", "name": "hdisdk-encryption-intransit", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "6a05131b-7ff0-49b1-aa86-e29805756928", + "location": "Japan East", + "etag": "89be4411-443d-4cbd-9884-78608302d70a", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2304280205.json", "kind": "Spark", "componentVersion": { "Spark": "2.4" } }, - "clusterId": "957a69f5e69e4d4ebb911b15dd6ae188", + "clusterId": "78d3a3f6301146f1ae6347980d412cce", "computeProfile": { "roles": [ { @@ -2608,7 +2219,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T18:23:25.4", + "createdDate": "2023-06-13T02:43:37.703", "quotaInfo": { "coresUsed": 20 }, @@ -2633,14 +2244,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4351.blob.core.windows.net", + "name": "azstorageforcluster9976.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container9957", + "container": "container6905", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2658,9 +2270,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "813160997", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1505961499", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithSecureChannel.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithSecureChannel.json new file mode 100644 index 000000000000..a0ea77547a07 --- /dev/null +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithSecureChannel.json @@ -0,0 +1,1863 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-6d7d57390a254a575146cad1b2736909-f16bdca5e37722a0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "24924b30677232eb7b5e8ec9493c00cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "501", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:26:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1878af4e-ae31-4697-9b45-d2c1942202b1", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "1878af4e-ae31-4697-9b45-d2c1942202b1", + "x-ms-routing-request-id": "JAPANEAST:20230614T082649Z:1878af4e-ae31-4697-9b45-d2c1942202b1" + }, + "ResponseBody": { + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": { + "azsecpack": "nonprod" + }, + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-2771?api-version=**", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "24", + "Content-Type": "application/json", + "traceparent": "00-251ef7ecd9d8839d1b714a4a50d70d9a-5b85913a73ff5153-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ea4c8904279e8ac4600a88da12ad9358", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "japaneast" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "232", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:26:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bd850fa3-0d23-46d9-899c-ae5f4a1a3426", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "bd850fa3-0d23-46d9-899c-ae5f4a1a3426", + "x-ms-routing-request-id": "JAPANEAST:20230614T082649Z:bd850fa3-0d23-46d9-899c-ae5f4a1a3426" + }, + "ResponseBody": { + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771", + "name": "HDInsightRG-2771", + "type": "Microsoft.Resources/resourceGroups", + "location": "japaneast", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel?api-version=2023-04-15-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1147", + "Content-Type": "application/json", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-97ee3ddcc44f68d9-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "efd3b729dcee258bb3f8090b17389d04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "japaneast", + "tags": { + "key0": "value0" + }, + "properties": { + "clusterVersion": "4.0", + "osType": "Linux", + "tier": "Standard", + "clusterDefinition": { + "kind": "Hadoop", + "configurations": { + "gateway": { + "restAuthCredential.isEnabled": "true", + "restAuthCredential.username": "admin4468", + "restAuthCredential.password": "Password1!9688" + } + } + }, + "computeProfile": { + "roles": [ + { + "name": "headnode", + "targetInstanceCount": 2, + "hardwareProfile": { + "vmSize": "Large" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951", + "password": "Password!5951" + } + } + }, + { + "name": "workernode", + "targetInstanceCount": 3, + "hardwareProfile": { + "vmSize": "Large" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951", + "password": "Password!5951" + } + } + }, + { + "name": "zookeepernode", + "targetInstanceCount": 3, + "hardwareProfile": { + "vmSize": "Small" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951", + "password": "Password!5951" + } + } + } + ] + }, + "storageProfile": { + "storageaccounts": [ + { + "name": "azstorageforcluster1940.blob.core.windows.net", + "isDefault": true, + "container": "container2491", + "key": "Sanitized", + "enableSecureChannel": true + } + ] + }, + "encryptionInTransitProperties": { + "isEncryptionInTransitEnabled": true + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "Cache-Control": "no-cache", + "Content-Length": "1850", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:27:19 GMT", + "ETag": "\u0022754cba7a-aa06-4292-922d-79701177bd5e\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d14a5406-9596-4418-ad92-8bfbea209ac5", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "58a07661-ef07-43d4-ae11-fbccf962a841", + "x-ms-routing-request-id": "JAPANEAST:20230614T082720Z:d14a5406-9596-4418-ad92-8bfbea209ac5" + }, + "ResponseBody": { + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel", + "name": "hdisdk-securechannel", + "type": "Microsoft.HDInsight/clusters", + "location": "Japan East", + "etag": "754cba7a-aa06-4292-922d-79701177bd5e", + "tags": { + "key0": "value0" + }, + "properties": { + "clusterVersion": "4.0.3000.1", + "clusterHdpVersion": "", + "osType": "Linux", + "clusterDefinition": { + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", + "kind": "Hadoop", + "componentVersion": { + "Hadoop": "3.1" + } + }, + "clusterId": "94787df46988441c9a27309ae0be3fc6", + "computeProfile": { + "roles": [ + { + "name": "headnode", + "targetInstanceCount": 2, + "hardwareProfile": { + "vmSize": "standard_a4_v2" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951" + } + }, + "encryptDataDisks": false + }, + { + "name": "workernode", + "targetInstanceCount": 3, + "hardwareProfile": { + "vmSize": "standard_a4_v2" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951" + } + }, + "encryptDataDisks": false + }, + { + "name": "zookeepernode", + "targetInstanceCount": 3, + "hardwareProfile": { + "vmSize": "standard_a1_v2" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951" + } + }, + "encryptDataDisks": false + } + ] + }, + "provisioningState": "InProgress", + "clusterState": "Accepted", + "createdDate": "2023-06-14T08:27:19.97", + "quotaInfo": { + "coresUsed": 20 + }, + "tier": "standard", + "encryptionInTransitProperties": { + "isEncryptionInTransitEnabled": true + }, + "storageProfile": { + "storageaccounts": [ + { + "name": "azstorageforcluster1940.blob.core.windows.net", + "resourceId": null, + "msiResourceId": null, + "key": null, + "fileSystem": null, + "container": "container2491", + "saskey": null, + "isDefault": true, + "enableSecureChannel": true, + "fileshare": null + } + ] + }, + "excludedServicesConfig": { + "excludedServicesConfigId": "default", + "excludedServicesList": "" + }, + "computeIsolationProperties": { + "enableComputeIsolation": false, + "hostSku": null + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-461d574dfbbc5983-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f884755c740b7f2c048dd4c271c2f492", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:27:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "00eadad1-661b-4795-93e7-a887a45c19b8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "3b070ba4-6c52-43a7-a87e-484e232f3dc6", + "x-ms-routing-request-id": "JAPANEAST:20230614T082721Z:00eadad1-661b-4795-93e7-a887a45c19b8" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-f98e87ab7f02d221-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "19f6f68b6d6d98e9c5af3de57a1bde54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:27:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9dbe985c-cfe0-434f-8b96-2615fc667b06", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "35a395ed-0df6-40a2-aa18-2e07bfc70dae", + "x-ms-routing-request-id": "JAPANEAST:20230614T082722Z:9dbe985c-cfe0-434f-8b96-2615fc667b06" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-5ed52c45c8efc6cc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a2afd9a2a5b3ebf88bc59b43bc30b1ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:27:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f73fd707-6ed6-4c0d-9d4f-78e67e1d9bce", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "2e31b3ff-1f28-425e-9aea-f558e551f63b", + "x-ms-routing-request-id": "JAPANEAST:20230614T082723Z:f73fd707-6ed6-4c0d-9d4f-78e67e1d9bce" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-3285cae8ce259d25-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "50e5ce143c68eec38bec325b364605e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:27:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dde9de56-52af-4e9b-a328-0876da26e201", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "daa2049d-81b4-407d-ae8d-55212a21fbbb", + "x-ms-routing-request-id": "JAPANEAST:20230614T082725Z:dde9de56-52af-4e9b-a328-0876da26e201" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-42b587e95dc0f040-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "981f7faf5113e6dffd0a8ea7d1a6db95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:27:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5fad349d-6149-477a-a41c-e5b373bc0ff0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "7d5c47ff-52b0-4a18-82db-9324f26d9286", + "x-ms-routing-request-id": "JAPANEAST:20230614T082727Z:5fad349d-6149-477a-a41c-e5b373bc0ff0" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-3a51adc84137e6ea-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "abd04ffe8e3565eb15c017c6729db544", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:27:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fb74bab0-0772-4427-a030-fd3dda04af85", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "9e4adba7-96bd-41e3-918f-7988ac7ec692", + "x-ms-routing-request-id": "JAPANEAST:20230614T082732Z:fb74bab0-0772-4427-a030-fd3dda04af85" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-8e89499bad961f54-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3c94b2c01810c3dbefff525dae1b1de4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:27:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2a608a84-3401-4058-96ec-fe3e651de93a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "668c8705-d72b-4b60-b08a-9ad59eb46b86", + "x-ms-routing-request-id": "JAPANEAST:20230614T082740Z:2a608a84-3401-4058-96ec-fe3e651de93a" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-449746efaa5659b4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e65d9d11597520b394b982523a197360", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:27:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4f74a239-99b6-409f-9638-e51b2ff4176a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "64e375ff-2dd8-4f87-b2ea-3f5bacf64ceb", + "x-ms-routing-request-id": "JAPANEAST:20230614T082756Z:4f74a239-99b6-409f-9638-e51b2ff4176a" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-2294c98fe5cfdd54-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1fe749559e12e584740dbc363b8db7fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:28:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e4fc832c-1da7-4ac0-9cbb-0f677ee64fb9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "ec46a441-9d5b-4b30-92b0-f262ffd1add9", + "x-ms-routing-request-id": "JAPANEAST:20230614T082829Z:e4fc832c-1da7-4ac0-9cbb-0f677ee64fb9" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-b6b84d2d06c4695f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d4b432a3ce4066ceff73a857958889d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:29:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7b1b94c3-9fde-4af9-af0b-bafaddb2e85c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "8b8a52f3-b80c-44b4-81d7-02be1e15934d", + "x-ms-routing-request-id": "JAPANEAST:20230614T082901Z:7b1b94c3-9fde-4af9-af0b-bafaddb2e85c" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-68f1f9494851ff08-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6408f28bfe3373d2187772689d7ce507", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:29:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "90d1d7f9-fa44-4836-8d70-0c150d5ebb2b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "34bdddfb-ceea-4d50-a0f6-b9d5a3071b7d", + "x-ms-routing-request-id": "JAPANEAST:20230614T082933Z:90d1d7f9-fa44-4836-8d70-0c150d5ebb2b" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-20953d67d9335e66-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "07af88019f64861f7b811f9ef52d4feb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:30:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f75b3c3e-d616-467f-86ba-b963ca049f41", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "c95595bb-95c7-4227-9dad-00df4bf08eaa", + "x-ms-routing-request-id": "JAPANEAST:20230614T083006Z:f75b3c3e-d616-467f-86ba-b963ca049f41" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-5203a63b7593c288-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "48abe5845384a5c65f41bbc85c66c882", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:30:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2fa278a9-5c19-467b-9f62-18ea9e8d5c10", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "7daf3c3d-6b01-4ae7-9722-e9b8fd8f98b8", + "x-ms-routing-request-id": "JAPANEAST:20230614T083038Z:2fa278a9-5c19-467b-9f62-18ea9e8d5c10" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-38935520d6925b9b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0d55a18d81d9eb71d281e9b2de347deb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:31:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d0b41e83-a69e-4354-bd7e-09cb8d9c3151", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "4d8f865c-0e0f-49c8-a27a-aab485c4d497", + "x-ms-routing-request-id": "JAPANEAST:20230614T083111Z:d0b41e83-a69e-4354-bd7e-09cb8d9c3151" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-3b70f012ef71bb18-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b7e386289dd1ae82c209a722e3572a14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:31:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2b7abe0e-b732-4d2c-8243-3003b87a7655", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "e5e0d788-29c5-4b06-bd1c-c5fdfb069f87", + "x-ms-routing-request-id": "JAPANEAST:20230614T083143Z:2b7abe0e-b732-4d2c-8243-3003b87a7655" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-1f4fdcf2a74fac26-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "54109db842d8021274bf75036a14c72b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:32:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2ca18a12-9a8b-48d6-b987-1cc242bccb53", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "621f19d5-8e2b-4d2f-80a0-b96901fa3723", + "x-ms-routing-request-id": "JAPANEAST:20230614T083216Z:2ca18a12-9a8b-48d6-b987-1cc242bccb53" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-4e4f3fbfad079da4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d5a0d0c41182f0b01ea74acfda4f077b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:32:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "03fd468e-3c7f-4b8b-a46e-785bb5dd0a84", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "9529a5a1-d5ca-4afb-a9cd-ec7252d9590e", + "x-ms-routing-request-id": "JAPANEAST:20230614T083248Z:03fd468e-3c7f-4b8b-a46e-785bb5dd0a84" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-a91ba9193a0c6c43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "40f9d4572823e51274e14312277f43ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:33:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "da9c50b7-d87b-44da-9b11-28a00304025d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "802ef2cc-e0cd-44e9-b98b-d18cb0a6ce01", + "x-ms-routing-request-id": "JAPANEAST:20230614T083320Z:da9c50b7-d87b-44da-9b11-28a00304025d" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-8dd2233a4b7fb7c1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "135e7b4255b6a791ec203531f7432724", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:33:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a61a566a-db6b-46c9-a530-fe9901850bf8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "f5e0b35f-e74b-4237-8b49-99ef6d31808f", + "x-ms-routing-request-id": "JAPANEAST:20230614T083353Z:a61a566a-db6b-46c9-a530-fe9901850bf8" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-06ea426aa0cc4a6c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "95acfab7861a9b08bdba60a1cd9ec99f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:34:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6fb4815f-bebe-4341-87bc-a293aace0f5a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "98094afe-39ae-47d1-bbbe-581891ee1049", + "x-ms-routing-request-id": "JAPANEAST:20230614T083425Z:6fb4815f-bebe-4341-87bc-a293aace0f5a" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-aa87036c619d7185-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5f8c9c63f4f002c443525303f2e1ed31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:34:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3efedbc4-95d6-4c28-99f4-c42215282305", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "6309b2f7-8e17-4a76-9f60-73c844b83710", + "x-ms-routing-request-id": "JAPANEAST:20230614T083458Z:3efedbc4-95d6-4c28-99f4-c42215282305" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-dd0962937cf3c1a8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2d5a1eb9aed3bc9372c255fcf4efd94d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:35:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4b64c643-560b-4134-993f-454a5430c1c1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "893701b7-a150-49f5-82e0-b30f43445521", + "x-ms-routing-request-id": "JAPANEAST:20230614T083530Z:4b64c643-560b-4134-993f-454a5430c1c1" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-9f0c7a8d50dffdc8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5bcd9656c8b6c23335a952c73205a9dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:36:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "672e2fb9-70ea-4ad5-b646-c65555362b26", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "84087d1d-aab2-4ac6-af48-ab0b4fb3e2ca", + "x-ms-routing-request-id": "JAPANEAST:20230614T083602Z:672e2fb9-70ea-4ad5-b646-c65555362b26" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-da847c0e0a68b0ff-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "afe82fcc9c44b5cc08d0ec2e9ec80d53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:36:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c6b88fde-b1d0-47ad-8859-4cb1ca68af96", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "9af6d85c-430e-4366-9bc5-9b4325d61365", + "x-ms-routing-request-id": "JAPANEAST:20230614T083635Z:c6b88fde-b1d0-47ad-8859-4cb1ca68af96" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-1257f13e1f34b654-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5cac06789213f07aea97f7295ccc896d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:37:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "efd21fea-3d06-494f-8e8c-3e7337c21ad6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "567bae4a-bc93-4569-9f28-ac8f1f28f957", + "x-ms-routing-request-id": "JAPANEAST:20230614T083707Z:efd21fea-3d06-494f-8e8c-3e7337c21ad6" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-08346ee9be9e04fb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c42f79192a07ba09c91853e6dc05246d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:37:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ce69483a-9c9f-44ce-ae41-458e1723b099", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "1d27e04c-b06b-4ae2-86d8-6448852836f3", + "x-ms-routing-request-id": "JAPANEAST:20230614T083740Z:ce69483a-9c9f-44ce-ae41-458e1723b099" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-2f161d2f3f0417bb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2c4ffe9c4c593ac8b5f7c4aca4a3583c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:38:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "025c171f-fb18-4812-a405-82d32954d3bd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "0c6781c3-a41b-4f99-8506-f88646ac0814", + "x-ms-routing-request-id": "JAPANEAST:20230614T083812Z:025c171f-fb18-4812-a405-82d32954d3bd" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-3fae53bf6a7b3345-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "25157e4749984e4cfcf193fa3f9413e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:38:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fb40ae18-c18e-416e-b95a-2b1e4fab2039", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "c305cc19-d671-4d46-a7a2-921faa3c8586", + "x-ms-routing-request-id": "JAPANEAST:20230614T083844Z:fb40ae18-c18e-416e-b95a-2b1e4fab2039" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-4b36351208700a3d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5d8c8a735c7ccd14b1f50f0f655d1525", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:39:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0e654b2e-c373-4cd0-9478-1cbf18698565", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "e62642a4-1fc3-4a03-9b1b-f448a8553e30", + "x-ms-routing-request-id": "JAPANEAST:20230614T083917Z:0e654b2e-c373-4cd0-9478-1cbf18698565" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-e2dc4e28e29c4ae4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5d9f16bffef052d4b1003067b8cdfa20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:39:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cb1e121b-8ce7-4fdd-8a08-c480eb0ef72c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "3c0153c1-3abf-4fde-ad2a-2af640f6e37f", + "x-ms-routing-request-id": "JAPANEAST:20230614T083949Z:cb1e121b-8ce7-4fdd-8a08-c480eb0ef72c" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-051fcd5fa91b5e77-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1a38dfe4fa16eabf6a4874a33a3de89f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:40:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e575a14c-02ad-48ff-b294-4fb022bd7354", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "846e80b2-20de-4102-895d-f281bee76ab9", + "x-ms-routing-request-id": "JAPANEAST:20230614T084021Z:e575a14c-02ad-48ff-b294-4fb022bd7354" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-261af9eb91437946-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "283a6edbb5f574f4b53aac7c2cac14e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:40:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9ae2d9d8-e794-436c-98a8-fc8dfbd262ea", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "b575e02e-6ccf-4fe0-aedb-e3db02920188", + "x-ms-routing-request-id": "JAPANEAST:20230614T084054Z:9ae2d9d8-e794-436c-98a8-fc8dfbd262ea" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-d55043684a2ce2bd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "862beefafb24c40e57b4f3a88a301874", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:41:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d40a9b53-bfc5-4e9c-9051-c9311288159d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "2912dae4-6ea1-470a-8bd5-5428dc57aeb9", + "x-ms-routing-request-id": "JAPANEAST:20230614T084126Z:d40a9b53-bfc5-4e9c-9051-c9311288159d" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-f55a13f64f2fd743-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4a8b9118d2922e2beac464dc4e43bdbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:41:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "443bac2a-7717-408c-b4f0-89b5d985fa3b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "5a542eef-cd0d-4ee6-b54f-550b07374e8a", + "x-ms-routing-request-id": "JAPANEAST:20230614T084158Z:443bac2a-7717-408c-b4f0-89b5d985fa3b" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-2e9a6df4aa7c172a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4ba990336212e07a5f75d140c24ce984", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:42:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a6b41d61-fab3-4fe5-b877-5aeb46b2e136", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "94520ab7-6e45-4498-be49-34310bdc2a77", + "x-ms-routing-request-id": "JAPANEAST:20230614T084231Z:a6b41d61-fab3-4fe5-b877-5aeb46b2e136" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-14ec8120f03da1d4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9b643821c9202750c2fc9b6096317614", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:43:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a136a511-e7c4-4553-9dff-fc34090e58b2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "2f3d9d38-f7f2-47a5-9c79-3c37abe9bc98", + "x-ms-routing-request-id": "JAPANEAST:20230614T084303Z:a136a511-e7c4-4553-9dff-fc34090e58b2" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-0b497484b542d7aa-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fa7435f6cc87b56116abeb1c00ea6b9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:43:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "290720e1-3ff3-4d84-8a33-acb2d67e9fb5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "402dc84d-ff70-461f-bfd5-3ccf21d160cf", + "x-ms-routing-request-id": "JAPANEAST:20230614T084336Z:290720e1-3ff3-4d84-8a33-acb2d67e9fb5" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-4811201eb7e613ba-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "16badfda22df6a9c40818815c61a492d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:44:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d65d829c-8ab9-402e-98cf-37732bee6bc8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "9a025f30-9b58-4caa-8ea1-926289985d55", + "x-ms-routing-request-id": "JAPANEAST:20230614T084408Z:d65d829c-8ab9-402e-98cf-37732bee6bc8" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-aaaf4886967810b7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8c49bdffefd755fdd6ae8474dd3326d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:44:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "39ed962c-f4c0-4f71-bee3-e6daa787bb9d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "d1c7732a-e5a8-4b3e-89f0-25dcbf421a88", + "x-ms-routing-request-id": "JAPANEAST:20230614T084440Z:39ed962c-f4c0-4f71-bee3-e6daa787bb9d" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-71211ae122b3485e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b785fc915f76d4349809b905434ceffb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:45:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "489b91ee-bee1-4aea-a77f-13887872b21f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "3b249ca8-a863-40f7-a92e-9beceefde4e3", + "x-ms-routing-request-id": "JAPANEAST:20230614T084513Z:489b91ee-bee1-4aea-a77f-13887872b21f" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-23fa013c70465f6f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "431dbe62dfa1eac7e16540319d278d0c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:45:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5477f1b3-0e6b-4d55-92b8-c08cf48f8b3a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "a3867bf8-5bdd-415f-b254-520c01ca163b", + "x-ms-routing-request-id": "JAPANEAST:20230614T084545Z:5477f1b3-0e6b-4d55-92b8-c08cf48f8b3a" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-fc554bb76e3c3118-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ca84b15a9295a0b68875f3ce35f81189", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:46:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f57e18c5-3a56-4709-a35d-1fae47fbeb15", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "0ef0e979-d0f1-448b-bd11-5197ddbd6a5c", + "x-ms-routing-request-id": "JAPANEAST:20230614T084618Z:f57e18c5-3a56-4709-a35d-1fae47fbeb15" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-c92475b0631e91e3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1f1289bfe316b236359ad5111f033671", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:46:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "04b5a44e-8dd3-4cd1-a1b0-181f2d9fb0f6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "63fc0b66-44d9-4d9a-b636-a86385be7d4f", + "x-ms-routing-request-id": "JAPANEAST:20230614T084650Z:04b5a44e-8dd3-4cd1-a1b0-181f2d9fb0f6" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-71da43332dbf60c4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "92aaac7c24c8d066077cba2bebf8b5e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:47:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e379bc29-df81-4d00-bf69-3428ba4cfb95", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "7a91bb9b-6474-482d-955b-c84589bdeed5", + "x-ms-routing-request-id": "JAPANEAST:20230614T084723Z:e379bc29-df81-4d00-bf69-3428ba4cfb95" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-95ee5d59d667bfef871f64c3ec53a8e6-d00b36f302d6b00d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1471b6546d1577f67ad194fabda58184", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2079", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 08:47:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e8403af5-ead7-406b-a09b-15ad6e1b55b8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "9b98de2e-0f4b-418b-a96e-60955a439725", + "x-ms-routing-request-id": "JAPANEAST:20230614T084723Z:e8403af5-ead7-406b-a09b-15ad6e1b55b8" + }, + "ResponseBody": { + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2771/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel", + "name": "hdisdk-securechannel", + "type": "Microsoft.HDInsight/clusters", + "location": "Japan East", + "etag": "754cba7a-aa06-4292-922d-79701177bd5e", + "tags": { + "key0": "value0" + }, + "properties": { + "clusterVersion": "4.0.3000.1", + "clusterHdpVersion": "4.1.14.2", + "osType": "Linux", + "clusterDefinition": { + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", + "kind": "Hadoop", + "componentVersion": { + "Hadoop": "3.1" + } + }, + "clusterId": "94787df46988441c9a27309ae0be3fc6", + "computeProfile": { + "roles": [ + { + "name": "headnode", + "targetInstanceCount": 2, + "hardwareProfile": { + "vmSize": "standard_a4_v2" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951" + } + }, + "encryptDataDisks": false + }, + { + "name": "workernode", + "targetInstanceCount": 3, + "hardwareProfile": { + "vmSize": "standard_a4_v2" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951" + } + }, + "encryptDataDisks": false + }, + { + "name": "zookeepernode", + "targetInstanceCount": 3, + "hardwareProfile": { + "vmSize": "standard_a1_v2" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951" + } + }, + "encryptDataDisks": false + } + ] + }, + "provisioningState": "Succeeded", + "clusterState": "Running", + "createdDate": "2023-06-14T08:27:19.97", + "quotaInfo": { + "coresUsed": 20 + }, + "connectivityEndpoints": [ + { + "name": "SSH", + "protocol": "TCP", + "location": "hdisdk-securechannel-ssh.azurehdinsight.net", + "port": 22 + }, + { + "name": "HTTPS", + "protocol": "TCP", + "location": "hdisdk-securechannel.azurehdinsight.net", + "port": 443 + } + ], + "tier": "standard", + "encryptionInTransitProperties": { + "isEncryptionInTransitEnabled": true + }, + "storageProfile": { + "storageaccounts": [ + { + "name": "azstorageforcluster1940.blob.core.windows.net", + "resourceId": null, + "msiResourceId": null, + "key": null, + "fileSystem": null, + "container": "container2491", + "saskey": null, + "isDefault": true, + "enableSecureChannel": true, + "fileshare": null + } + ] + }, + "excludedServicesConfig": { + "excludedServicesConfigId": "default", + "excludedServicesList": "" + }, + "computeIsolationProperties": { + "enableComputeIsolation": false, + "hostSku": null + } + } + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "71450038", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" + } +} diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithSecureChannelAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithSecureChannelAsync.json new file mode 100644 index 000000000000..d505c25db0ac --- /dev/null +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithSecureChannelAsync.json @@ -0,0 +1,1767 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-961214c92d0ddff70a6d23bce67b6739-c8218bf560106435-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "793200cef8c0ab5e84614f93d6c18ddd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "501", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:09:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4a5cd1f0-d338-4eee-a773-9e8a78481c3d", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "4a5cd1f0-d338-4eee-a773-9e8a78481c3d", + "x-ms-routing-request-id": "JAPANEAST:20230615T010919Z:4a5cd1f0-d338-4eee-a773-9e8a78481c3d" + }, + "ResponseBody": { + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", + "authorizationSource": "RoleBased", + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], + "tags": { + "azsecpack": "nonprod" + }, + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-1149?api-version=**", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "24", + "Content-Type": "application/json", + "traceparent": "00-4bc73a4921a7a6f6b7236d7e2a69e288-7f59a8c8666ad67c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "93c5a04013b0ace5dd9fd28976552fce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "japaneast" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "232", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:09:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9be868c8-165e-4042-ad45-f89d3de684ff", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "9be868c8-165e-4042-ad45-f89d3de684ff", + "x-ms-routing-request-id": "JAPANEAST:20230615T010919Z:9be868c8-165e-4042-ad45-f89d3de684ff" + }, + "ResponseBody": { + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149", + "name": "HDInsightRG-1149", + "type": "Microsoft.Resources/resourceGroups", + "location": "japaneast", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel?api-version=2023-04-15-preview", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "1147", + "Content-Type": "application/json", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-356d44e20fdc4518-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230615.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dc2374c2d1ee2e2707b489c9324a1216", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "japaneast", + "tags": { + "key0": "value0" + }, + "properties": { + "clusterVersion": "4.0", + "osType": "Linux", + "tier": "Standard", + "clusterDefinition": { + "kind": "Hadoop", + "configurations": { + "gateway": { + "restAuthCredential.isEnabled": "true", + "restAuthCredential.username": "admin4468", + "restAuthCredential.password": "Password1!9688" + } + } + }, + "computeProfile": { + "roles": [ + { + "name": "headnode", + "targetInstanceCount": 2, + "hardwareProfile": { + "vmSize": "Large" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951", + "password": "Password!5951" + } + } + }, + { + "name": "workernode", + "targetInstanceCount": 3, + "hardwareProfile": { + "vmSize": "Large" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951", + "password": "Password!5951" + } + } + }, + { + "name": "zookeepernode", + "targetInstanceCount": 3, + "hardwareProfile": { + "vmSize": "Small" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951", + "password": "Password!5951" + } + } + } + ] + }, + "storageProfile": { + "storageaccounts": [ + { + "name": "azstorageforcluster9081.blob.core.windows.net", + "isDefault": true, + "container": "container6527", + "key": "Sanitized", + "enableSecureChannel": true + } + ] + }, + "encryptionInTransitProperties": { + "isEncryptionInTransitEnabled": true + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "Cache-Control": "no-cache", + "Content-Length": "1851", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:09:49 GMT", + "ETag": "\u00220d21e167-0fef-4792-8b3a-315d878db6a7\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b1185206-0025-4b3f-8a24-69b9cf88351f", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "5334640c-576f-4d91-a246-026ad3efbeb3", + "x-ms-routing-request-id": "JAPANEAST:20230615T010950Z:b1185206-0025-4b3f-8a24-69b9cf88351f" + }, + "ResponseBody": { + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel", + "name": "hdisdk-securechannel", + "type": "Microsoft.HDInsight/clusters", + "location": "Japan East", + "etag": "0d21e167-0fef-4792-8b3a-315d878db6a7", + "tags": { + "key0": "value0" + }, + "properties": { + "clusterVersion": "4.0.3000.1", + "clusterHdpVersion": "", + "osType": "Linux", + "clusterDefinition": { + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", + "kind": "Hadoop", + "componentVersion": { + "Hadoop": "3.1" + } + }, + "clusterId": "5ed4f232fc96401b81a4fd729450f672", + "computeProfile": { + "roles": [ + { + "name": "headnode", + "targetInstanceCount": 2, + "hardwareProfile": { + "vmSize": "standard_a4_v2" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951" + } + }, + "encryptDataDisks": false + }, + { + "name": "workernode", + "targetInstanceCount": 3, + "hardwareProfile": { + "vmSize": "standard_a4_v2" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951" + } + }, + "encryptDataDisks": false + }, + { + "name": "zookeepernode", + "targetInstanceCount": 3, + "hardwareProfile": { + "vmSize": "standard_a1_v2" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951" + } + }, + "encryptDataDisks": false + } + ] + }, + "provisioningState": "InProgress", + "clusterState": "Accepted", + "createdDate": "2023-06-15T01:09:49.523", + "quotaInfo": { + "coresUsed": 20 + }, + "tier": "standard", + "encryptionInTransitProperties": { + "isEncryptionInTransitEnabled": true + }, + "storageProfile": { + "storageaccounts": [ + { + "name": "azstorageforcluster9081.blob.core.windows.net", + "resourceId": null, + "msiResourceId": null, + "key": null, + "fileSystem": null, + "container": "container6527", + "saskey": null, + "isDefault": true, + "enableSecureChannel": true, + "fileshare": null + } + ] + }, + "excludedServicesConfig": { + "excludedServicesConfigId": "default", + "excludedServicesList": "" + }, + "computeIsolationProperties": { + "enableComputeIsolation": false, + "hostSku": null + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-fb184adf562bd7ad-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "75629e50c855774057842a31bdf5da13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:09:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8ad6365c-ddee-45bf-a406-37dfbda62431", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "3d7013ae-f1de-4d1d-9b99-86674e4b61c0", + "x-ms-routing-request-id": "JAPANEAST:20230615T010950Z:8ad6365c-ddee-45bf-a406-37dfbda62431" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-7bf61549b4e58191-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ff5bd84d096245908b9f79c1d610663f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:09:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e99fef15-0222-4521-96d7-e2d0b72ea026", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "dc5c6a24-77b9-4a72-accb-c3d1dbf85aa4", + "x-ms-routing-request-id": "JAPANEAST:20230615T010952Z:e99fef15-0222-4521-96d7-e2d0b72ea026" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-d8ecd954ff4a5a13-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "93787b2a9ce7e6c1e8fe3ff453b7c66e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:09:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f67a0d70-9c61-49f4-b141-9737783196f3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "6d6fdae6-9d7f-452b-bb89-0f07ee4c38b4", + "x-ms-routing-request-id": "JAPANEAST:20230615T010953Z:f67a0d70-9c61-49f4-b141-9737783196f3" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-f728f903cc9abd77-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "efc9e8518a6c46ab0e1deab54e7ea147", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:09:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ef190b08-e4f6-4bfd-a778-531aecec4696", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "1679e11d-f8e5-4d15-b529-f6e7a4703679", + "x-ms-routing-request-id": "JAPANEAST:20230615T010954Z:ef190b08-e4f6-4bfd-a778-531aecec4696" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-0a9e11152d55c9ad-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4206ea1d477cb12b16741664ca9bf1d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:09:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b01eb06a-1f7c-49df-8e22-e42e1950816f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "36034688-ab64-4a28-a592-2d0fcdaac7b4", + "x-ms-routing-request-id": "JAPANEAST:20230615T010957Z:b01eb06a-1f7c-49df-8e22-e42e1950816f" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-54d0296429625d07-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ee700ad87746a0d3d03285cab20b9769", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:10:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "70c3432d-a708-4e3b-b488-32a4bbcdc995", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "77ac241f-8dee-4c3a-ba8b-852fd607b4eb", + "x-ms-routing-request-id": "JAPANEAST:20230615T011001Z:70c3432d-a708-4e3b-b488-32a4bbcdc995" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-833dab04e7aa63d0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "69d6f75d84b00af2bd18d8f873467b72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:10:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b977f52f-372c-4bf0-90d7-759ddd25ca12", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "a21936a7-36aa-45a7-beb5-73c4a4778ecc", + "x-ms-routing-request-id": "JAPANEAST:20230615T011010Z:b977f52f-372c-4bf0-90d7-759ddd25ca12" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-ea27ff2545feaf7b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "44dd162bb30ea6011666714ac260fe0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:10:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "53731c42-04dc-4999-a286-cb26b6b023dd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "5d68a53d-2f04-41e8-891b-e7cc7ba9c199", + "x-ms-routing-request-id": "JAPANEAST:20230615T011026Z:53731c42-04dc-4999-a286-cb26b6b023dd" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-18101ce19963441e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d306addc88c454231865302d9eda2c89", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:10:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "16ec70da-f89a-4ebb-8aed-b2fe7f94852d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "77a68ac7-f150-4c04-b7e1-3be16425af59", + "x-ms-routing-request-id": "JAPANEAST:20230615T011058Z:16ec70da-f89a-4ebb-8aed-b2fe7f94852d" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-408b633128e1823a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9c9f12b6532eaa5bf630524a12a7485c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:11:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3b0e82ce-574b-48d1-a5cf-fe3ef7ead59a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "0338b9d1-803f-4f1e-8124-c8ac28555f16", + "x-ms-routing-request-id": "JAPANEAST:20230615T011131Z:3b0e82ce-574b-48d1-a5cf-fe3ef7ead59a" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-b7df2693e588c6f5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c61bcd1aa840a2aef2882ba882d3083b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:12:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "65f8b053-9cce-4add-9bc2-5bee07d69c52", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "07c078a6-7633-40e0-a92a-98358821a5c1", + "x-ms-routing-request-id": "JAPANEAST:20230615T011203Z:65f8b053-9cce-4add-9bc2-5bee07d69c52" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-a129af3676d43320-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "af93e83a62c189dc515cdd9436d94170", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:12:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "40322bde-8a4a-4610-8fcc-a6bb5fb06594", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "86ba1264-8c4a-40e4-ab5e-f5b50a1dd096", + "x-ms-routing-request-id": "JAPANEAST:20230615T011236Z:40322bde-8a4a-4610-8fcc-a6bb5fb06594" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-e8026ab8898f7031-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d013d41d65bf0e4964fca9a527b22722", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:13:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "becdb5f6-6834-4a52-ba09-eca670db1806", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "a574a522-62d4-4b31-850f-6ca3dfb4fb8e", + "x-ms-routing-request-id": "JAPANEAST:20230615T011308Z:becdb5f6-6834-4a52-ba09-eca670db1806" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-04012b8554602760-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2a0f16279814b89af19274e3ca196c19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:13:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "68acf1e0-5581-49a4-9952-f66d772e7884", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "228ba4db-31b6-4776-85df-ba6ea442baa3", + "x-ms-routing-request-id": "JAPANEAST:20230615T011341Z:68acf1e0-5581-49a4-9952-f66d772e7884" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-0e294be08fd506f5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ad8bba4738c0d47c9e854ac5b836619f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:14:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "63108176-da5c-45e3-988a-729da06ea968", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "a2a8bbe5-0b59-4cb5-b72b-f9033d285e2a", + "x-ms-routing-request-id": "JAPANEAST:20230615T011413Z:63108176-da5c-45e3-988a-729da06ea968" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-64c74f07b6e54d55-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "206dbb3417c9845c395bdf2cf165434b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:14:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0e8913ec-e330-4383-8758-a0511433ef72", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "8c385707-b7b5-41eb-88ed-500d4bfb1c8b", + "x-ms-routing-request-id": "JAPANEAST:20230615T011446Z:0e8913ec-e330-4383-8758-a0511433ef72" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-4701d68678c6f96c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6d5e8f907a26ef61993b8b8e4ed5ffba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:15:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "80042ea1-febe-407d-b886-c6eb6b5c721e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "b4850109-a761-435b-ba6c-dff78dbcb29c", + "x-ms-routing-request-id": "JAPANEAST:20230615T011518Z:80042ea1-febe-407d-b886-c6eb6b5c721e" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-f11213e3b1eb7f2d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0faed5314cac2f505e077365594fe338", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:15:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b94ff29e-eebe-497c-a9cb-3920087084a8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "dc0b454d-8595-4ee5-a422-13e1537755d2", + "x-ms-routing-request-id": "JAPANEAST:20230615T011551Z:b94ff29e-eebe-497c-a9cb-3920087084a8" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-a7ed52d24c62fdde-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2835ff42f4d8ba79597d868e8bcd3664", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:16:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "de48dfe1-d7de-4649-a2b9-1d5f21957a00", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "52511a5a-fc2a-442b-8d45-588ab6b0c220", + "x-ms-routing-request-id": "JAPANEAST:20230615T011623Z:de48dfe1-d7de-4649-a2b9-1d5f21957a00" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-f8e6dda468a06cee-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1cfb245b33b7449e3e2e0e1f06fc964a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:16:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9b65965d-7596-455a-b6ab-46212052e299", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "83970b69-5623-4925-b1f1-c8b147729e94", + "x-ms-routing-request-id": "JAPANEAST:20230615T011656Z:9b65965d-7596-455a-b6ab-46212052e299" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-741f30a452af4213-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4e4c5257d6a03de25bf3b62ec5c2a490", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:17:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a346ce33-9cea-4133-8c1a-efb1307930cc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "2ba9b72d-1265-499e-a728-e4bcd2db766a", + "x-ms-routing-request-id": "JAPANEAST:20230615T011728Z:a346ce33-9cea-4133-8c1a-efb1307930cc" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-34db0f2793d5655f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "34090fd0c7540e8160f1eaa9e559b45d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:18:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "70b4b931-5b41-4f1e-bcff-c6ff5c60a244", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "9abf2511-cd3a-4bfa-bb86-f36963d5dfbd", + "x-ms-routing-request-id": "JAPANEAST:20230615T011800Z:70b4b931-5b41-4f1e-bcff-c6ff5c60a244" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-578e3a4094c01004-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "38363ce7e78184c441bec0c37d6f7e7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:18:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b6ddf9d6-37e8-4169-8f8a-45168efa1be8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "7059e353-c55d-46df-9ba2-dbac259ac6e4", + "x-ms-routing-request-id": "JAPANEAST:20230615T011833Z:b6ddf9d6-37e8-4169-8f8a-45168efa1be8" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-f5460cb662a4aadb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f74e7e8a61f290f5d13dedafec395702", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:19:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d7bf0deb-bbd3-4fdf-8e83-35003bba3ca6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "30c02b16-d69f-4fa2-9cad-4520d8f22cdd", + "x-ms-routing-request-id": "JAPANEAST:20230615T011905Z:d7bf0deb-bbd3-4fdf-8e83-35003bba3ca6" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-ad1a3ed9ddb3ad57-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8947583e6b8ce90f4a85f39506bd91f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:19:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a97fefb9-a17e-4a06-a2dd-3b7c7a0606c3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "cbb39398-671e-4243-ad9f-8f2cea039f13", + "x-ms-routing-request-id": "JAPANEAST:20230615T011937Z:a97fefb9-a17e-4a06-a2dd-3b7c7a0606c3" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-b32dae5c57119b75-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "671f6d73bd0b866a46a56743f9159707", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:20:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9513d21e-d5dd-412e-a5cd-7a7c2959dd18", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "25bdd15a-f21d-451d-a5d4-3f2d17b48571", + "x-ms-routing-request-id": "JAPANEAST:20230615T012010Z:9513d21e-d5dd-412e-a5cd-7a7c2959dd18" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-56c2678a887cb53f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2484be66f4281ef06e65ac6d6d608a13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:20:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b215752d-1c8a-4cb5-9247-d6e6274eecd7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "a8a50089-bb41-41aa-b75e-10e8d42ae28d", + "x-ms-routing-request-id": "JAPANEAST:20230615T012042Z:b215752d-1c8a-4cb5-9247-d6e6274eecd7" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-e2fc17c5f3287159-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7f3cfcacf01a81f6eec043e704cbef35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:21:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a296ca3b-7b5a-45f8-8af4-6e5170a4d96e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "b5579b69-2ce2-4268-b02b-f3ad2a55d03d", + "x-ms-routing-request-id": "JAPANEAST:20230615T012115Z:a296ca3b-7b5a-45f8-8af4-6e5170a4d96e" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-f6622d48949dfe6d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "482eebed6c387ec87d00f8a611fd18e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:21:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "70c5169b-6b17-4082-a23b-81301e67fc65", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "a66b0889-984c-465d-8a39-97b95d29c6d9", + "x-ms-routing-request-id": "JAPANEAST:20230615T012147Z:70c5169b-6b17-4082-a23b-81301e67fc65" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-08ef1e1a9ed12697-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fc96531b18d976edc7033667b00919a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:22:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5031ee6f-3f20-40b9-b4d2-fd71cd38722d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "994f38f5-674f-4b10-ab3b-085bba71a2f9", + "x-ms-routing-request-id": "JAPANEAST:20230615T012220Z:5031ee6f-3f20-40b9-b4d2-fd71cd38722d" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-0e962e77a1252e81-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "817f7775413140db34bd0119f75070f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:22:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d2bb4320-c210-41a3-a5e6-b746e885da9b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "38fad8b1-8a7f-4b6d-828e-9dfe39cc8fdb", + "x-ms-routing-request-id": "JAPANEAST:20230615T012252Z:d2bb4320-c210-41a3-a5e6-b746e885da9b" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-9ad8f8cff627c74d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b1cb5ea8f234d45bfeb880353660ce74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:23:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8c9b2267-7ece-41b0-b934-44aad46cd9f3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "8c588212-7cc7-4b6c-97d0-240eaeae8421", + "x-ms-routing-request-id": "JAPANEAST:20230615T012325Z:8c9b2267-7ece-41b0-b934-44aad46cd9f3" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-f3fc5d4f2670163a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "993055e7967dd9b47856c81c17d47f77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:23:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ad7be972-476b-4290-a727-523d8fa29c2d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "9aa82626-1659-475c-8129-127d0d74f4ac", + "x-ms-routing-request-id": "JAPANEAST:20230615T012357Z:ad7be972-476b-4290-a727-523d8fa29c2d" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-eebca0db2fa648f2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "52bf4593673d826e1bab8379c0a509d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:24:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "253624d8-e591-419d-b58b-964d210d1346", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "7df8214f-1008-4b80-b212-f501d3c639f1", + "x-ms-routing-request-id": "JAPANEAST:20230615T012430Z:253624d8-e591-419d-b58b-964d210d1346" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-cf7f53b164ec08d1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a1318ceed61f1173a9f239dd2a3fbd29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:25:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4778b753-42ad-4688-9142-ac1495809ac7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "338cd7e4-2ade-4265-9fa2-5e768c079294", + "x-ms-routing-request-id": "JAPANEAST:20230615T012502Z:4778b753-42ad-4688-9142-ac1495809ac7" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-f2c7aac39ec0a81e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f0a109387ca17f37e7ae7dd2133b18d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:25:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9f13fa01-2177-43a5-b736-35d8d3cc8fc0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "99de3e7d-5230-4ced-8f6b-1d615cd12a13", + "x-ms-routing-request-id": "JAPANEAST:20230615T012534Z:9f13fa01-2177-43a5-b736-35d8d3cc8fc0" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-55dd09bee8759bca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8a2df44ddea2bc57d2aea84a2e9058dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:26:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d6e7b198-e180-4892-8c5e-9302e0703c0f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "2d58c90a-ccb7-4bf1-b237-2cadf915c8f3", + "x-ms-routing-request-id": "JAPANEAST:20230615T012607Z:d6e7b198-e180-4892-8c5e-9302e0703c0f" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-afb066ae3ceeddda-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b64059ee1804723255b1b97158a0fe6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:26:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "177dc90e-4a7d-4bfd-8f63-a5417204bd5f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "bf822bfd-132f-4591-8d0c-45e4052d7839", + "x-ms-routing-request-id": "JAPANEAST:20230615T012639Z:177dc90e-4a7d-4bfd-8f63-a5417204bd5f" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-0af947f4121fee08-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "359066d932115a87b2e51ef3d3ec5157", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:27:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1586d4a5-1b0f-4533-ae0d-1fada724fc6b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "67dd48bd-0045-44d6-bb4d-279377f8f9f7", + "x-ms-routing-request-id": "JAPANEAST:20230615T012712Z:1586d4a5-1b0f-4533-ae0d-1fada724fc6b" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-c9dca034f34ddd97-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b9e3a15561fa34cec2ba34f124e66331", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:27:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cb356907-877d-4c06-bdae-9806579268ad", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "1fdbfc61-c2cf-40a5-800c-7b0695ffd050", + "x-ms-routing-request-id": "JAPANEAST:20230615T012744Z:cb356907-877d-4c06-bdae-9806579268ad" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-99603b55b122c1fe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c7703aaf23ffbbcad2e6041ffa3f9f68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:28:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fcce3eb0-3b93-4905-a979-9df51adb23f0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "d9b2957f-f9fa-47ad-b8a5-c85995fca1a6", + "x-ms-routing-request-id": "JAPANEAST:20230615T012817Z:fcce3eb0-3b93-4905-a979-9df51adb23f0" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b0600eeb5911b966a426a32891564c09-b5e2f69362446474-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b71c626044bc7873985c7357fe9535cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2080", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 01:28:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f2a89304-1e03-446b-8143-758a5a17f448", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "4355f4b7-74bd-402e-8408-2158298f195e", + "x-ms-routing-request-id": "JAPANEAST:20230615T012817Z:f2a89304-1e03-446b-8143-758a5a17f448" + }, + "ResponseBody": { + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1149/providers/Microsoft.HDInsight/clusters/hdisdk-securechannel", + "name": "hdisdk-securechannel", + "type": "Microsoft.HDInsight/clusters", + "location": "Japan East", + "etag": "0d21e167-0fef-4792-8b3a-315d878db6a7", + "tags": { + "key0": "value0" + }, + "properties": { + "clusterVersion": "4.0.3000.1", + "clusterHdpVersion": "4.1.14.2", + "osType": "Linux", + "clusterDefinition": { + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", + "kind": "Hadoop", + "componentVersion": { + "Hadoop": "3.1" + } + }, + "clusterId": "5ed4f232fc96401b81a4fd729450f672", + "computeProfile": { + "roles": [ + { + "name": "headnode", + "targetInstanceCount": 2, + "hardwareProfile": { + "vmSize": "standard_a4_v2" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951" + } + }, + "encryptDataDisks": false + }, + { + "name": "workernode", + "targetInstanceCount": 3, + "hardwareProfile": { + "vmSize": "standard_a4_v2" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951" + } + }, + "encryptDataDisks": false + }, + { + "name": "zookeepernode", + "targetInstanceCount": 3, + "hardwareProfile": { + "vmSize": "standard_a1_v2" + }, + "osProfile": { + "linuxOperatingSystemProfile": { + "username": "sshuser5951" + } + }, + "encryptDataDisks": false + } + ] + }, + "provisioningState": "Succeeded", + "clusterState": "Running", + "createdDate": "2023-06-15T01:09:49.523", + "quotaInfo": { + "coresUsed": 20 + }, + "connectivityEndpoints": [ + { + "name": "SSH", + "protocol": "TCP", + "location": "hdisdk-securechannel-ssh.azurehdinsight.net", + "port": 22 + }, + { + "name": "HTTPS", + "protocol": "TCP", + "location": "hdisdk-securechannel.azurehdinsight.net", + "port": 443 + } + ], + "tier": "standard", + "encryptionInTransitProperties": { + "isEncryptionInTransitEnabled": true + }, + "storageProfile": { + "storageaccounts": [ + { + "name": "azstorageforcluster9081.blob.core.windows.net", + "resourceId": null, + "msiResourceId": null, + "key": null, + "fileSystem": null, + "container": "container6527", + "saskey": null, + "isDefault": true, + "enableSecureChannel": true, + "fileshare": null + } + ] + }, + "excludedServicesConfig": { + "excludedServicesConfigId": "default", + "excludedServicesList": "" + }, + "computeIsolationProperties": { + "enableComputeIsolation": false, + "hostSku": null + } + } + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "486192871", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" + } +} diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithTLS12.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithTLS12.json index bdefc586dc09..4ac32d8f175e 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithTLS12.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithTLS12.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a6f281322502d6815d72f2c405e45d7e-39bf4a05b0775532-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6d4733cf5eeaaa7fabe41c1c1153d45c", + "traceparent": "00-03ef860a1536e021c6d1c5184806f9b2-b9a16f2c1997092d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ede7681af9a9935ff4a06fe46be82492", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:29:42 GMT", + "Date": "Mon, 12 Jun 2023 11:31:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a3ed8c4-7f8c-43d8-87ea-7b8579d00a60", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "5a3ed8c4-7f8c-43d8-87ea-7b8579d00a60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152943Z:5a3ed8c4-7f8c-43d8-87ea-7b8579d00a60" + "x-ms-correlation-request-id": "a246e0ac-b124-4170-9dee-2356f525bdac", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "a246e0ac-b124-4170-9dee-2356f525bdac", + "x-ms-routing-request-id": "JAPANEAST:20230612T113130Z:a246e0ac-b124-4170-9dee-2356f525bdac" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-7218?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-5929?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-8bc8dcd2af1510acdfea39c4dd8cffe9-a32039dfca1e8414-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bb255f4f57fa30347b1d4eeb478e97e2", + "traceparent": "00-7f36077a10fa86c8f334263ad5771912-a04e769786b5514f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6ada6b9a4e2452ed871dd66ebefcfb33", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:29:45 GMT", + "Date": "Mon, 12 Jun 2023 11:31:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aaea49ba-3a21-494a-afa7-5719a3fb883a", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "aaea49ba-3a21-494a-afa7-5719a3fb883a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T152946Z:aaea49ba-3a21-494a-afa7-5719a3fb883a" + "x-ms-correlation-request-id": "b86dc1ac-1501-413b-9aad-fb58043246d1", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "b86dc1ac-1501-413b-9aad-fb58043246d1", + "x-ms-routing-request-id": "JAPANEAST:20230612T113130Z:b86dc1ac-1501-413b-9aad-fb58043246d1" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218", - "name": "HDInsightRG-7218", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929", + "name": "HDInsightRG-5929", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1148", + "Content-Length": "1151", "Content-Type": "application/json", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-b477a907e9f36366-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7c9855e498643f24214b72a74b446220", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-20189151179c9b82-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fe7315f7f0f57fd226d601fbf31c02aa", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster1392.blob.core.windows.net", + "name": "azstorageforcluster9121.blob.core.windows.net", "isDefault": true, - "container": "container3685", + "container": "container6492", "key": "Sanitized" } ] @@ -189,30 +183,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1835", + "Content-Length": "1865", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:30:20 GMT", - "ETag": "\u00222bb00371-1cc6-42af-8442-efc31daf6713\u0022", + "Date": "Mon, 12 Jun 2023 11:32:00 GMT", + "ETag": "\u002294373218-a05c-4ff7-a555-deb504e870c6\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d65bfaa-fa80-46c8-9a54-9b2a33a34b2e", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "47235e85-3868-4dcd-b8cf-3631ba7e2871", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153020Z:0d65bfaa-fa80-46c8-9a54-9b2a33a34b2e" + "x-ms-correlation-request-id": "76125116-d4db-4079-9cd0-b6f75fc2325f", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "99b46473-a5d8-4bd9-967d-3a549da84861", + "x-ms-routing-request-id": "JAPANEAST:20230612T113201Z:76125116-d4db-4079-9cd0-b6f75fc2325f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12", "name": "hdisdk-tls12", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "2bb00371-1cc6-42af-8442-efc31daf6713", + "location": "Japan East", + "etag": "94373218-a05c-4ff7-a555-deb504e870c6", "tags": { "key0": "value0" }, @@ -221,13 +215,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "c759087428134f93a6e5b9365a5dd549", + "clusterId": "25e480ad11ee489086565971b9416f57", "computeProfile": { "roles": [ { @@ -273,7 +267,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T15:30:18.45", + "createdDate": "2023-06-12T11:32:01.29", "quotaInfo": { "coresUsed": 20 }, @@ -284,14 +278,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster1392.blob.core.windows.net", + "name": "azstorageforcluster9121.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container3685", + "container": "container6492", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -309,45 +304,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-43ddc779ab282f94-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7beb2db7204d36f42b656b1a90f977df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:30:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a50ccd18-4e60-4b04-ace9-8094d91d156e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "378d79d9-989c-42cf-a994-e5c3591e0662", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153021Z:a50ccd18-4e60-4b04-ace9-8094d91d156e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-48b70c74efba89c6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3e29e6c24c3459f3521cbde60eca5dbe", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-6c8516b6552732ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9ec08b1bd481d2f4316fa50cf1a8ac27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -356,30 +319,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:30:23 GMT", + "Date": "Mon, 12 Jun 2023 11:32:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45e8cc8b-0285-4d43-bc89-fd5c37cf586c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "24c7724e-b119-4f6a-b140-45d8ac35ed1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153023Z:45e8cc8b-0285-4d43-bc89-fd5c37cf586c" + "x-ms-correlation-request-id": "6fff201e-7e69-41bd-8d9c-057d1da446a9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "afb2d589-2aff-42c8-8c29-0894482366c5", + "x-ms-routing-request-id": "JAPANEAST:20230612T113202Z:6fff201e-7e69-41bd-8d9c-057d1da446a9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-fdd0bb862b68db4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1eef3548e759b3d3ad45a5b61fe8ebc5", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-a1b002f2398dc416-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "96edd9d1c75c887b93d6710f293e5240", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -388,30 +351,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:30:24 GMT", + "Date": "Mon, 12 Jun 2023 11:32:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f1be833-b6ac-4dbb-9e83-cd4ec8b10d68", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "fc78abad-c314-4df2-8907-87976196d1fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153025Z:8f1be833-b6ac-4dbb-9e83-cd4ec8b10d68" + "x-ms-correlation-request-id": "ec1542e6-43dc-4a89-98d4-4af9b6aef8c6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "1a5c98c2-1989-47d3-923c-8ab4b0f3bc27", + "x-ms-routing-request-id": "JAPANEAST:20230612T113203Z:ec1542e6-43dc-4a89-98d4-4af9b6aef8c6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-a06e726002e408c5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fb96aa06c33a6b0739922930620d2760", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-e0d48104e93c4049-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "68e0d373645bf6296fb37ffbc975abe5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -420,30 +383,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:30:26 GMT", + "Date": "Mon, 12 Jun 2023 11:32:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c7a709e8-218e-4948-9c8e-2736c7e78a84", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "9a159db7-412b-48a4-82cc-b3b457cfafcf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153026Z:c7a709e8-218e-4948-9c8e-2736c7e78a84" + "x-ms-correlation-request-id": "600013a0-08ce-4531-bb18-7210e324bbd4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "babe3685-2eb9-44bc-ac00-4f93d73ce5b8", + "x-ms-routing-request-id": "JAPANEAST:20230612T113204Z:600013a0-08ce-4531-bb18-7210e324bbd4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-06f95741e8bac057-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5bd2ac085909db86127591efa63d3969", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-c8c0a2b0884573fa-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "53c19f39cbf853d110370aaa63e5a9f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -452,30 +415,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:30:29 GMT", + "Date": "Mon, 12 Jun 2023 11:32:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c44e059-a6e7-4b5d-990b-a22500d2c968", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "6b4fc672-85d6-4dfb-820e-20e789c77a2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153029Z:7c44e059-a6e7-4b5d-990b-a22500d2c968" + "x-ms-correlation-request-id": "59d07920-b470-4b9f-beab-f2a1287670a3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "510b357a-f708-44d3-91a5-95da036f1f18", + "x-ms-routing-request-id": "JAPANEAST:20230612T113206Z:59d07920-b470-4b9f-beab-f2a1287670a3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-a84fc8c8f946e495-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "64e0f830613484842d83e4c6bea251a0", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-46b47d121bd33a7e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e98651d44c86dccaff627a9487fbf1d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -484,30 +447,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:30:34 GMT", + "Date": "Mon, 12 Jun 2023 11:32:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ca134d1-b448-43db-980a-2b7d482785a4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "d6edbe4e-c090-4792-841b-9824df8af06b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153034Z:8ca134d1-b448-43db-980a-2b7d482785a4" + "x-ms-correlation-request-id": "96470b06-add2-4a21-8a06-5c3b42fb2cd7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "1f27612a-a740-4c26-a723-b3ec0eff38a7", + "x-ms-routing-request-id": "JAPANEAST:20230612T113208Z:96470b06-add2-4a21-8a06-5c3b42fb2cd7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-e3cf537c741a51ee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "73ad451d9016adbb23bbe9c43218c4fc", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-c59681b141245feb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8ad58c2afe7ca848028c5823597e9389", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -516,30 +479,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:30:43 GMT", + "Date": "Mon, 12 Jun 2023 11:32:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "076eaee7-133f-444f-b70b-42db4f506b7d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "f8a4a63e-ed23-4d8e-b650-52f22a584ced", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153043Z:076eaee7-133f-444f-b70b-42db4f506b7d" + "x-ms-correlation-request-id": "b467325f-c943-4f53-a63f-799bf7d1e7c9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "f1dd34ef-6b06-4e2a-af3f-66ddcbc3d286", + "x-ms-routing-request-id": "JAPANEAST:20230612T113212Z:b467325f-c943-4f53-a63f-799bf7d1e7c9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-7ff76727fc4a5240-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6900bf59c32ca62b284d2d8674c01c6f", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-c73704202b2441ea-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "64de8c098ddcf51cd354a401a4280b90", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -548,30 +511,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:30:59 GMT", + "Date": "Mon, 12 Jun 2023 11:32:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5edea06a-9eaf-4f08-9d72-2f54fd042996", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "8dce9621-4cc4-43df-8391-b6d6c8734a5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153100Z:5edea06a-9eaf-4f08-9d72-2f54fd042996" + "x-ms-correlation-request-id": "7eef26ae-b5d2-4286-9a94-169ac87d79c8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "6e38b05e-2786-4f93-ba94-cf81c23db893", + "x-ms-routing-request-id": "JAPANEAST:20230612T113221Z:7eef26ae-b5d2-4286-9a94-169ac87d79c8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-3e674318276bc251-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "61d2f124c68fa0533d33407978bf5215", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-464dc69e38dc9e32-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d780ed771e0f1f751cf01c3ceca81430", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -580,30 +543,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:31:33 GMT", + "Date": "Mon, 12 Jun 2023 11:32:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2cc80a3-a773-46bf-9458-a4e73bf66f82", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "a1ad2f2d-dba1-429e-901d-d452159dda5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153133Z:c2cc80a3-a773-46bf-9458-a4e73bf66f82" + "x-ms-correlation-request-id": "5dec6aab-431d-4510-93b6-cabc7397a84f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "99933c5e-65da-43f7-98de-0b46b1c7949c", + "x-ms-routing-request-id": "JAPANEAST:20230612T113237Z:5dec6aab-431d-4510-93b6-cabc7397a84f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-f1bbe84007751ed2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fe6de8bfe7a25a7319074ac862353963", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-a97e4ab849d2fb4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bb9f9d635ba19d406fe0b7285a4703da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -612,30 +575,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:32:05 GMT", + "Date": "Mon, 12 Jun 2023 11:33:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ede21e2-65e0-4a79-860f-e6aa8086bfc4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "feca6960-47d5-4bc4-afa4-8112896e8724", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153205Z:7ede21e2-65e0-4a79-860f-e6aa8086bfc4" + "x-ms-correlation-request-id": "97bbb5e7-f107-4a28-819b-0c7345f765b3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "2c5724f3-9b87-42a7-a634-4383db8dc1ce", + "x-ms-routing-request-id": "JAPANEAST:20230612T113309Z:97bbb5e7-f107-4a28-819b-0c7345f765b3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-739fadbb30b8aaa1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "40a0799e6346936c6c5f2cf982b22e68", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-3cba39ec3900a327-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6cabc780bcfeeb7a17bf47ec71e0092a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -644,30 +607,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:32:38 GMT", + "Date": "Mon, 12 Jun 2023 11:33:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b3123bf-9c69-4299-adbc-08e8bbc67d53", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "1c7b986f-ae9f-4f79-8b21-38caaffbed33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153238Z:0b3123bf-9c69-4299-adbc-08e8bbc67d53" + "x-ms-correlation-request-id": "2da86221-9309-416d-a82b-aec06e5b00a8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "8703ec79-54f8-432d-96af-d65affb6ad42", + "x-ms-routing-request-id": "JAPANEAST:20230612T113341Z:2da86221-9309-416d-a82b-aec06e5b00a8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-96e60490d455a9db-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8bc617fb1d533dcd7d7748887b8a3d07", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-450567e1929d9ede-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "069d73404f891ceeace2672f664dc4d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -676,158 +639,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:33:11 GMT", + "Date": "Mon, 12 Jun 2023 11:34:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15c7c7a4-b2af-4cd9-a665-b69d23cf7015", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "a0793035-19a9-4fc0-9daa-ed88816ef4ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153311Z:15c7c7a4-b2af-4cd9-a665-b69d23cf7015" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-8b5f4ec7f80413eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fedbddfa111f5bcf7bd99242ba7ad767", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:33:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90c2b654-c0d4-4812-97be-67f50b3408d7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "fe778b28-7fde-4a2e-8239-0e22714ad1b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153346Z:90c2b654-c0d4-4812-97be-67f50b3408d7" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-3a446f637e9b6a3f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4bcde2d8ad6e8010ac63c3ce1be417e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:34:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d09115cc-33bf-4f61-a05e-33d1817ac31e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "62de8f38-8cbd-4439-99fb-7132eb22eda1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153418Z:d09115cc-33bf-4f61-a05e-33d1817ac31e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-ed72c658dae94c8b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a5ff25222fd6e949486b10798b8a8203", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:34:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3fc4ebe-c2d4-4f43-86e0-641411e6c33d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "3e45026f-d62e-4733-a77c-e0149db86b20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153451Z:f3fc4ebe-c2d4-4f43-86e0-641411e6c33d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-3afd3d7c520e205c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "98afe09ff2bc4c99cd5a52bc4e004096", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:35:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a2f3a99-410f-4db3-ba4f-12559f8e1e03", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "43abaa80-d25e-442c-aecf-c0f6ffa04274", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153524Z:3a2f3a99-410f-4db3-ba4f-12559f8e1e03" + "x-ms-correlation-request-id": "dbec1971-d9ba-454a-a3c8-b5e39a1cde88", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "8e2c9168-9aea-4e02-a460-b067b3cf30d5", + "x-ms-routing-request-id": "JAPANEAST:20230612T113414Z:dbec1971-d9ba-454a-a3c8-b5e39a1cde88" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-21a2389fd462931b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "951fb0c1327ba99099e302039c96f421", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-c0a24907786553bf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "24bb42eda7fca73223b3a4e214542c8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -836,30 +671,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:35:57 GMT", + "Date": "Mon, 12 Jun 2023 11:34:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ebae49d-d695-4a7d-94bd-853fc4ed4cc6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "37b4be17-9b44-4a6e-8e5d-0b538fa34658", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153557Z:8ebae49d-d695-4a7d-94bd-853fc4ed4cc6" + "x-ms-correlation-request-id": "213c66d1-52cd-4bb9-826a-afa8dc70eecb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "cce8dd21-1efd-4320-a0df-9dc89923fd64", + "x-ms-routing-request-id": "JAPANEAST:20230612T113446Z:213c66d1-52cd-4bb9-826a-afa8dc70eecb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-b1ee0e6d9d7e4eeb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3a2ebfe07e3430258bb2d87bdc8c9b47", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-af825bdcb880e5fd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e7e88dd6fca93150d98fc01c544b84c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -868,30 +703,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:36:29 GMT", + "Date": "Mon, 12 Jun 2023 11:35:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8502bff6-ed9f-49a5-8b9b-472049050098", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "2b4399be-e188-41aa-8c3d-df696fbbb512", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153630Z:8502bff6-ed9f-49a5-8b9b-472049050098" + "x-ms-correlation-request-id": "a84b6a10-1517-4b23-8f08-1ddb9cbb5f43", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "6b288a35-b9a7-42ff-8d84-7cb53d42f120", + "x-ms-routing-request-id": "JAPANEAST:20230612T113518Z:a84b6a10-1517-4b23-8f08-1ddb9cbb5f43" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-9016de6b35ec92fa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dbb7792aed6b6d874f06ffd9ef96b036", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-129fe9c27d5a0b63-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2ffe71fae525982d40f6e3d5aa0c0757", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -900,30 +735,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:37:03 GMT", + "Date": "Mon, 12 Jun 2023 11:35:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ccc152b8-a93f-4dc1-ba43-98178f52010a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "8acee40b-e930-4a66-8271-6b3c319bd3f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153703Z:ccc152b8-a93f-4dc1-ba43-98178f52010a" + "x-ms-correlation-request-id": "61290766-33a0-4a82-bd7e-f139781f2729", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "425a8950-e6e8-4699-9b40-1d7bc26f3520", + "x-ms-routing-request-id": "JAPANEAST:20230612T113551Z:61290766-33a0-4a82-bd7e-f139781f2729" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-bcb27cf940d03cc3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8edb316606d242628aef09c95a15cc0c", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-9c5172f1504d38ae-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d958d9b6dd64f02cf1894b6de71653d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -932,30 +767,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:37:35 GMT", + "Date": "Mon, 12 Jun 2023 11:36:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e406b5d-29d7-44b3-b604-dd8207d67d3c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "f106401d-1903-4a4f-89a6-8f74971adc8b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153735Z:5e406b5d-29d7-44b3-b604-dd8207d67d3c" + "x-ms-correlation-request-id": "674c46c6-3e91-4ce0-b813-bc7c76bcfacf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "bd8902f0-fd92-44cb-9788-7fa62e97ecee", + "x-ms-routing-request-id": "JAPANEAST:20230612T113623Z:674c46c6-3e91-4ce0-b813-bc7c76bcfacf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-d769d53b7bf0b849-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "23d9bb4819dff2b637c1ea2d7f4c40f5", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-fd1ed7208ce207fd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a2e8da2ffc55f1695f4fa6b3197b86cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -964,30 +799,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:38:08 GMT", + "Date": "Mon, 12 Jun 2023 11:36:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99891134-0211-4ee9-8bb2-891f043bf034", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "c8675375-e502-49bc-8995-eda03113c73d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153808Z:99891134-0211-4ee9-8bb2-891f043bf034" + "x-ms-correlation-request-id": "2edd385d-3f8e-4608-b7ee-ec8c4ac194db", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "69752e83-dd2d-48ea-bf10-c8a8f1679294", + "x-ms-routing-request-id": "JAPANEAST:20230612T113655Z:2edd385d-3f8e-4608-b7ee-ec8c4ac194db" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-98038a7895a35757-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ab15a1020cb123751674507be4be123a", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-4366a0b46ac7b09f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7b656887aaf21c64450e3e9c9ac0b02a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -996,30 +831,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:38:42 GMT", + "Date": "Mon, 12 Jun 2023 11:37:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60f9bfa9-27b1-466f-a0a7-e05b2764ee7e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "8823f173-caa0-4b28-b879-cc0352a6dd30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153842Z:60f9bfa9-27b1-466f-a0a7-e05b2764ee7e" + "x-ms-correlation-request-id": "567ed8c4-4360-47fb-900f-6ad2d639499c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "845779c2-67c1-4ea0-ae9c-aec50364398c", + "x-ms-routing-request-id": "JAPANEAST:20230612T113728Z:567ed8c4-4360-47fb-900f-6ad2d639499c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-d70345b3f9c10c19-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3490f33a8cbd4c577be856101b34c33e", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-f3bf076633d838ed-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cfa60aa26524b9026f677a153778d675", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1028,30 +863,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:39:14 GMT", + "Date": "Mon, 12 Jun 2023 11:38:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97df925b-0556-440b-8ad6-f2e5cc63e41b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "d8a7c0ed-0c01-41ac-ba73-a4dcc47bd011", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153915Z:97df925b-0556-440b-8ad6-f2e5cc63e41b" + "x-ms-correlation-request-id": "9431a8c4-e6b7-4c98-a42e-73508598ec28", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "77f0593a-5ea9-4b6d-a5c2-85251ea39716", + "x-ms-routing-request-id": "JAPANEAST:20230612T113800Z:9431a8c4-e6b7-4c98-a42e-73508598ec28" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-d6fcecc0c8041047-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b8c713ae21ff3b5b45b50c6ac83a0e79", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-e4ac32de997cebca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7fe57e02d8b084e676cb5c46becd569e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1060,30 +895,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:39:47 GMT", + "Date": "Mon, 12 Jun 2023 11:38:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ceb7ac4-f5ec-4cce-a4c2-d511be9b785c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "8322fab9-31f5-456f-be40-edd90299ef2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T153948Z:8ceb7ac4-f5ec-4cce-a4c2-d511be9b785c" + "x-ms-correlation-request-id": "92cdd04c-39bb-4692-a4e4-1f66251bd176", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "d0c96490-cc9c-4ed4-86e2-67b08e0043a9", + "x-ms-routing-request-id": "JAPANEAST:20230612T113833Z:92cdd04c-39bb-4692-a4e4-1f66251bd176" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-f13af1b95d0f4308-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8bf3b0ae0cbb75384ac930c8b66408e2", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-3854471b725e3faa-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0e107b9eb7d521a866ac0b8a304fe5cd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1092,30 +927,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:40:20 GMT", + "Date": "Mon, 12 Jun 2023 11:39:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "beb7b54c-a303-4f21-a181-1989754006a8", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a6ccb09c-f173-462d-9d28-6d82533e84a7", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "bbc8549f-1072-4536-aa46-617e90c4910c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154021Z:beb7b54c-a303-4f21-a181-1989754006a8" + "x-ms-request-id": "185b468c-5cbc-4b36-8257-4bf714d810fe", + "x-ms-routing-request-id": "JAPANEAST:20230612T113905Z:a6ccb09c-f173-462d-9d28-6d82533e84a7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-0219b73efaa15a18-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d0cd12b05af7193b9855ee077fec8340", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-862b7590c9287809-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1c99c83731dbca7a2421595809bbfaa2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1124,30 +959,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:40:53 GMT", + "Date": "Mon, 12 Jun 2023 11:39:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b343819e-d272-4edc-b016-93d08df6a538", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "2732fce4-28e3-4158-9fa2-2f7c177ffd22", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "38e0d57d-5329-407e-8d69-85c7ad471b0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154054Z:b343819e-d272-4edc-b016-93d08df6a538" + "x-ms-request-id": "ebce6648-9dc0-4e1b-9e1e-8709748cfa3b", + "x-ms-routing-request-id": "JAPANEAST:20230612T113937Z:2732fce4-28e3-4158-9fa2-2f7c177ffd22" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-39297eb5a0bb0cee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6b61ddd93740a182db516d36f09285e0", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-612b7a33a0cb3843-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bb76db10c8684b9fd5c31903cc5b5326", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1156,30 +991,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:41:26 GMT", + "Date": "Mon, 12 Jun 2023 11:40:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4bd2fff0-0ff3-4edd-a633-9307aba760a4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "43d95c46-7249-4f59-a66a-f7aff2d155aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154126Z:4bd2fff0-0ff3-4edd-a633-9307aba760a4" + "x-ms-correlation-request-id": "16a67ef3-d615-46ea-b3d8-14ea82fc8b42", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "6749e5e8-a1f1-4c0d-a52f-1435856da7b8", + "x-ms-routing-request-id": "JAPANEAST:20230612T114010Z:16a67ef3-d615-46ea-b3d8-14ea82fc8b42" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-6b9b6e8e14e61355-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b6b92aad3e6d548174daf3661d31f65e", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-d7fd045c043ef91b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f50f8fe63a336dc30145e9b35d4f18ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1188,30 +1023,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:41:59 GMT", + "Date": "Mon, 12 Jun 2023 11:40:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59d9afa2-d0ac-4aaf-afff-d2e6500ad840", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "2bd98d45-6922-4ccb-bf6c-955be16b77d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154159Z:59d9afa2-d0ac-4aaf-afff-d2e6500ad840" + "x-ms-correlation-request-id": "af0a9f8e-47fe-4649-ad92-430d95f3120e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "238219ea-1645-4dcd-bcc9-85d106ca7cfc", + "x-ms-routing-request-id": "JAPANEAST:20230612T114042Z:af0a9f8e-47fe-4649-ad92-430d95f3120e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-ed3b2ff5690c0fc7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d8eeef459c0378a18f2bf5a6ec052805", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-25754d6b7aff4fc1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "547a68b229d96f64294d46171876fdc9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1220,30 +1055,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:42:32 GMT", + "Date": "Mon, 12 Jun 2023 11:41:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fed64e83-cfb5-4884-8625-39884a102b20", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "f0b2bd41-28bf-4ebf-b78e-2c5fc3a1fc4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154232Z:fed64e83-cfb5-4884-8625-39884a102b20" + "x-ms-correlation-request-id": "2d0eb5ac-7b33-4b35-9440-3c2991c63a63", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "c13ec8f2-3b5b-49f7-b289-c643c79f664b", + "x-ms-routing-request-id": "JAPANEAST:20230612T114114Z:2d0eb5ac-7b33-4b35-9440-3c2991c63a63" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-701d12a13d45b394-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "555a0dd0cd329bd35c0df666441c84aa", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-7dd3fdca5e404d7e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "797233ce04acd66f1808ba22deeced86", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1252,30 +1087,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:43:04 GMT", + "Date": "Mon, 12 Jun 2023 11:41:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3af1d99d-4c28-460c-baa1-13396c44fa96", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "965c0129-f028-4a3a-b5e4-3bfc658b76fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154305Z:3af1d99d-4c28-460c-baa1-13396c44fa96" + "x-ms-correlation-request-id": "0f8dbed0-6a36-4bb9-b20e-6a231de263c8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "6dc0b36e-f310-410c-973a-a2d2449d6901", + "x-ms-routing-request-id": "JAPANEAST:20230612T114147Z:0f8dbed0-6a36-4bb9-b20e-6a231de263c8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-ff51a9490f028015-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "00f00f5baca310dd8840274148db676f", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-bf359e5362160d17-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "64516eaaffe1bd4d2a9fcce5f4ac558a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1284,30 +1119,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:43:38 GMT", + "Date": "Mon, 12 Jun 2023 11:42:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14403a42-2c80-45b3-bfdc-79f2272ce7fc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "6615bee0-9e75-4293-8ece-cd0f2e10a05a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154339Z:14403a42-2c80-45b3-bfdc-79f2272ce7fc" + "x-ms-correlation-request-id": "ea90b59c-3da8-46be-8ccf-49534d1e087d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "59c49c23-7b59-451c-a05e-3bc1b2cf6f0c", + "x-ms-routing-request-id": "JAPANEAST:20230612T114219Z:ea90b59c-3da8-46be-8ccf-49534d1e087d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-3e618c15310580b0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1095edb2a0d6772b1c527cf5a63b3472", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-a481b3f32e3fc13f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2ae520479edcadfff8a33cd06e41913c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1316,30 +1151,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:44:11 GMT", + "Date": "Mon, 12 Jun 2023 11:42:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b07f51a-12fb-450e-94ce-5dfd2bb5226e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "4254d23e-726e-4831-9a78-71150ff90c77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154412Z:6b07f51a-12fb-450e-94ce-5dfd2bb5226e" + "x-ms-correlation-request-id": "0f3bb2d3-54cd-4622-a434-f52cd6951f36", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "43a2970c-61c4-4d43-bc29-0831d9a70176", + "x-ms-routing-request-id": "JAPANEAST:20230612T114251Z:0f3bb2d3-54cd-4622-a434-f52cd6951f36" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-2b624fd549fce9a2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dd4a4ba7271424622f49cdf1a6915380", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-744782292279d69f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aa6cc05f9925cfe8e5b54f0c3889e16b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1348,30 +1183,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:44:44 GMT", + "Date": "Mon, 12 Jun 2023 11:43:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06ae07f7-99da-4593-998d-9fa013252684", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "df65cf74-7591-4333-bf52-ec5cc1bf41fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154444Z:06ae07f7-99da-4593-998d-9fa013252684" + "x-ms-correlation-request-id": "340cde2f-9a40-4b5c-8b7d-3eaac71db29d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "a3a74049-d3dd-49ac-aa4e-d9a46d5c0b21", + "x-ms-routing-request-id": "JAPANEAST:20230612T114324Z:340cde2f-9a40-4b5c-8b7d-3eaac71db29d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-d444b47895c9b5dc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "56b486a57487bbd3e378e3502fe86a4c", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-7bf94dea61200a3a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bddb30b3c3060ba96ea46b3dc27c4ee8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1380,30 +1215,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:45:16 GMT", + "Date": "Mon, 12 Jun 2023 11:43:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ed69362-e008-47c2-876c-6511a9407ea2", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "ea7489c0-1584-4b93-a717-843fe25d3344", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "01922857-26e5-4010-94f1-fcce88c561d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154517Z:6ed69362-e008-47c2-876c-6511a9407ea2" + "x-ms-request-id": "634a7d7c-25aa-46ea-a81d-84e12724ba4f", + "x-ms-routing-request-id": "JAPANEAST:20230612T114356Z:ea7489c0-1584-4b93-a717-843fe25d3344" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-2779b0ae05d8d5de-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fd9ab50c8a908a5b8b71e08cd23ad18b", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-97af8496087e2c66-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "34868f0dab3fae65381644274ff2746f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1412,30 +1247,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:45:50 GMT", + "Date": "Mon, 12 Jun 2023 11:44:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d73a1e7-0a50-4a9c-9d39-836c3d49a5f0", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "ce6dee79-3ba3-4788-9487-77e8e2335f36", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "1ba2d2a7-3e9b-43e8-b34d-747da585b6d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154550Z:9d73a1e7-0a50-4a9c-9d39-836c3d49a5f0" + "x-ms-request-id": "c137456c-e063-4ee9-b0a8-13b3e50eb8bd", + "x-ms-routing-request-id": "JAPANEAST:20230612T114428Z:ce6dee79-3ba3-4788-9487-77e8e2335f36" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-f7322193ac175725-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1f50fbffdd8733ea788ff99b4311f447", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-ba3849075a6b5261-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3e1cd0c2d3669c3516603b802daa0c68", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1444,30 +1279,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:46:22 GMT", + "Date": "Mon, 12 Jun 2023 11:45:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f2cb2d7-3061-44bc-af55-16dbbd2ab2f9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "08779e7e-3fa1-4c3a-8a7b-1a039f69b3d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154623Z:2f2cb2d7-3061-44bc-af55-16dbbd2ab2f9" + "x-ms-correlation-request-id": "370f3129-c4b2-45ba-ae2f-c8473d14db70", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "ffd39272-01a7-4cae-9270-7dc32303445b", + "x-ms-routing-request-id": "JAPANEAST:20230612T114501Z:370f3129-c4b2-45ba-ae2f-c8473d14db70" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-1cb7ffb00cab2b1e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f0e581df55f61af02b29cb159346e8a9", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-03f7ab66b4308789-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a8fe6667ad03082cca2c85f07e81bc7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1476,30 +1311,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:46:55 GMT", + "Date": "Mon, 12 Jun 2023 11:45:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce36a7d8-b3d1-4b09-893e-b65bc112bd53", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "f429879b-3218-4388-af54-85e8a8fc8081", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154656Z:ce36a7d8-b3d1-4b09-893e-b65bc112bd53" + "x-ms-correlation-request-id": "cb031822-4115-4ea1-9523-9096733b8bf5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "5855bb89-331e-426c-8377-3102bf81cbe3", + "x-ms-routing-request-id": "JAPANEAST:20230612T114533Z:cb031822-4115-4ea1-9523-9096733b8bf5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-24cb854265b76084-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "335058a64a982ec4ca67850091bf4679", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-7dce0451fc5de194-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f17bfc2f0f60398259e91dde70e4818d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1508,30 +1343,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:47:28 GMT", + "Date": "Mon, 12 Jun 2023 11:46:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c68f203-6edf-410f-be94-d50d8e0267b9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "27143456-ef5b-4a44-878e-966ede23fd85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154729Z:3c68f203-6edf-410f-be94-d50d8e0267b9" + "x-ms-correlation-request-id": "52ff1d70-b421-4145-b897-d16651def0a9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "2f53c0df-cb67-4a6f-81be-fd26e5446bd8", + "x-ms-routing-request-id": "JAPANEAST:20230612T114606Z:52ff1d70-b421-4145-b897-d16651def0a9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-ef1f87c0f875dd6e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "51ac987de054aa940b35f35e12d59f31", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-055cfddac72e7999-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e9c0db09ccf3146ca414733a4e451d95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1540,30 +1375,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:48:01 GMT", + "Date": "Mon, 12 Jun 2023 11:46:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85099100-427a-4f30-a295-99a25df3a169", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "fd86bba6-259e-4638-8bb0-9f8678d8728a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154801Z:85099100-427a-4f30-a295-99a25df3a169" + "x-ms-correlation-request-id": "efdc745e-a956-4c88-88ad-e01a203419ce", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "4e112e37-5392-40c4-92f0-bfc237b6898b", + "x-ms-routing-request-id": "JAPANEAST:20230612T114638Z:efdc745e-a956-4c88-88ad-e01a203419ce" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-4a5a9a872c2dd0fd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ebf44fa7c0c195afbcb6268fd0f0896c", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-f51b9717cf84415f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3151bea41a2f5708e4c44e19904d98e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1572,30 +1407,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:48:35 GMT", + "Date": "Mon, 12 Jun 2023 11:47:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65474c54-24b7-439d-8162-eb67b66e87b0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "5e16094c-73be-4203-a4e7-a0be3aa8d62b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154836Z:65474c54-24b7-439d-8162-eb67b66e87b0" + "x-ms-correlation-request-id": "4a660ce2-3785-4030-b972-1ee6fab9dca2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "d226eae4-7da2-4365-bc21-82fb1b2e7690", + "x-ms-routing-request-id": "JAPANEAST:20230612T114710Z:4a660ce2-3785-4030-b972-1ee6fab9dca2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-04e8e7f6f9dc5d35-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fa9852e39699c654c3a6286256661cf5", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-6456f327117d2573-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a3e7f7abd2c1628990664d4b9b48eb14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1604,30 +1439,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:49:08 GMT", + "Date": "Mon, 12 Jun 2023 11:47:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c221680-5135-415a-9464-f2dc439ac9ce", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "0eeef205-044a-431a-ad74-20a00bf1792b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154908Z:7c221680-5135-415a-9464-f2dc439ac9ce" + "x-ms-correlation-request-id": "a36fe052-3b37-4e42-b516-704f94246be5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "859d18e4-3f00-40e4-8959-f6eda289a556", + "x-ms-routing-request-id": "JAPANEAST:20230612T114743Z:a36fe052-3b37-4e42-b516-704f94246be5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-dbbe504b675b074a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "415853c75bcabcb8e917949eba05d91b", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-5e427a31a5b7585d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b13a88cc4f93ef5ed268052e7e528356", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1636,30 +1471,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:49:41 GMT", + "Date": "Mon, 12 Jun 2023 11:48:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89977a19-a113-408e-b3a6-76853d689277", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "5a679a71-80c7-4742-b999-cece07f44622", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T154941Z:89977a19-a113-408e-b3a6-76853d689277" + "x-ms-correlation-request-id": "32528c3a-d5fb-4dc4-a0a1-5b7bec77866a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "83f8f957-46be-4151-ba27-2009e62ab0f4", + "x-ms-routing-request-id": "JAPANEAST:20230612T114815Z:32528c3a-d5fb-4dc4-a0a1-5b7bec77866a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-61c9db2cd9a86a1c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bf7a87aba43c1098fb2e271a984c3e56", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-fff79b1168b8cb19-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "578e8d7c7a5ed1d335eea1c8ccbdbb9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1668,30 +1503,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:50:13 GMT", + "Date": "Mon, 12 Jun 2023 11:48:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbbd239e-1255-4ea8-8007-bb468c4bd7b1", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "9c0351df-f5d3-4731-a3cd-0ba91ae80bb0", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "cde43ca4-29bc-4df6-b1a9-fc91ef799daa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155014Z:dbbd239e-1255-4ea8-8007-bb468c4bd7b1" + "x-ms-request-id": "0e36ad64-063d-4010-b7a5-8c293148cb2c", + "x-ms-routing-request-id": "JAPANEAST:20230612T114847Z:9c0351df-f5d3-4731-a3cd-0ba91ae80bb0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-3a7111788220ab73-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7dc7319a489787a199db118202b60bbe", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-63f63726885f772e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "084d39d9e6135b5298f8d059cd5ae43d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1700,30 +1535,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:50:46 GMT", + "Date": "Mon, 12 Jun 2023 11:49:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b847c0e4-feae-4670-99b6-41593c671cae", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "27d431d5-b1f8-403a-9d17-8161690a2498", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "f68b6e72-8ccb-4cc0-836e-2337c9a81f43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155047Z:b847c0e4-feae-4670-99b6-41593c671cae" + "x-ms-request-id": "53525597-a741-4baa-a458-5141bd6ed9ad", + "x-ms-routing-request-id": "JAPANEAST:20230612T114920Z:27d431d5-b1f8-403a-9d17-8161690a2498" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-821120b9ba0e7923-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cfb70dcc5ceb22b8bb48469c339d249d", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-bcd13a45249df973-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0ecff7e293b952b6b4687ca5ae962215", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1732,222 +1567,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:51:19 GMT", + "Date": "Mon, 12 Jun 2023 11:49:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0fd3093-7a67-4a8d-b6e5-9b6effc0a528", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "6713f2e8-2555-43a9-b566-e26b38902cc8", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "bd685d44-5a68-4e36-9a14-d2d25b8d5571", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155120Z:b0fd3093-7a67-4a8d-b6e5-9b6effc0a528" + "x-ms-request-id": "f81c866c-688a-42b3-9894-bd96a3bdab89", + "x-ms-routing-request-id": "JAPANEAST:20230612T114952Z:6713f2e8-2555-43a9-b566-e26b38902cc8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-6add49b16c0336b5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "88043dd85c3d6284e5f3266093160e44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:51:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfa172c7-ee57-4dac-84aa-7dc2fbe0c679", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "5d447164-b16b-42f4-8a4c-3652f77e4544", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155153Z:bfa172c7-ee57-4dac-84aa-7dc2fbe0c679" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-4dccd145d212378e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8a4e68226f943d6b79a4c14f020554fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:52:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25200440-1bc6-4c0b-82da-ba31537b9813", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "a21d3c27-e59a-46ed-b062-7b02ef306b8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155226Z:25200440-1bc6-4c0b-82da-ba31537b9813" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-0af3f4e83682a4c4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c4a974b783b270818954e9f836578fa4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:52:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b589631-942b-489b-9852-80b445ace790", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "353ceea9-fbe2-4e05-b28c-a242cd802746", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155259Z:6b589631-942b-489b-9852-80b445ace790" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-1fcb01870b192379-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ca790139994f6908d2c60f989a3460e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:53:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48804499-2feb-47bc-b04a-85253369c00a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "e18f1daf-e19c-49fd-a726-5f9cc096fef5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155333Z:48804499-2feb-47bc-b04a-85253369c00a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-a08262ffb95c55f4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1ea9299e496c9f92e7de014086720721", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:54:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a99fbd6-4c1e-46a4-9593-63ab8fe51d2c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "030e027c-afb2-420d-87ff-8dfe4ff7f722", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155406Z:7a99fbd6-4c1e-46a4-9593-63ab8fe51d2c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-9686b0ed3f76f6fa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "01151c15898b1dac6c40f2ec73e9d554", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:54:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b8f4eed-db38-478e-b20a-99d043397513", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "dbfa7a59-9dc9-4ca3-ac3c-285814a082ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155438Z:9b8f4eed-db38-478e-b20a-99d043397513" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-8b1e4a62ccbbc9fc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0c5908f470aef0386ed9e37198c7e25f", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-8912d2d8af04d538-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "445469ac7b0595433a33be66a97a04da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1956,71 +1599,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:55:11 GMT", + "Date": "Mon, 12 Jun 2023 11:50:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "189696a7-575a-4779-8b66-1d94686c3240", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "454084bb-9d2e-44cd-a1f9-d2aa48f473bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155511Z:189696a7-575a-4779-8b66-1d94686c3240" + "x-ms-correlation-request-id": "76c827be-a893-4ec8-8d69-f0df40cccb71", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "0e7f39cc-936e-42c4-9e43-169b8fb03714", + "x-ms-routing-request-id": "JAPANEAST:20230612T115024Z:76c827be-a893-4ec8-8d69-f0df40cccb71" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-630b3a2650fc25719565d62ad8f34250-4c4b6521fadbc8a1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7d83eebe5f1f15547d8bb22c57a62bfe", + "traceparent": "00-400efc62127d5081c856bdbf2e0e44c7-27119b20c47fc20c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d5e56309adee45e283fb53aa6aadac02", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2048", + "Content-Length": "2078", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:55:12 GMT", + "Date": "Mon, 12 Jun 2023 11:50:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c11d141a-f5f5-44a1-9316-2f2b156cb4c8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "9a6f2832-c3ed-49d9-b325-40b5d4565395", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155512Z:c11d141a-f5f5-44a1-9316-2f2b156cb4c8" + "x-ms-correlation-request-id": "f9a7105a-bede-45f1-ade8-9014afc742f8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "a2bc4127-ef79-4618-b318-515c3fbb0ac1", + "x-ms-routing-request-id": "JAPANEAST:20230612T115025Z:f9a7105a-bede-45f1-ade8-9014afc742f8" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7218/providers/Microsoft.HDInsight/clusters/hdisdk-tls12", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5929/providers/Microsoft.HDInsight/clusters/hdisdk-tls12", "name": "hdisdk-tls12", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "2bb00371-1cc6-42af-8442-efc31daf6713", + "location": "Japan East", + "etag": "94373218-a05c-4ff7-a555-deb504e870c6", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "c759087428134f93a6e5b9365a5dd549", + "clusterId": "25e480ad11ee489086565971b9416f57", "computeProfile": { "roles": [ { @@ -2066,7 +1709,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T15:30:18.45", + "createdDate": "2023-06-12T11:32:01.29", "quotaInfo": { "coresUsed": 20 }, @@ -2091,14 +1734,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster1392.blob.core.windows.net", + "name": "azstorageforcluster9121.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container3685", + "container": "container6492", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2117,9 +1761,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "2095031472", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1484900572", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithTLS12Async.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithTLS12Async.json index 255ffec58455..369e2c67405e 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithTLS12Async.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithTLS12Async.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-bd306f38c049c0cc0236a4f0545df384-e7a4ded5c47e0e03-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8e9077296d1c9e18103a909203df638e", + "traceparent": "00-e9e1faf2c2b89ef2bb9a039a7cf5f74b-aa21b684fd61ea94-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "db350785e5d45820acaedd966646ec97", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:57:45 GMT", + "Date": "Tue, 13 Jun 2023 03:10:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a80b47f-e80d-480c-9c80-ec22c2f5a020", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "2a80b47f-e80d-480c-9c80-ec22c2f5a020", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185746Z:2a80b47f-e80d-480c-9c80-ec22c2f5a020" + "x-ms-correlation-request-id": "001ad1d8-0c53-431d-b0b4-683c67ce00da", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "001ad1d8-0c53-431d-b0b4-683c67ce00da", + "x-ms-routing-request-id": "JAPANEAST:20230613T031044Z:001ad1d8-0c53-431d-b0b4-683c67ce00da" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-105?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-5966?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-31fe25a1de4f434bddf09ee8a3810fab-492cfbe85bd44a58-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0f16a9b85ae9a59cef0ff2de218d6731", + "traceparent": "00-6208dba0eed28385aa309618129905db-ff5420826fc18e98-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "670f2ee870acc2398e6ba19f311e9879", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "227", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:57:48 GMT", + "Date": "Tue, 13 Jun 2023 03:10:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f7aacdd-a4b5-484d-8542-ea4cf4aee1e5", + "x-ms-correlation-request-id": "d3c32887-956d-43a0-83ca-4daa37349f14", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "7f7aacdd-a4b5-484d-8542-ea4cf4aee1e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185749Z:7f7aacdd-a4b5-484d-8542-ea4cf4aee1e5" + "x-ms-request-id": "d3c32887-956d-43a0-83ca-4daa37349f14", + "x-ms-routing-request-id": "JAPANEAST:20230613T031044Z:d3c32887-956d-43a0-83ca-4daa37349f14" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105", - "name": "HDInsightRG-105", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966", + "name": "HDInsightRG-5966", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1148", + "Content-Length": "1151", "Content-Type": "application/json", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-4c406d1870ccdb22-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "708dc47cf9173bad5c26aecb8a15bd10", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-aeccb67a0297e023-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5a87d38391e28173fd6a7995f4ee054d", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6318.blob.core.windows.net", + "name": "azstorageforcluster9936.blob.core.windows.net", "isDefault": true, - "container": "container4560", + "container": "container8937", "key": "Sanitized" } ] @@ -189,30 +183,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1835", + "Content-Length": "1866", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:58:21 GMT", - "ETag": "\u00229f0c7c0b-67d1-426f-a494-0c1fb9782cd6\u0022", + "Date": "Tue, 13 Jun 2023 03:11:13 GMT", + "ETag": "\u00225e83861c-bfd8-4897-aa5b-3c92e63ed270\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ad48ba9-8eaf-4649-8062-5fafbd421600", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "50adabc4-7927-445e-8187-192e52b133d6", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "6e2f9fdc-6607-4658-b944-4b2df3b9503a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185821Z:6ad48ba9-8eaf-4649-8062-5fafbd421600" + "x-ms-request-id": "aefed6cf-608a-4987-aeb6-1673cb86c4e5", + "x-ms-routing-request-id": "JAPANEAST:20230613T031114Z:50adabc4-7927-445e-8187-192e52b133d6" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12", "name": "hdisdk-tls12", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "9f0c7c0b-67d1-426f-a494-0c1fb9782cd6", + "location": "Japan East", + "etag": "5e83861c-bfd8-4897-aa5b-3c92e63ed270", "tags": { "key0": "value0" }, @@ -221,13 +215,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "31dd9314f5c44307ab66a9741c372277", + "clusterId": "ff383d2710be4fab9467b9b546b56d08", "computeProfile": { "roles": [ { @@ -273,7 +267,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T18:58:19.613", + "createdDate": "2023-06-13T03:11:13.663", "quotaInfo": { "coresUsed": 20 }, @@ -284,14 +278,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6318.blob.core.windows.net", + "name": "azstorageforcluster9936.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4560", + "container": "container8937", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -309,77 +304,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-cc99d8733b15efe7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bf0b6a53bb4251d3a2189fce3ac5a3ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:58:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f127fcb-8e57-435c-88af-6ce64fd32431", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "3dd93408-6cf7-4f2c-a32d-22b09e53fb27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185822Z:4f127fcb-8e57-435c-88af-6ce64fd32431" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-dbef51662399d175-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "44fce7017ffee80fb085ce6b15ccb5ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:58:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1b6025d-679a-41c7-882f-5f0d022617ef", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "e902eebf-1d4b-4986-aa51-1722e3fe5fbf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185824Z:a1b6025d-679a-41c7-882f-5f0d022617ef" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-f738b9e43969bb89-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1f78766ffd0ad9ce505eb088f444cddc", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-67b44aaacd3b23be-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f3f85005fef84e9d48d2985b7602c806", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -388,30 +319,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:58:25 GMT", + "Date": "Tue, 13 Jun 2023 03:11:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed92620c-747f-4ac0-b0a9-973b74390fc0", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "eab1484e-403b-47fb-86a5-d94ce441c9a4", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "744cfe4a-fc49-49b9-a46b-f74888db32b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185826Z:ed92620c-747f-4ac0-b0a9-973b74390fc0" + "x-ms-request-id": "d37a61db-91a2-415c-a148-99b6571d4138", + "x-ms-routing-request-id": "JAPANEAST:20230613T031114Z:eab1484e-403b-47fb-86a5-d94ce441c9a4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-4b0f014729b9d3e5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9edf38087195d3395b230ebcec683bd6", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-83b584199f831fe4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "89bf758da20b41bbc1ac2adfa3e4ae7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -420,30 +351,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:58:27 GMT", + "Date": "Tue, 13 Jun 2023 03:11:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6878f155-aa38-4395-86a3-0826712ec4d5", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "4b2e39dd-72a1-4ae6-85a1-80bd898b7be4", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "a7f38065-0765-4169-ab40-c0c89698e261", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185828Z:6878f155-aa38-4395-86a3-0826712ec4d5" + "x-ms-request-id": "5ddb796d-dc1d-42e4-9e08-c82262480ce5", + "x-ms-routing-request-id": "JAPANEAST:20230613T031115Z:4b2e39dd-72a1-4ae6-85a1-80bd898b7be4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-561747e689cd8cc7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c35ed563844c04a11823f49fcf86f36c", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-4e776e9c4ed9f824-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a38f64d412f5685506ce6816a9b6642c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -452,30 +383,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:58:30 GMT", + "Date": "Tue, 13 Jun 2023 03:11:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77fbc598-8055-4a3f-9b56-f2702e7c6a25", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "43d438cb-d755-44b3-b2e7-02a6951de551", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "3d0382ba-08b2-46b8-9db4-09c27a1c100e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185831Z:77fbc598-8055-4a3f-9b56-f2702e7c6a25" + "x-ms-request-id": "c5df2b9e-0d9c-4b43-9dce-3bed282fdcc0", + "x-ms-routing-request-id": "JAPANEAST:20230613T031117Z:43d438cb-d755-44b3-b2e7-02a6951de551" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-c30f6ccf8fcdbb9c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dd63f2b816ecfe343ca5c3e6ee12ece7", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-943248aa1f7daa23-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5e01e73a0dc1620995b7324bd3bdab64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -484,30 +415,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:58:35 GMT", + "Date": "Tue, 13 Jun 2023 03:11:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0aed0994-49a1-4a73-95fd-3c07eefea505", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "1472c14d-0444-4b99-b384-e4a350ca56c2", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "1ad1fef8-da8f-4e94-a1df-ff98bb50b5f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185836Z:0aed0994-49a1-4a73-95fd-3c07eefea505" + "x-ms-request-id": "291c4f07-a3c4-425f-82da-34992de2dff3", + "x-ms-routing-request-id": "JAPANEAST:20230613T031118Z:1472c14d-0444-4b99-b384-e4a350ca56c2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-54f2e436b7060196-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1f25d9220ae5848f96db86727c9a03d5", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-6db2ddaedf77128f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "12871c2424727b111f57823d3aa4980a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -516,30 +447,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:58:45 GMT", + "Date": "Tue, 13 Jun 2023 03:11:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa71a36a-2eea-4aa4-914f-0efd54a8f0ce", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "b0dcd67f-f280-4259-8e31-d7c1735ae1f7", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "84d02919-5664-4a62-92b6-7ed5730ff341", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185845Z:fa71a36a-2eea-4aa4-914f-0efd54a8f0ce" + "x-ms-request-id": "0d0f7b74-0e00-4542-a8e7-b68400f1b1d8", + "x-ms-routing-request-id": "JAPANEAST:20230613T031120Z:b0dcd67f-f280-4259-8e31-d7c1735ae1f7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-9aae4d2c7e065295-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f904a22f5e054ce9a06086a7c0bb1506", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-1361b43074b38eaa-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bba4fe474fe3c6ba5a2c0e3edf099549", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -548,30 +479,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:59:01 GMT", + "Date": "Tue, 13 Jun 2023 03:11:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0810b18e-dd4c-4893-9637-b2a44f6046c4", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5aedf273-abad-4992-ad35-7c5cdc8961a9", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "9df2a23b-5b4e-4322-bc49-e8b374869c33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185902Z:0810b18e-dd4c-4893-9637-b2a44f6046c4" + "x-ms-request-id": "4c22a587-debf-43dc-be0d-efea737f77f2", + "x-ms-routing-request-id": "JAPANEAST:20230613T031125Z:5aedf273-abad-4992-ad35-7c5cdc8961a9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-bea7698b71bd35fc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f67d0c36d460ae8663df461190c281a2", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-0bd7ebd88a4f543e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8cf20422522e16bad6853e6a8bcc27f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -580,30 +511,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 18:59:34 GMT", + "Date": "Tue, 13 Jun 2023 03:11:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dfb3cffc-ae70-4fe5-9b12-17df4f875eba", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "8be7cb0a-d438-4780-85ee-13f02623a4b6", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "e91965a5-72e6-4048-bc5f-49055997bcb3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T185935Z:dfb3cffc-ae70-4fe5-9b12-17df4f875eba" + "x-ms-request-id": "8b2e5e6e-f4d0-4446-88a0-d250b518c395", + "x-ms-routing-request-id": "JAPANEAST:20230613T031133Z:8be7cb0a-d438-4780-85ee-13f02623a4b6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-3ffd954448cea61e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4cb6eda2f30dc4e2efd87e8583e7c3db", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-6dd485cc6de22326-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d504271ef018d48061c1b74615d29b16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -612,30 +543,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:00:07 GMT", + "Date": "Tue, 13 Jun 2023 03:11:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "818e040f-78bc-40c7-840c-f5755456f33b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "427d8e72-8054-4a53-9592-5ab75dcc0d6f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190007Z:818e040f-78bc-40c7-840c-f5755456f33b" + "x-ms-correlation-request-id": "d7b217a0-a6d4-451f-82a8-69bbeb709401", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "674cd5d2-15f3-466b-aea6-cfcbb6b07992", + "x-ms-routing-request-id": "JAPANEAST:20230613T031149Z:d7b217a0-a6d4-451f-82a8-69bbeb709401" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-2c5a0bf3a3844c8f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "703b80c50c1c5a741b56952517d8bcde", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-894bd786a1159d3f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "361b38c20bb2f5dc448ee55d10503b8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -644,30 +575,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:00:39 GMT", + "Date": "Tue, 13 Jun 2023 03:12:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a305e97-3200-4df5-a67e-8cc7794fb1da", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "a51f685c-67cf-4884-9077-0935331edf07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190040Z:1a305e97-3200-4df5-a67e-8cc7794fb1da" + "x-ms-correlation-request-id": "c6fac8f4-b5b0-4412-ad3c-b710abfeb4a8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "db2221c2-dab8-4ce9-b5f6-b126476ce839", + "x-ms-routing-request-id": "JAPANEAST:20230613T031222Z:c6fac8f4-b5b0-4412-ad3c-b710abfeb4a8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-7c4df9d135bb97c0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d204e4dec90442f829b9068856012a7c", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-faf182544b09771b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b81f1e04bf053230831d2b6d9b740004", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -676,30 +607,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:01:12 GMT", + "Date": "Tue, 13 Jun 2023 03:12:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7db22db-b3eb-4f01-b0f5-f02ef5fb43ab", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "837e1bd9-cac0-4f99-b98c-f753a299a221", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190113Z:b7db22db-b3eb-4f01-b0f5-f02ef5fb43ab" + "x-ms-correlation-request-id": "297eadd3-de71-42a3-863d-bd8c339150ec", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "f7abb5f2-bf5b-4642-92ac-0b65e128c537", + "x-ms-routing-request-id": "JAPANEAST:20230613T031255Z:297eadd3-de71-42a3-863d-bd8c339150ec" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-cd6efc038a3005d7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "104b6b1b11869586795c30b75dbcac16", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-55182a08f7bf2e68-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "52a728e9f1b0133d4b0f918a0a22c310", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -708,30 +639,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:01:47 GMT", + "Date": "Tue, 13 Jun 2023 03:13:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a899572-57fa-449f-b0dc-dcb20acce468", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "96f78f58-27e1-4edd-9385-1e997858f930", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190147Z:7a899572-57fa-449f-b0dc-dcb20acce468" + "x-ms-correlation-request-id": "3463c512-6575-493d-869d-2c8fd66e1847", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "b18024a8-efb1-4dad-a8e2-d9a8dcb107fa", + "x-ms-routing-request-id": "JAPANEAST:20230613T031327Z:3463c512-6575-493d-869d-2c8fd66e1847" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-28c3e987be7df674-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9fa7a01cf1e2fbd787f8466306ec041a", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-0198fc376d5bc141-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f7412886e3b2021108e9b395e06e59d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -740,30 +671,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:02:19 GMT", + "Date": "Tue, 13 Jun 2023 03:13:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff2eac92-3acd-43e2-bbf7-9a0880b1bce7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "814b6d7c-f105-496f-9803-974a7faa3ea4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190220Z:ff2eac92-3acd-43e2-bbf7-9a0880b1bce7" + "x-ms-correlation-request-id": "bf538f4c-981c-4fca-96af-b4e2c989dc7b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "e011df31-f308-4005-8791-310d16d612b3", + "x-ms-routing-request-id": "JAPANEAST:20230613T031359Z:bf538f4c-981c-4fca-96af-b4e2c989dc7b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-a9d644c5390db616-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ac0a192bac8dcd575d6f59a79940e46c", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-6b87b7abd727fe5a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e873e18de8a913dde00c6df62ea52760", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -772,30 +703,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:02:52 GMT", + "Date": "Tue, 13 Jun 2023 03:14:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0f442aa-cacd-4d88-82b8-53d38c666d75", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "bcf8ba42-418c-459d-8c95-f7174191d190", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190252Z:d0f442aa-cacd-4d88-82b8-53d38c666d75" + "x-ms-correlation-request-id": "b5903fc8-f043-4ab0-be12-bfdb2ad7738b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "a9068acf-4c11-4330-a2be-4cf6fd02dbba", + "x-ms-routing-request-id": "JAPANEAST:20230613T031432Z:b5903fc8-f043-4ab0-be12-bfdb2ad7738b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-94687f10a9a3a297-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b66bef0d8b592a99934f888dca228f8c", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-a590451e2e167813-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "72e71a590932065116a549c73da733dc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -804,30 +735,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:03:25 GMT", + "Date": "Tue, 13 Jun 2023 03:15:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ecf6ff28-0c51-4ec7-a994-06ce9ac5c065", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "7f3f18fe-7fb8-4ead-a414-a9ca104b0ce8", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "85fe09ca-5757-443c-83a2-464550839602", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190325Z:ecf6ff28-0c51-4ec7-a994-06ce9ac5c065" + "x-ms-request-id": "ed24aac9-68cf-48fd-b904-434ec0fd1f2b", + "x-ms-routing-request-id": "JAPANEAST:20230613T031504Z:7f3f18fe-7fb8-4ead-a414-a9ca104b0ce8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-2fe32d08056a87da-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "448c1557ffb2708948da4173972f6247", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-976b755575475157-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "29fcc1b5dbae9d674a2d16a5751bd362", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -836,30 +767,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:03:58 GMT", + "Date": "Tue, 13 Jun 2023 03:15:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d5ccfeb-c065-4784-af03-924a13200132", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a95ef399-e1da-4c69-8f62-5e70c871e81e", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "74b91680-531f-4ea7-b60c-a5f73a563cdc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190358Z:9d5ccfeb-c065-4784-af03-924a13200132" + "x-ms-request-id": "63f83737-16ff-4cf3-b5e0-e9c6163a20c0", + "x-ms-routing-request-id": "JAPANEAST:20230613T031537Z:a95ef399-e1da-4c69-8f62-5e70c871e81e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-4a2f3865e64c3720-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1656da144d80a0c080e0193d23c9023b", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-67025c9ec56e6ab5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c53c52c2e787849d8f6cd2049e16d538", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -868,94 +799,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:04:30 GMT", + "Date": "Tue, 13 Jun 2023 03:16:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47619bbe-ebea-4857-ab9e-7c47ff9d3e50", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "47fb00e8-a6fa-490c-8894-f46f9d988a5e", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "095bdb83-8da7-4124-ac5a-1696b112aba1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190431Z:47619bbe-ebea-4857-ab9e-7c47ff9d3e50" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-c08cbe60a533efca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "834fcce0a0b40dba66fb6d7f49259264", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:05:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8b9df4a-f23a-43fe-98e8-cc5d0983874a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "44014b14-57ea-4615-a902-5d8a618a10ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190504Z:d8b9df4a-f23a-43fe-98e8-cc5d0983874a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-c31772e11ac746b7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f07940ed78cc0a0c55ebc4d2e64b4c7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:05:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21e69bd6-df71-4339-b7df-c92d2a6024f6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "a8279bd8-ecf8-47db-a60d-47788b0cf700", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190537Z:21e69bd6-df71-4339-b7df-c92d2a6024f6" + "x-ms-request-id": "df2d3cda-a29c-4388-84cc-153813067551", + "x-ms-routing-request-id": "JAPANEAST:20230613T031609Z:47fb00e8-a6fa-490c-8894-f46f9d988a5e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-c9c120a5eb548965-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cb9306d7dedf73921f48b085e040565a", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-ba453b1f1fb7806a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6d4091d9fda87eb1b3492705f2ab91fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -964,30 +831,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:06:10 GMT", + "Date": "Tue, 13 Jun 2023 03:16:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae006c7c-82da-4439-8b80-5d39c7fc3df6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "501f035e-4022-4370-b844-b14c31a31d45", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190610Z:ae006c7c-82da-4439-8b80-5d39c7fc3df6" + "x-ms-correlation-request-id": "e94e6efc-a747-4328-ac60-3f859668adab", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "222cd4d6-6995-45bb-9379-f667bbb02406", + "x-ms-routing-request-id": "JAPANEAST:20230613T031641Z:e94e6efc-a747-4328-ac60-3f859668adab" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-e7d3b0744f246552-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e350b54e1250676ec0452ec8dce8271a", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-3027de94b07080c0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eb05e6d16d6bce5423789a420963fe34", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -996,30 +863,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:06:43 GMT", + "Date": "Tue, 13 Jun 2023 03:17:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96800328-837f-49b9-b879-4499af083c7d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "277d405b-a2ce-43ed-b265-7de40ddd9c58", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190644Z:96800328-837f-49b9-b879-4499af083c7d" + "x-ms-correlation-request-id": "673ed165-e457-4223-9734-95b8ab2204fc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "aa1b90b6-ca5b-41b0-b829-d4aeef0a60ee", + "x-ms-routing-request-id": "JAPANEAST:20230613T031714Z:673ed165-e457-4223-9734-95b8ab2204fc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-2ddd361744b4a47c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "43a8efafc6920e84ad06d084c8862914", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-e159b3ec4d73c67c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e4ccde5765dac4baa1be123dbf9792e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1028,30 +895,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:07:17 GMT", + "Date": "Tue, 13 Jun 2023 03:17:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc40b507-04fe-4b5f-afe3-584c6c88cf31", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "2dc5665a-fd58-4c4b-9174-1ced206aa5db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190717Z:fc40b507-04fe-4b5f-afe3-584c6c88cf31" + "x-ms-correlation-request-id": "9fcdb17e-7bef-4215-9762-f278da0d7422", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "28f771f2-84b6-4b1b-9f2b-2fca1c28b57a", + "x-ms-routing-request-id": "JAPANEAST:20230613T031746Z:9fcdb17e-7bef-4215-9762-f278da0d7422" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-57a5a4253f0e722e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "30836a9569fac52e972c0b99b0ca9737", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-d9f697724a11f05e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b832d6dbea116bcd3c724930636f744f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1060,30 +927,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:07:49 GMT", + "Date": "Tue, 13 Jun 2023 03:18:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62438f74-1356-4234-8d7c-3f327f56d17a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "0ab9998a-17bc-4819-9e0d-a0c7f880f586", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190749Z:62438f74-1356-4234-8d7c-3f327f56d17a" + "x-ms-correlation-request-id": "1a48b9ac-cbc1-49fc-a4c6-1a7c889bb0db", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "b7484d1e-4849-49e9-87f5-66de8d8c8d40", + "x-ms-routing-request-id": "JAPANEAST:20230613T031819Z:1a48b9ac-cbc1-49fc-a4c6-1a7c889bb0db" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-51fd8a48e0572015-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f1d69520129887c73042354a41ea9e39", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-8bef25d5f96d33f2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "13adf34aaddf6b202c404aad5b160e8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1092,30 +959,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:08:22 GMT", + "Date": "Tue, 13 Jun 2023 03:18:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39a01e25-67a9-462e-ad0c-09011e670e14", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "67c2b0e9-2911-4fca-a274-1c5fb7147c1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190822Z:39a01e25-67a9-462e-ad0c-09011e670e14" + "x-ms-correlation-request-id": "136a0e50-3d41-43cf-902c-316134a5d294", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "9b3dde56-74f8-4e00-b96a-da61fa1088d5", + "x-ms-routing-request-id": "JAPANEAST:20230613T031851Z:136a0e50-3d41-43cf-902c-316134a5d294" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-0781b7635f694e65-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7132191bf6644520c0e3ac66baea5de3", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-dddb880c87b247ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3266b6e546306c221060a7671c896131", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1124,30 +991,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:08:54 GMT", + "Date": "Tue, 13 Jun 2023 03:19:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f60556be-e4c0-4beb-abfc-4bccdf26c8da", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "30a0fa92-898b-4a2d-a72f-335ada8c3af1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190855Z:f60556be-e4c0-4beb-abfc-4bccdf26c8da" + "x-ms-correlation-request-id": "be5a8376-d99b-4d77-8169-d9cd05d48972", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "37b27937-04fc-4484-9bfd-0d392a023919", + "x-ms-routing-request-id": "JAPANEAST:20230613T031923Z:be5a8376-d99b-4d77-8169-d9cd05d48972" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-101033a5f01276f1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3363996e38b0837ca2fc00b734e484ac", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-9034a637e432a623-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cbf2c2497ee92d03b5c78bd0a01f1025", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1156,30 +1023,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:09:27 GMT", + "Date": "Tue, 13 Jun 2023 03:19:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a506bccf-c011-4623-acea-a529a3a78cb8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "6aee96c1-38d5-44bf-92e6-1ef9968e1510", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T190928Z:a506bccf-c011-4623-acea-a529a3a78cb8" + "x-ms-correlation-request-id": "09a558e1-4125-42b7-80e3-6b47548ad47c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "c6408ac4-1fc9-4ca7-b987-5276b09775be", + "x-ms-routing-request-id": "JAPANEAST:20230613T031956Z:09a558e1-4125-42b7-80e3-6b47548ad47c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-9a838d1c9faf6249-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "967dd28d259729d3759030b56561cc45", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-465973a798512fa0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ac4abd634208041ed041027f05b94fa3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1188,94 +1055,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:10:01 GMT", + "Date": "Tue, 13 Jun 2023 03:20:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9749adbd-d3b2-4edd-8129-1689acffcc44", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "f6f93d52-bb12-4b4b-b798-b5d7ba399c53", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191001Z:9749adbd-d3b2-4edd-8129-1689acffcc44" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-d68c8865dc841180-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a7db51e56b86e3899dafcf68f66811db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:10:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "853116b9-c3f5-42a2-9b0c-c350d37159bb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "bd114128-e89e-4f1d-b921-7914ae27b227", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191034Z:853116b9-c3f5-42a2-9b0c-c350d37159bb" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-06e5633e547ca8cd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e8d9ff5ec76d484bc63abd1f08c71d40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:11:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51887ad5-730e-4e46-92bc-5f9281c1dbb4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "77bcc4c6-3822-434e-bc40-d093c34c233f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191107Z:51887ad5-730e-4e46-92bc-5f9281c1dbb4" + "x-ms-correlation-request-id": "83be60b2-1252-4fd5-a6e5-68d50ecb597f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "3bcfe88e-8577-444d-b6da-38ee1f94c4b4", + "x-ms-routing-request-id": "JAPANEAST:20230613T032028Z:83be60b2-1252-4fd5-a6e5-68d50ecb597f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-42ef505d29318a1d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e2d2ba2fdc092126489af9e8556b320c", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-2bc6ebbe971f81e6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "996318df422367a2b2387c69bb51ccf1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1284,30 +1087,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:11:40 GMT", + "Date": "Tue, 13 Jun 2023 03:21:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "819b4105-00c3-4df5-bfe5-b4e3ad073e27", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "a465e973-b60f-4a98-aa96-67e4936ebb5f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191140Z:819b4105-00c3-4df5-bfe5-b4e3ad073e27" + "x-ms-correlation-request-id": "1237558e-3482-4a89-8b7f-9efad47e355d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "b8c08b2c-3f23-4cc8-8996-7313f8fbbda3", + "x-ms-routing-request-id": "JAPANEAST:20230613T032101Z:1237558e-3482-4a89-8b7f-9efad47e355d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-f7c8ccccbbb5ee84-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6656547fe4881ed80592e14cad69dad6", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-6ce64ef149052992-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5e038150b43e0728a3eefba87b8428fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1316,30 +1119,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:12:13 GMT", + "Date": "Tue, 13 Jun 2023 03:21:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f4ff913-4941-46e6-9587-0a4d90ed66df", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "23254f3b-4c71-40c7-adef-c276f61f0c9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191213Z:1f4ff913-4941-46e6-9587-0a4d90ed66df" + "x-ms-correlation-request-id": "915bdeab-9d6d-4669-ab3b-31a076e8900b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "ebbcb8ed-b07f-4d9f-928b-e92fe333517e", + "x-ms-routing-request-id": "JAPANEAST:20230613T032133Z:915bdeab-9d6d-4669-ab3b-31a076e8900b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-06a75823b2571e78-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3b388e922e9582d2d9b79fd2cd63f35b", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-326b07423154eb25-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "88f1e87877bc20011be3facfc5b5497e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1348,30 +1151,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:12:45 GMT", + "Date": "Tue, 13 Jun 2023 03:22:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9ccd867-821b-4851-b81d-0a11e51d1aec", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "4be9d28c-e573-42a7-9b55-4b67c7b6b649", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191246Z:f9ccd867-821b-4851-b81d-0a11e51d1aec" + "x-ms-correlation-request-id": "fc420920-e5b2-4302-9c62-c627dbca32dc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "222429ed-ad74-4eda-a18d-0390508c0690", + "x-ms-routing-request-id": "JAPANEAST:20230613T032206Z:fc420920-e5b2-4302-9c62-c627dbca32dc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-327a7e510b7b4512-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b39fb107b7714ab8e2b4dc76fada74df", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-ec055fc1d007236b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "842f1175f0b52a64ef5cf53547f9eb2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1380,30 +1183,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:13:19 GMT", + "Date": "Tue, 13 Jun 2023 03:22:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08eba47d-b1ac-4193-8817-71115f9c6720", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "af97824c-6593-4718-9d22-75a55dcf7d7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191319Z:08eba47d-b1ac-4193-8817-71115f9c6720" + "x-ms-correlation-request-id": "aa258d8a-3e24-4724-b3a5-96d27567bb83", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "fabb8375-775b-4273-8b48-7702135526a5", + "x-ms-routing-request-id": "JAPANEAST:20230613T032238Z:aa258d8a-3e24-4724-b3a5-96d27567bb83" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-308726d3ba40ace5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c75623bff732507782d38cd1450650a2", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-e8088f19bcd7f731-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d2f18010435fd8347fe2435aba5841ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1412,30 +1215,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:13:51 GMT", + "Date": "Tue, 13 Jun 2023 03:23:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23a395bc-58d8-4aab-bc15-ab8536178cf4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "d664e29c-1e83-4db3-a557-d94e736a8bb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191352Z:23a395bc-58d8-4aab-bc15-ab8536178cf4" + "x-ms-correlation-request-id": "b401787c-f5ab-4aed-842a-838ea3282cf3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "e0fcee33-1c49-48d2-9794-716b948c5cfd", + "x-ms-routing-request-id": "JAPANEAST:20230613T032311Z:b401787c-f5ab-4aed-842a-838ea3282cf3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-9d507eb07a8442ee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fc44869f27cadb64d6ed59e0515c88ff", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-6a12a771945c960e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "69337ca5a355874783c7985f81ccd921", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1444,30 +1247,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:14:24 GMT", + "Date": "Tue, 13 Jun 2023 03:23:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "859bb177-4b6b-4a50-b5a6-2817f68fd436", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "1a92d92d-19bb-458f-867e-9f817e9888c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191425Z:859bb177-4b6b-4a50-b5a6-2817f68fd436" + "x-ms-correlation-request-id": "89db827d-18fc-4225-89f1-407524834431", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "e9a30dab-38aa-40ec-af81-2bbf0b94c299", + "x-ms-routing-request-id": "JAPANEAST:20230613T032343Z:89db827d-18fc-4225-89f1-407524834431" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-b24cc24cd454aee9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "aa12c0422c0c1028394f319e2ae705db", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-bb862c9aff4a1428-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "44bfccf776c3311edd5604d2ad096f96", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1476,30 +1279,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:14:57 GMT", + "Date": "Tue, 13 Jun 2023 03:24:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a240c8d-83f2-40ad-9aca-9f64d2a11f1b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "bd6486f3-9b55-414b-ad79-70af0e1290c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191457Z:2a240c8d-83f2-40ad-9aca-9f64d2a11f1b" + "x-ms-correlation-request-id": "84a242e3-f3d2-483f-a82b-620aef4eb7f7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "85b9ade1-f1e1-483d-b644-12122b11680b", + "x-ms-routing-request-id": "JAPANEAST:20230613T032416Z:84a242e3-f3d2-483f-a82b-620aef4eb7f7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-6a04045797d97b7b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "74d73a6477959815be7bf0449d96fe26", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-61af94cf6027a3cc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cb90071a82c66dd8396a4e98abd557b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1508,30 +1311,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:15:30 GMT", + "Date": "Tue, 13 Jun 2023 03:24:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66e18357-a82b-4676-ae35-8056d1505f52", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "30c7ec58-1bdb-472f-a9de-e737bd6c4617", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191530Z:66e18357-a82b-4676-ae35-8056d1505f52" + "x-ms-correlation-request-id": "5e1cf79b-1149-47eb-aa23-c414c01a098e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "916d5208-9b32-42b3-938c-e4b28a6b58d0", + "x-ms-routing-request-id": "JAPANEAST:20230613T032448Z:5e1cf79b-1149-47eb-aa23-c414c01a098e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-2644ff986631c639-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "848e8d4ba5f373955d33c27af6c6b0ef", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-c2ac38784ba96d8c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ee622109fc992e2b5d028cfe9f75d97a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1540,30 +1343,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:16:02 GMT", + "Date": "Tue, 13 Jun 2023 03:25:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "705ffc72-1a1d-40fb-af28-aeb2af34bd63", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "899a243c-187a-40ed-89ad-c057668d519e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191603Z:705ffc72-1a1d-40fb-af28-aeb2af34bd63" + "x-ms-correlation-request-id": "a6e12120-fcb5-4aa4-b4ad-1cc495b6c3bc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "ee71e874-6297-473f-87fe-cda9192b6acd", + "x-ms-routing-request-id": "JAPANEAST:20230613T032521Z:a6e12120-fcb5-4aa4-b4ad-1cc495b6c3bc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-0ef1c4c117e0e123-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "177c7de81384cb69ab79ec913be473a3", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-86dba7f52a81d119-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7a4401580e3c755bf3520b5927868607", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1572,30 +1375,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:16:37 GMT", + "Date": "Tue, 13 Jun 2023 03:25:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "725d5de3-79ee-41b7-b731-69bc723ae2d0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "a6d7a967-7ed8-42be-971b-a9d0029f150f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191637Z:725d5de3-79ee-41b7-b731-69bc723ae2d0" + "x-ms-correlation-request-id": "922a3d3c-cdf8-43c2-8a9f-cbbd95299638", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "8a2b419d-8456-457f-a74d-fa401318ea1a", + "x-ms-routing-request-id": "JAPANEAST:20230613T032553Z:922a3d3c-cdf8-43c2-8a9f-cbbd95299638" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-3d607c2a920bf23b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9c520b508058bee8a4631661b59aa2f7", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-cba31100079348bd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8bc851fe80a61efddb616dc4f5d9cdc4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1604,30 +1407,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:17:09 GMT", + "Date": "Tue, 13 Jun 2023 03:26:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6fb14ae-deaa-49df-a612-d932494eec3a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "78fac34b-fbaf-4f1a-bae4-70072d1a7cbd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191710Z:e6fb14ae-deaa-49df-a612-d932494eec3a" + "x-ms-correlation-request-id": "4d8c8a3b-923f-438a-9957-2167c7cfb8ee", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "b3eae52b-b628-464a-8a1b-8a31279b5d33", + "x-ms-routing-request-id": "JAPANEAST:20230613T032626Z:4d8c8a3b-923f-438a-9957-2167c7cfb8ee" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-433d59c2e77b2244-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1f5c01cae71937a124c3d979b9033779", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-2eaa6e2ef11b997c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a93fd490dd91fb76c6edfb47f1d207d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1636,30 +1439,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:17:42 GMT", + "Date": "Tue, 13 Jun 2023 03:26:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d3585b3-4cba-405b-9161-59b20521e423", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "e198290d-7ce0-407c-8337-6516f1c7cb2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191743Z:7d3585b3-4cba-405b-9161-59b20521e423" + "x-ms-correlation-request-id": "2d0346f7-5573-4829-a4ae-b4675bf4204f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "2ef9a61c-5f60-4cdc-8d11-87bd7479cfe2", + "x-ms-routing-request-id": "JAPANEAST:20230613T032658Z:2d0346f7-5573-4829-a4ae-b4675bf4204f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-0f3e6cbd4c5a30a9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ea2a1fc01473679695bd7321fd071611", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-33a4e1fd131b0429-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4d00857b4eacd7d304269edaa0978019", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1668,30 +1471,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:18:15 GMT", + "Date": "Tue, 13 Jun 2023 03:27:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0bd705f9-0ac3-4291-9546-ced06a76c5d6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "ce9dce0f-0dee-4dad-bad5-e07c0f9aee6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191815Z:0bd705f9-0ac3-4291-9546-ced06a76c5d6" + "x-ms-correlation-request-id": "eb00ea96-c067-4a15-a6a3-b4062ffbbc95", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "df4cb8d5-d7b9-415e-a7ad-8605b14c1713", + "x-ms-routing-request-id": "JAPANEAST:20230613T032731Z:eb00ea96-c067-4a15-a6a3-b4062ffbbc95" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-c40037a2e59945cd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3ac7f4d7538769896a1b7895a76e05a0", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-db122b299eb86828-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "53c84784dd462176dacdc5b984b52c09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1700,30 +1503,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:18:48 GMT", + "Date": "Tue, 13 Jun 2023 03:28:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd4ff250-7d63-4a29-9ead-a2c29eb36399", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "d8f65a70-89ba-442e-99cf-cc69d17f5a61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191848Z:cd4ff250-7d63-4a29-9ead-a2c29eb36399" + "x-ms-correlation-request-id": "8c22e45c-afb8-4c56-98c3-54659574a479", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "80476b1b-85da-4767-8958-9047e7ac6aa9", + "x-ms-routing-request-id": "JAPANEAST:20230613T032803Z:8c22e45c-afb8-4c56-98c3-54659574a479" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-7469726aed57b300-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "95a19d2bb76fb6846af58a5c73803a1c", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-414754daa81dfe68-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7048965a80d942170067a46b3e9b5a2f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1732,30 +1535,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:19:21 GMT", + "Date": "Tue, 13 Jun 2023 03:28:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "053e858b-791e-41aa-9100-ecdc30c6fa88", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "29d9ee78-e734-46e5-a836-c68f0efead20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191921Z:053e858b-791e-41aa-9100-ecdc30c6fa88" + "x-ms-correlation-request-id": "2215804f-7274-4a01-9363-1e605025e6c1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "802955e0-97b9-4ad1-abc9-e73e329edf38", + "x-ms-routing-request-id": "JAPANEAST:20230613T032836Z:2215804f-7274-4a01-9363-1e605025e6c1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-1867bf3aaa07364a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c5a2c8adfd3c6df196c080589b01bf27", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-91f9d26b7feffe5d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a9c3e26cb4099e900fde73df881a534f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1764,30 +1567,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:19:53 GMT", + "Date": "Tue, 13 Jun 2023 03:29:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b01c0f24-d68e-472b-9dca-403824bd571b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "3a316199-76aa-4b90-b172-5f71ce2e7ce8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T191954Z:b01c0f24-d68e-472b-9dca-403824bd571b" + "x-ms-correlation-request-id": "a15eefa8-b439-4b73-ab3f-68bdc94d8ac3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "48913b09-a38d-4997-b655-3e89141ae9b1", + "x-ms-routing-request-id": "JAPANEAST:20230613T032908Z:a15eefa8-b439-4b73-ab3f-68bdc94d8ac3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-7e916fe5f1a8890c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5ff5d2b880661fa17011d092c82df5ea", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-4bbbbe1806baf60d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0a8094f90f4e033f2f8552de390be23e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1796,30 +1599,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:20:26 GMT", + "Date": "Tue, 13 Jun 2023 03:29:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0a101be-b52c-4145-9713-e2b0f94c03b1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "5c0d348a-9b1b-46ce-bb90-128d49ed8bdd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192027Z:b0a101be-b52c-4145-9713-e2b0f94c03b1" + "x-ms-correlation-request-id": "a9802407-ca2c-41b7-bfb3-1647eec4ccf3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "d96b6435-b97f-42a2-a414-c3c7e71ab45a", + "x-ms-routing-request-id": "JAPANEAST:20230613T032941Z:a9802407-ca2c-41b7-bfb3-1647eec4ccf3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-86068b3715e3b9f6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dfe75be13fcb2e63ac33ffaf372b1a68", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-15cfceab34935983-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a24c957283f2a60005aa61fb0d38b9e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1828,158 +1631,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:20:59 GMT", + "Date": "Tue, 13 Jun 2023 03:30:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd3e2af3-4be3-49c5-946b-95ff91627e07", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "25896647-fb88-4ee2-b5d2-cd1e8279978d", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "33d257c9-cb84-450f-b79e-8d1f2912273a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192059Z:dd3e2af3-4be3-49c5-946b-95ff91627e07" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-c35bcb2dbc3d24c5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a0a36335da8a2cb62782552b2d5ea469", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:21:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d33caf59-492d-4040-ac9a-060d209daf9b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "0ae960c2-6029-4354-b16a-c8b8b427d12d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192134Z:d33caf59-492d-4040-ac9a-060d209daf9b" + "x-ms-request-id": "22f7df50-a4e8-4fe4-be5a-d2244fdaabda", + "x-ms-routing-request-id": "JAPANEAST:20230613T033013Z:25896647-fb88-4ee2-b5d2-cd1e8279978d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-47e25522b7e14701-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3f7796cbe019785b6fc6b33281f1e844", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:22:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17a652ce-9613-45e2-960e-45190709ec17", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "6a18da19-d80b-4f1b-9983-d74f73f7a206", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192206Z:17a652ce-9613-45e2-960e-45190709ec17" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-85ead74dfbf2b610-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "655d67f65589065fa5bab849ea38014d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:22:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55b5afef-3621-4002-937c-eb99718fd24e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "b9263d22-81c0-4fa7-892d-ced8874315b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192239Z:55b5afef-3621-4002-937c-eb99718fd24e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-e1300502b6f93ae0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a0e4968fdab4554e072b31c32784ab35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:23:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35194b7b-8965-4897-9e97-658e5efee4ac", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "7d8a16fb-e947-4e69-9be9-1321cd253c0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192312Z:35194b7b-8965-4897-9e97-658e5efee4ac" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-3b241087729c0f50-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c53410993e0175df37709a5e28118d36", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-4ad49e94e95f5fe4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aa715514501b5ce0a2bf798361b16404", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1988,71 +1663,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:23:44 GMT", + "Date": "Tue, 13 Jun 2023 03:30:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc68d073-b7d0-4f4d-a41b-2126209373fc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "ea1cb604-5e72-4c6e-a592-cd8ac5b82229", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192345Z:cc68d073-b7d0-4f4d-a41b-2126209373fc" + "x-ms-correlation-request-id": "b77acac3-b849-4b12-b804-e904dd89f660", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "c9a0e05e-2eaa-4f65-bcfd-14c0c324c12b", + "x-ms-routing-request-id": "JAPANEAST:20230613T033046Z:b77acac3-b849-4b12-b804-e904dd89f660" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb42a97ffbf9077f96a1155d8cbd2b2-0c6547b85a358783-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "eba265c5480d1c8f18075d5d239bde21", + "traceparent": "00-ccd70572f05b501f519a4bd4f412ffd7-c57fb508ed7e66bd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f26c34fcb0cd765c94da04a4ae44f6f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2048", + "Content-Length": "2079", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:23:45 GMT", + "Date": "Tue, 13 Jun 2023 03:30:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2c055ad-7d2d-4097-a2da-a416f780499e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "846bf3a2-e1ec-4ede-ba70-e16d5554697a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192346Z:c2c055ad-7d2d-4097-a2da-a416f780499e" + "x-ms-correlation-request-id": "c259aef2-1d07-4537-9a93-23e960f5f045", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "2b6a07b0-0891-42ee-a3d8-2fa137f301ad", + "x-ms-routing-request-id": "JAPANEAST:20230613T033046Z:c259aef2-1d07-4537-9a93-23e960f5f045" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-105/providers/Microsoft.HDInsight/clusters/hdisdk-tls12", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5966/providers/Microsoft.HDInsight/clusters/hdisdk-tls12", "name": "hdisdk-tls12", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "9f0c7c0b-67d1-426f-a494-0c1fb9782cd6", + "location": "Japan East", + "etag": "5e83861c-bfd8-4897-aa5b-3c92e63ed270", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "31dd9314f5c44307ab66a9741c372277", + "clusterId": "ff383d2710be4fab9467b9b546b56d08", "computeProfile": { "roles": [ { @@ -2098,7 +1773,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T18:58:19.613", + "createdDate": "2023-06-13T03:11:13.663", "quotaInfo": { "coresUsed": 20 }, @@ -2123,14 +1798,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6318.blob.core.windows.net", + "name": "azstorageforcluster9936.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4560", + "container": "container8937", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2149,9 +1825,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "2126525358", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1452754289", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateHumboldtClusterWithCustomVMSizes.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateHumboldtClusterWithCustomVMSizes.json index cdec576d879f..605b416b6a27 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateHumboldtClusterWithCustomVMSizes.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateHumboldtClusterWithCustomVMSizes.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f1673f6e997bbaeaf7b3159cd16dda7b-db2ebbb8b6a18e0b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "64ad5751adaf26cb2ac2eb4c736257bc", + "traceparent": "00-deab29638e7abf8e1046699893deb764-698cc85bf26c1647-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4222df1edea0dd337df96a2b938ae551", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:55:19 GMT", + "Date": "Mon, 12 Jun 2023 11:50:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2565e38-fb97-4de9-998f-91ed8451d9d1", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "c2565e38-fb97-4de9-998f-91ed8451d9d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155520Z:c2565e38-fb97-4de9-998f-91ed8451d9d1" + "x-ms-correlation-request-id": "123c8486-20f5-4766-802b-212bd7f05640", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "123c8486-20f5-4766-802b-212bd7f05640", + "x-ms-routing-request-id": "JAPANEAST:20230612T115027Z:123c8486-20f5-4766-802b-212bd7f05640" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-4073?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-4942?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-e480d9fa596bb6f7c06f46ecf676a35a-1f052e6fcb623246-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "05f872dfe0fba78206d9c44e579ef0e5", + "traceparent": "00-baacc2e86435efe7740e38a1801546d8-4bd8d843845e080d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d64bb787ae45b11e61e5d54c74b8ccd7", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:55:22 GMT", + "Date": "Mon, 12 Jun 2023 11:50:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51947daa-5b65-482c-9371-74224de1281f", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "51947daa-5b65-482c-9371-74224de1281f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155523Z:51947daa-5b65-482c-9371-74224de1281f" + "x-ms-correlation-request-id": "284e9fa2-5c6e-4268-9204-0863141d3233", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "284e9fa2-5c6e-4268-9204-0863141d3233", + "x-ms-routing-request-id": "JAPANEAST:20230612T115027Z:284e9fa2-5c6e-4268-9204-0863141d3233" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073", - "name": "HDInsightRG-4073", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942", + "name": "HDInsightRG-4942", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1123", + "Content-Length": "1126", "Content-Type": "application/json", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-99e068301d8b7ef4-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "16dc59042e7ee35826abadc98c0a0d4f", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-d4ef4c6b070dcf6d-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a73b1d9d358139118d1470e6a33becce", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4969.blob.core.windows.net", + "name": "azstorageforcluster4868.blob.core.windows.net", "isDefault": true, - "container": "container7576", + "container": "container9372", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1821", + "Content-Length": "1850", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:55:55 GMT", - "ETag": "\u0022c36462dd-e81b-4e47-a3f7-fe15ed9c8405\u0022", + "Date": "Mon, 12 Jun 2023 11:50:55 GMT", + "ETag": "\u00226ffeb472-03b1-4d22-8edf-a5329323a068\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4f85ea3-6f2c-4a47-81a0-7c12a639e019", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "f8527f76-d21a-4535-a900-b295d578dcf6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155556Z:e4f85ea3-6f2c-4a47-81a0-7c12a639e019" + "x-ms-correlation-request-id": "20d7c9c6-e04b-4e9b-a6ca-46b0814aa7b9", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "fa71fe5f-9374-4019-8ff1-ef6e45a1c98b", + "x-ms-routing-request-id": "JAPANEAST:20230612T115056Z:20d7c9c6-e04b-4e9b-a6ca-46b0814aa7b9" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes", "name": "hdisdk-customvmsizes", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "c36462dd-e81b-4e47-a3f7-fe15ed9c8405", + "location": "Japan East", + "etag": "6ffeb472-03b1-4d22-8edf-a5329323a068", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "0a997da022484871993c46af170e76c0", + "clusterId": "0220188fce4a40d18849a4d9c05a32b8", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T15:55:54.433", + "createdDate": "2023-06-12T11:50:55.94", "quotaInfo": { "coresUsed": 28 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4969.blob.core.windows.net", + "name": "azstorageforcluster4868.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container7576", + "container": "container9372", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,77 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-4bead843283630a4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1ba42c56a4946e3e09f4cd40a9aca648", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:55:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9751eb34-b62d-4b10-a073-20ab87856b52", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "48efc771-73ab-4875-86b1-d2fc21105225", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155557Z:9751eb34-b62d-4b10-a073-20ab87856b52" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-c674db6a080c9105-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "42d7add5116e7261af8cee184796c366", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:55:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b69c5b5f-b2fb-499b-b66f-092c1a6c67f3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "7c580889-a76d-4f64-b7a2-ddb76ebb034d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155559Z:b69c5b5f-b2fb-499b-b66f-092c1a6c67f3" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-3258720169ec581c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "607356f5f16592bbad95da8fc369a67b", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-32a84653c4cd4462-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1ec5bb59b2ca7c1fd5b7ecceedef959a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -386,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:56:00 GMT", + "Date": "Mon, 12 Jun 2023 11:50:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e826d43e-3d96-4b85-8aeb-39b8365ee918", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "fe54ca3d-37a2-4292-bb81-78fdfe2d6958", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155601Z:e826d43e-3d96-4b85-8aeb-39b8365ee918" + "x-ms-correlation-request-id": "c7f8af3c-b6d8-4457-843e-c272363b6009", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "da3f8d94-0f32-493c-aa2e-c5666edbc468", + "x-ms-routing-request-id": "JAPANEAST:20230612T115056Z:c7f8af3c-b6d8-4457-843e-c272363b6009" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-030b42eb0b8f160b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "72ec9fc074e844e8cb316c08b6262673", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-bc3eb5600fe449db-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "553587e031645a0a2a697f0e7aeb525d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -418,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:56:02 GMT", + "Date": "Mon, 12 Jun 2023 11:50:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50f042a7-8c3d-43b3-9acc-03a97f768a1b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "5c93ad6f-6788-4598-a4a0-a5e3105a66f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155602Z:50f042a7-8c3d-43b3-9acc-03a97f768a1b" + "x-ms-correlation-request-id": "9948fe8b-451f-4795-80db-5cf9207fe4d8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "210adb18-dbcb-4095-8d6c-69cffa745261", + "x-ms-routing-request-id": "JAPANEAST:20230612T115058Z:9948fe8b-451f-4795-80db-5cf9207fe4d8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-1a0572343fbf6634-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "534b67304539e4e2f24494d837d1ae45", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-f61e27469fdda40b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e88ded99cd759204020ac5b35624e438", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -450,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:56:05 GMT", + "Date": "Mon, 12 Jun 2023 11:50:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc071f42-97f2-4bdf-98cd-a031b30a181a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "546cfb53-96ad-48bd-b66a-b62f880d2867", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155605Z:dc071f42-97f2-4bdf-98cd-a031b30a181a" + "x-ms-correlation-request-id": "d009eb98-194a-4b2d-8d71-a0b0a0103065", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "7106bfab-120a-4776-bf63-f3f4f5c4d71d", + "x-ms-routing-request-id": "JAPANEAST:20230612T115059Z:d009eb98-194a-4b2d-8d71-a0b0a0103065" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-e2fe2fa6103f28fd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a85872e551aa817d6d2e953485b2dc86", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-7a4e8547dfbd7667-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5e4520dd25fa281fb16bf461331101e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -482,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:56:09 GMT", + "Date": "Mon, 12 Jun 2023 11:51:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05b15e0a-a44e-4a20-a462-7d665e8352cd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "33017b37-0c02-43a5-b9d8-35c43d979822", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155610Z:05b15e0a-a44e-4a20-a462-7d665e8352cd" + "x-ms-correlation-request-id": "ee99ac11-3a9d-4c78-a3e7-aa47ed7a89df", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "039a34d8-bae3-4ab6-b840-f7994d2ffbcf", + "x-ms-routing-request-id": "JAPANEAST:20230612T115100Z:ee99ac11-3a9d-4c78-a3e7-aa47ed7a89df" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-3654b2e879a1171b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5c5f676f531e7a42bc0880a3df0f0df9", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-a6d0f968bf089078-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "00348f64ad62122483a253596c560305", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:56:19 GMT", + "Date": "Mon, 12 Jun 2023 11:51:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2d20c21-f8ab-4dcc-b09f-2b49abd1c56e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "0f967b58-a182-4477-b4d2-d02f2ecd3f80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155619Z:f2d20c21-f8ab-4dcc-b09f-2b49abd1c56e" + "x-ms-correlation-request-id": "15316943-92fe-4dbe-b0bb-1b59e1976136", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "50b9e9dc-8e63-41c7-be86-7ed70fd90faf", + "x-ms-routing-request-id": "JAPANEAST:20230612T115103Z:15316943-92fe-4dbe-b0bb-1b59e1976136" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-67f3e8be92b75296-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "442226827ecedec8e9c9e50ab0ad5e3f", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-32234656104c8457-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "59314784f4a57462ce65370ad9a25ff1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:56:35 GMT", + "Date": "Mon, 12 Jun 2023 11:51:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3805a480-ddd1-454a-b39d-d569e0c9ad4b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "8d063aff-9789-4c5b-94fd-90f1d1366305", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155636Z:3805a480-ddd1-454a-b39d-d569e0c9ad4b" + "x-ms-correlation-request-id": "8eca61dc-d444-4382-bd2c-2e79e2647dbf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "24dc2f65-c62c-4bfc-adc1-c9bc75208ede", + "x-ms-routing-request-id": "JAPANEAST:20230612T115107Z:8eca61dc-d444-4382-bd2c-2e79e2647dbf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-41ffec3fcbb021c0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cf690d68527192262fddeba2d1daa15d", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-5d8bc3322569c759-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c64fdb08e4ef2fd5fc32db57d2c5bc5a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:57:08 GMT", + "Date": "Mon, 12 Jun 2023 11:51:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b278af7-c5fd-45b7-b8b8-266bf352ff18", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "745a8342-5931-42eb-9304-f3e1712ce61c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155708Z:2b278af7-c5fd-45b7-b8b8-266bf352ff18" + "x-ms-correlation-request-id": "5054bb8f-bc72-42b5-997a-58432729a72a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "a8c63fc1-3b45-4714-ae8e-14ec240a9359", + "x-ms-routing-request-id": "JAPANEAST:20230612T115115Z:5054bb8f-bc72-42b5-997a-58432729a72a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-b4475c1f3e834df0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5eb19b219890f1b89e8173546e38ca0e", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-d6f61af1068fe22e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ecddee67a8df70442cc032fd761a39e0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:57:41 GMT", + "Date": "Mon, 12 Jun 2023 11:51:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b204a68d-9bcf-45c7-a2e4-228f01136288", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "dba6977a-d69f-44ef-859a-f42753fc5a3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155741Z:b204a68d-9bcf-45c7-a2e4-228f01136288" + "x-ms-correlation-request-id": "5c9d4e44-01a7-46dd-a23e-71eaf324de52", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "90b7a184-e5a0-4143-be99-1fa267673bfc", + "x-ms-routing-request-id": "JAPANEAST:20230612T115132Z:5c9d4e44-01a7-46dd-a23e-71eaf324de52" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-b43db149b14e9797-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d13b41a93da53087009014f092260c0f", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-df62069fc754bf0b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "905062433d07a01671015d72190ba108", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:58:14 GMT", + "Date": "Mon, 12 Jun 2023 11:52:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbe0655d-dc0b-4baf-8233-32fae2f42fb8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "4546b27a-8519-4997-aa72-913c92d32437", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155814Z:dbe0655d-dc0b-4baf-8233-32fae2f42fb8" + "x-ms-correlation-request-id": "971e52ab-2568-4200-8bc6-89aabd985e57", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "e82b756c-915f-45ee-9a49-142d3fed1278", + "x-ms-routing-request-id": "JAPANEAST:20230612T115204Z:971e52ab-2568-4200-8bc6-89aabd985e57" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-162c5482e0f1a072-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "14e8872800fccfae557830f0ded224f7", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-5bb08a8947c3c9e9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eba2dca873c5601197df992eb1d8b9e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:58:48 GMT", + "Date": "Mon, 12 Jun 2023 11:52:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "588b6886-496d-4856-ab1f-60e6b911c0df", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "863e67d7-9757-49ae-acd3-dfedf91aaae1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155848Z:588b6886-496d-4856-ab1f-60e6b911c0df" + "x-ms-correlation-request-id": "09188c5f-6aca-4214-a76c-ac2ae2840791", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "b02aa122-bb40-4686-9d41-5b625eaecd9e", + "x-ms-routing-request-id": "JAPANEAST:20230612T115236Z:09188c5f-6aca-4214-a76c-ac2ae2840791" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-0a780223393e918e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "90f8dc13cf9ee3b813815e0084c85e78", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-53a722dc1847a7cf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7014faf92b742a52d73d7ade4bd15621", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:59:21 GMT", + "Date": "Mon, 12 Jun 2023 11:53:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d45f4e4f-2560-40f9-afce-3e065a351476", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "bc98b26e-00c2-4c86-b1a0-e163e09f69fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155921Z:d45f4e4f-2560-40f9-afce-3e065a351476" + "x-ms-correlation-request-id": "92a5a4a4-1f57-42d5-93b7-f1eab2d5508c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "65c568b5-d95b-4f3a-8bcf-7d9175d51cb0", + "x-ms-routing-request-id": "JAPANEAST:20230612T115309Z:92a5a4a4-1f57-42d5-93b7-f1eab2d5508c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-5b3ecfe50e60cc64-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e62c6474b54fa912926c7c2c0c97512d", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-23422b984a79abf3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "99542a1e4d77cf1a50f0f928a3e7ee98", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 15:59:54 GMT", + "Date": "Mon, 12 Jun 2023 11:53:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93722e88-16ba-4395-83f0-1a8f744e43e2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "17e40d3d-3213-493f-a1c0-343982bfe51f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T155954Z:93722e88-16ba-4395-83f0-1a8f744e43e2" + "x-ms-correlation-request-id": "7de990fc-543d-48ea-b914-c06c6c96f9a1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "f5e22e09-f942-4380-a71a-1e6797502078", + "x-ms-routing-request-id": "JAPANEAST:20230612T115341Z:7de990fc-543d-48ea-b914-c06c6c96f9a1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-054f5d8f5687b27a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b5dc1d6c7c2d5870cf05017aa1ae4b8c", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-a2c54268abf85b04-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e797b4731f77d9389781388f83214c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:00:26 GMT", + "Date": "Mon, 12 Jun 2023 11:54:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a934b974-85d7-4354-a9bb-e91f5ecd7416", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "a28b4ece-b440-4103-8ed8-77afa19f4d2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160027Z:a934b974-85d7-4354-a9bb-e91f5ecd7416" + "x-ms-correlation-request-id": "84a8b832-f7f6-4b40-8315-f06e70fdff02", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "ee6b8943-c739-4ac9-bbee-afe4bf7526c1", + "x-ms-routing-request-id": "JAPANEAST:20230612T115413Z:84a8b832-f7f6-4b40-8315-f06e70fdff02" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-16b72b9a3f358504-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7a7cb81a3da55ea8c94ffd32538bd67c", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-84a64aeff65c55c5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "871078882083ab6adf441f84322a87f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:00:59 GMT", + "Date": "Mon, 12 Jun 2023 11:54:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fd68cd5-b240-4bf9-9fc3-b7c6eacf736f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "0e1ac339-d673-414e-90d2-347f43185bf5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160100Z:5fd68cd5-b240-4bf9-9fc3-b7c6eacf736f" + "x-ms-correlation-request-id": "c213c4b5-652d-4418-8b52-593cf3e2d467", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "e18b57c2-0662-4b7a-bbbc-cf5c041d17f7", + "x-ms-routing-request-id": "JAPANEAST:20230612T115446Z:c213c4b5-652d-4418-8b52-593cf3e2d467" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-07024f525d9b071c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6693302fa9ebf74af3d4174ab39807e4", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-4c1884fa9f0be93f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d097e24e3858ed2a96d70fff3992d71e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:01:32 GMT", + "Date": "Mon, 12 Jun 2023 11:55:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18148d70-aed5-4652-8120-bd291d3f87a0", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "48a89a7d-9337-4b71-bd2c-0edc9fab24ee", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "eacaff70-542f-4998-b132-2ed9965ae960", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160132Z:18148d70-aed5-4652-8120-bd291d3f87a0" + "x-ms-request-id": "de441804-0686-40d2-a113-fb188b0ad731", + "x-ms-routing-request-id": "JAPANEAST:20230612T115518Z:48a89a7d-9337-4b71-bd2c-0edc9fab24ee" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-606b0b723d74b592-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5312ef20d61a2e88757eebde7e3e0444", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-c5a6e86735c8579b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2b9f33db66d7271510cd3eb2120f4b5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:02:05 GMT", + "Date": "Mon, 12 Jun 2023 11:55:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ce3b308-a06a-43e3-8975-f3fbc954e002", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "798ebae4-7c76-4da2-996f-06c41dd6646b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "3af55da7-d443-4916-86cd-57e46d3d8cca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160205Z:8ce3b308-a06a-43e3-8975-f3fbc954e002" + "x-ms-request-id": "ea098106-f6d3-417f-8787-60dd66efd69c", + "x-ms-routing-request-id": "JAPANEAST:20230612T115550Z:798ebae4-7c76-4da2-996f-06c41dd6646b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-45ee5af568c1473c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "714b852ee41a70a16e8487d1265dab31", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-13c17783c3745eaf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "163923f1449b506d4d22f1ac106b724d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:02:37 GMT", + "Date": "Mon, 12 Jun 2023 11:56:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e0f9e46-7870-4b25-8431-3c75cdad101a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "726c32a6-1cda-4089-ab0f-490531221d23", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "5e74a28d-0f69-453f-8479-61ca547bb1c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160238Z:3e0f9e46-7870-4b25-8431-3c75cdad101a" + "x-ms-request-id": "0b16019c-626b-42a6-bb03-9817391a0788", + "x-ms-routing-request-id": "JAPANEAST:20230612T115623Z:726c32a6-1cda-4089-ab0f-490531221d23" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-856998eaee4ca79d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6311194882785861a865f16dbd6b79b4", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-25b112f7d9d1bf1b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fea8006d5c8ae718cc6fbf8bf978db86", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:03:11 GMT", + "Date": "Mon, 12 Jun 2023 11:56:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b84db720-622e-419f-b8ef-875d10ecdf38", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "8edbb38f-5c9f-461f-a144-f3786a1e575d", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "6c2ab35b-33c0-4310-8c7f-8ec25f09e116", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160311Z:b84db720-622e-419f-b8ef-875d10ecdf38" + "x-ms-request-id": "119a7cdb-bf2d-4334-999f-24dd615d26c5", + "x-ms-routing-request-id": "JAPANEAST:20230612T115655Z:8edbb38f-5c9f-461f-a144-f3786a1e575d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-2f3ed7c0f48b32cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2e1bd2cf964d3bca4ea1e5964fb60817", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-babebf1131f19629-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "160db08cc0589683c54fddb4756916a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:03:45 GMT", + "Date": "Mon, 12 Jun 2023 11:57:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11bf8e41-41b2-4b07-ad97-43e37c0f37ab", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "fe410c92-9462-46cc-a322-c5703d3b0a8f", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "cd1b0d2a-26a5-4d9f-a623-9c639fcec266", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160345Z:11bf8e41-41b2-4b07-ad97-43e37c0f37ab" + "x-ms-request-id": "d72b84d6-ae20-4557-bcf2-427d2267a05a", + "x-ms-routing-request-id": "JAPANEAST:20230612T115728Z:fe410c92-9462-46cc-a322-c5703d3b0a8f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-e77bbf2ee15d1ae0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6596b9d2a12cabcb24f2c9b4f233b302", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-3eadae30c878487f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1144f15b4c6795d40a52492b85e256d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:04:18 GMT", + "Date": "Mon, 12 Jun 2023 11:58:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e82822dc-e2f2-440f-90ea-8885892f696c", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "074e340e-cd61-4905-a7c9-1a553ab4473b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "472ebe13-446b-45ca-988e-10fef8afaa67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160418Z:e82822dc-e2f2-440f-90ea-8885892f696c" + "x-ms-request-id": "5582f64a-846c-4489-b455-e49851062ec9", + "x-ms-routing-request-id": "JAPANEAST:20230612T115800Z:074e340e-cd61-4905-a7c9-1a553ab4473b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-ef81fab4bee79a65-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5302d20b7c42b1e44fd515d69dca09f2", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-8dca3edd5bf82c6c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "601f6b475b5dacf47d11383b7e647263", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,62 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:04:50 GMT", + "Date": "Mon, 12 Jun 2023 11:58:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "893e3f67-93de-4b23-a197-b9b377b07d8d", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "c8cbe357-2d2a-47e3-87f7-31c5b1f5d69c", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "f056a27b-c62d-473b-87ae-f13a31a48e96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160451Z:893e3f67-93de-4b23-a197-b9b377b07d8d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-b3890d6e88ae4793-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "039ada5d13d52e8707700a5acd15491a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:05:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac1b29f2-5224-448e-a9d8-2f2172e64709", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "7562981e-e9d6-4069-af34-204d78b4c9ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160523Z:ac1b29f2-5224-448e-a9d8-2f2172e64709" + "x-ms-request-id": "99304f47-7b39-47c2-94ef-11305989d3d7", + "x-ms-routing-request-id": "JAPANEAST:20230612T115832Z:c8cbe357-2d2a-47e3-87f7-31c5b1f5d69c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-3d8b23204a37ef0c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7c8ae2eeb4b356d5d4e415578bf40d59", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-bae7444109e74635-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "07301958c9333f1edc780b06775711e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,62 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:05:56 GMT", + "Date": "Mon, 12 Jun 2023 11:59:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4eeee19e-c1c0-4888-aff6-493b51401066", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "9b5954a7-71b2-464c-a2fa-15da2deec45b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160556Z:4eeee19e-c1c0-4888-aff6-493b51401066" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-47ccf6b5f1e8123a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1757d6e8af99f72d4bd44cd17289e43a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:06:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc5396cf-8f75-4961-b5ff-fddd31e9212c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "c312ac7f-7d39-4020-bfd6-77fb50131824", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160629Z:fc5396cf-8f75-4961-b5ff-fddd31e9212c" + "x-ms-correlation-request-id": "970f9087-85e0-4676-8d4c-543578c6b74a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "1c756683-0558-4b8b-8416-dc945cdc05e3", + "x-ms-routing-request-id": "JAPANEAST:20230612T115905Z:970f9087-85e0-4676-8d4c-543578c6b74a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-5167318bee6a787c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bbe8fb8c8d40a83e05442ff1fd30a212", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-be3c234d8a038406-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0a6c07f8b649ff48fc989356149816a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:07:02 GMT", + "Date": "Mon, 12 Jun 2023 11:59:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fc5fbbe-9786-4709-923f-0d222e805382", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "c08d25e0-b01d-4733-8ebb-4c755e7be273", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160702Z:1fc5fbbe-9786-4709-923f-0d222e805382" + "x-ms-correlation-request-id": "470bf1a2-3592-4a4b-8ca8-08ce7596f495", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "d007ab09-821c-4310-b782-7ef5b35e81cd", + "x-ms-routing-request-id": "JAPANEAST:20230612T115937Z:470bf1a2-3592-4a4b-8ca8-08ce7596f495" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-4a5f4d3c9d0f8237-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f672b06231bd3f80b59231df6803e34b", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-32705b19b269c692-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6cd2e5df4fb27da24cdf83e450ee3526", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:07:34 GMT", + "Date": "Mon, 12 Jun 2023 12:00:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6bb52a98-5317-4c05-84fe-a99ed9b93e96", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "c06e930a-5f8b-4e47-a6e2-fbd94cf320ca", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "15cb05c4-027c-43e4-ae90-a36c063e33ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160735Z:6bb52a98-5317-4c05-84fe-a99ed9b93e96" + "x-ms-request-id": "8e3f608c-429c-4c1a-8383-dd5d747f89fe", + "x-ms-routing-request-id": "JAPANEAST:20230612T120010Z:c06e930a-5f8b-4e47-a6e2-fbd94cf320ca" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-448f95b1652a6def-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8fcadbff520c5b1898ae1255803bfa1a", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-46271d221626ff0a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7742550068f7a21ad0300b9a36c82b43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:08:07 GMT", + "Date": "Mon, 12 Jun 2023 12:00:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f6f4082-6fd3-42b9-80e8-822c141dd8ed", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "21e78ef6-f2ad-4484-bcac-74819c60532a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "edffe487-9b15-4d65-944a-7e288a176f9a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160808Z:8f6f4082-6fd3-42b9-80e8-822c141dd8ed" + "x-ms-request-id": "5ca24c47-f6bc-4925-b64a-bd0a13ad1d0a", + "x-ms-routing-request-id": "JAPANEAST:20230612T120042Z:21e78ef6-f2ad-4484-bcac-74819c60532a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-3d92abcba01b92f4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c16f3931ee175b7c7aa805ad5b5f4002", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-8cc2c2425fcfb44e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "91266562a584a93065eebd6a3263ae0e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:08:41 GMT", + "Date": "Mon, 12 Jun 2023 12:01:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afc70c9b-db2f-4132-8ce7-9c6fc6b9d154", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "8203fc00-6972-48c6-9959-faa9aeaa1946", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "9f0dbce1-a12f-46d7-a4c3-a5d282d2e338", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160842Z:afc70c9b-db2f-4132-8ce7-9c6fc6b9d154" + "x-ms-request-id": "2cd15576-0624-49e8-9c23-6ad707a08863", + "x-ms-routing-request-id": "JAPANEAST:20230612T120115Z:8203fc00-6972-48c6-9959-faa9aeaa1946" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-e2b471e3af4d8fa5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "21f2e46012660f0598175d0e1e2bbf79", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-29be3e99318e1577-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bf566c629f5677aecb309b8144074784", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:09:14 GMT", + "Date": "Mon, 12 Jun 2023 12:01:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80fd1ef3-f842-49e7-98b3-198827db051f", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "e671df09-face-406e-b3a8-f12a8dd455d9", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "6118c63f-bcc0-4897-8507-5c22ded36c13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160914Z:80fd1ef3-f842-49e7-98b3-198827db051f" + "x-ms-request-id": "6e456788-8d70-4f20-9bfc-71224f458473", + "x-ms-routing-request-id": "JAPANEAST:20230612T120147Z:e671df09-face-406e-b3a8-f12a8dd455d9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-ef0c1a09ae0ab507-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2ead1698219310335f6e15634c6bff39", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-88e231bd95f06dbf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eb8240b4a4c75aa124981209aaaf6f6d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:09:46 GMT", + "Date": "Mon, 12 Jun 2023 12:02:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a167a9f-2faa-41fa-9eb6-12c482169783", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "def7e596-c797-4d14-b217-c37ff42073bd", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "8a73f411-a920-478c-a2ad-d98d9b022f18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T160947Z:0a167a9f-2faa-41fa-9eb6-12c482169783" + "x-ms-request-id": "e6ff3857-7583-4e0c-83f2-a083942c29b2", + "x-ms-routing-request-id": "JAPANEAST:20230612T120220Z:def7e596-c797-4d14-b217-c37ff42073bd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-435515b6bfae70ca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9cf40f6ed8491eb4345f29ff916d3c4f", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-28606e32923aab84-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c938fc826c72c3ecb6aec55409af655d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:10:19 GMT", + "Date": "Mon, 12 Jun 2023 12:02:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2827ff68-f50b-4bba-b1b1-0f66ee5c8969", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "57cb7ea0-de51-490a-bd51-b1b27e1b1a1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161020Z:2827ff68-f50b-4bba-b1b1-0f66ee5c8969" + "x-ms-correlation-request-id": "9f812676-1b21-428f-a375-7670540a7735", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "152ce33e-4fa2-4724-a968-38e980246fa1", + "x-ms-routing-request-id": "JAPANEAST:20230612T120252Z:9f812676-1b21-428f-a375-7670540a7735" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-21489b856f498403-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "45148ce911b13f6eb0e1c2f7fda1c32c", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-428d2e0cda0146b7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f2b538a7c3e1be46cbfb9bbd8ca5cd1b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:10:52 GMT", + "Date": "Mon, 12 Jun 2023 12:03:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "074f6b62-8aef-48eb-b630-2761045b89bd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "b61b3a3c-47d8-4c7b-bd32-d8f14eac2277", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161053Z:074f6b62-8aef-48eb-b630-2761045b89bd" + "x-ms-correlation-request-id": "09611c37-b59a-4b47-89c7-0c31221ee509", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "4aaf990b-2af8-43af-88a6-740514bce17c", + "x-ms-routing-request-id": "JAPANEAST:20230612T120324Z:09611c37-b59a-4b47-89c7-0c31221ee509" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-f5a334048a1f7ebc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0ea024182337c030628efa34f7337ff1", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-9b87c8deda306e59-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "47ff2ec17dcf471253bf3418df4d5074", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:11:25 GMT", + "Date": "Mon, 12 Jun 2023 12:03:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe29ca1c-03f6-4993-be28-64e7dfc16225", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "b81f63f2-cab1-4a36-93b8-4eaec54a1e06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161126Z:fe29ca1c-03f6-4993-be28-64e7dfc16225" + "x-ms-correlation-request-id": "d53e9969-40bd-41d7-a1f3-22db950aba49", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "a021df35-a79a-4b3d-a37a-b45ae891fd35", + "x-ms-routing-request-id": "JAPANEAST:20230612T120357Z:d53e9969-40bd-41d7-a1f3-22db950aba49" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-52df22c577581d14-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c07ac632ba575c87a1b4eb6715bc2192", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-4aacbcd61253b97d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7161b4327dfabf8bb67afe76d12f3611", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:11:57 GMT", + "Date": "Mon, 12 Jun 2023 12:04:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a47dc5a-e41c-4df1-a6f6-f7faf9934f2b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "887666e9-da83-4a9f-b64e-f304dd557642", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161158Z:4a47dc5a-e41c-4df1-a6f6-f7faf9934f2b" + "x-ms-correlation-request-id": "215687a1-8b26-4b94-a2d7-b436f144d570", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "44b47063-64bb-41e6-9973-16212debda26", + "x-ms-routing-request-id": "JAPANEAST:20230612T120429Z:215687a1-8b26-4b94-a2d7-b436f144d570" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-c8d381fa99b7084c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6ce7fd9c2dcdc6175b53e2231639477c", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-35a06444e6daea10-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "db92a9e11eb02a8e266e9e218e2dde7d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:12:30 GMT", + "Date": "Mon, 12 Jun 2023 12:05:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e05e1e5-58a9-4a65-9bdf-5db6b4823351", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d36e5a29-16ee-48ac-961d-aef17356c0db", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "42f58681-3ffa-49c2-ad6d-d244bbe95a6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161231Z:7e05e1e5-58a9-4a65-9bdf-5db6b4823351" + "x-ms-request-id": "5c2d6cdc-1713-4873-98f7-162122d9358d", + "x-ms-routing-request-id": "JAPANEAST:20230612T120501Z:d36e5a29-16ee-48ac-961d-aef17356c0db" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-081a210665d29652-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "37c5d16202275dd59c436d8237c9aba6", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-3446ed4a3cd1cdd2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d88a26aa5b434421a23f90547e9b7624", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,158 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:13:04 GMT", + "Date": "Mon, 12 Jun 2023 12:05:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b288cd70-4167-4074-a6b3-f84790d1fa1a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d55387bc-a897-41e7-bb0b-a8690d03d9c4", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "b4ecfb23-e897-4aee-8e76-e5bb133fd3fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161304Z:b288cd70-4167-4074-a6b3-f84790d1fa1a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-280f8ee809adbd8b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fa98686d124c0423aeb36503d7644667", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:13:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b657149-a03b-4228-9bb9-381fd82c9fe1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "b945e825-6bd7-448f-bc7b-050726ec8c09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161338Z:6b657149-a03b-4228-9bb9-381fd82c9fe1" + "x-ms-request-id": "ba05e88e-3b0a-4dec-b948-3d369742857c", + "x-ms-routing-request-id": "JAPANEAST:20230612T120534Z:d55387bc-a897-41e7-bb0b-a8690d03d9c4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-dd881222e19243c3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "43046f6de9f6996a2889d08ac0958f91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:14:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "396cb574-15e7-4cd1-9052-e438bf4fe0a4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "4fea644d-6016-4206-bdfe-a654f07de1e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161411Z:396cb574-15e7-4cd1-9052-e438bf4fe0a4" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-67b3f3a8cee57fe6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "aeb53ca84da15030aec089749dd18638", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:14:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1afab86e-b44a-482b-bd51-81740fa01218", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "3e82bee6-79ac-4365-8afe-09e907f746db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161444Z:1afab86e-b44a-482b-bd51-81740fa01218" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-b12a269e4d9b80a5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c81405fc67c583affdfed2c241984418", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:15:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd9014d5-f5da-45d0-a4da-fca62a3ce244", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "71f7142d-71cb-420e-901f-0b3638ee5cc7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161517Z:cd9014d5-f5da-45d0-a4da-fca62a3ce244" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-a52e765dcacb08f1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9b5bd32497ae20c63eb3953660f6fb56", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-44415a8d227848af-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3537238974ba14c426374b8bde6a3189", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,71 +1405,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:15:49 GMT", + "Date": "Mon, 12 Jun 2023 12:06:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d90455e-21fe-41a3-9edd-7047df08342f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "ae5d4dc3-9de2-4a53-bc8d-d36a75193016", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161550Z:7d90455e-21fe-41a3-9edd-7047df08342f" + "x-ms-correlation-request-id": "3caebec7-e9b9-4852-96c4-994e8320e400", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "850a4554-f6fd-42ff-95a6-c2e66a56b4bd", + "x-ms-routing-request-id": "JAPANEAST:20230612T120606Z:3caebec7-e9b9-4852-96c4-994e8320e400" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8de37567611b62cc3d1f9756cc51a052-5bbc48f9664f1354-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ba8d9803c78040cc8c32b0a37a6d0e15", + "traceparent": "00-783d9e70ff98fb2df555644bfca7ced4-9b5e5d379d923d70-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aacc809b5da486ce874e39708e39ab8b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2050", + "Content-Length": "2079", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:15:50 GMT", + "Date": "Mon, 12 Jun 2023 12:06:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e56b0b5-84b3-4d6e-b387-6223c52cbf06", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "ae30c9e6-19ec-492f-8d06-da7608f7f8ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161550Z:4e56b0b5-84b3-4d6e-b387-6223c52cbf06" + "x-ms-correlation-request-id": "0af874f1-81e5-466f-aaf0-d3292bb22270", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "27403f58-a6af-4af9-95e3-5df52c022f0a", + "x-ms-routing-request-id": "JAPANEAST:20230612T120606Z:0af874f1-81e5-466f-aaf0-d3292bb22270" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4073/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4942/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes", "name": "hdisdk-customvmsizes", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "c36462dd-e81b-4e47-a3f7-fe15ed9c8405", + "location": "Japan East", + "etag": "6ffeb472-03b1-4d22-8edf-a5329323a068", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "0a997da022484871993c46af170e76c0", + "clusterId": "0220188fce4a40d18849a4d9c05a32b8", "computeProfile": { "roles": [ { @@ -1776,7 +1515,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T15:55:54.433", + "createdDate": "2023-06-12T11:50:55.94", "quotaInfo": { "coresUsed": 28 }, @@ -1801,14 +1540,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4969.blob.core.windows.net", + "name": "azstorageforcluster4868.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container7576", + "container": "container9372", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -1826,9 +1566,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "194473872", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "498772511", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateHumboldtClusterWithCustomVMSizesAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateHumboldtClusterWithCustomVMSizesAsync.json index 95dda09e7b46..efc42c1f487b 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateHumboldtClusterWithCustomVMSizesAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateHumboldtClusterWithCustomVMSizesAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-193651d8c9173eddcdad8de0742256dd-8c8da267a46f1315-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9a4d693564a56ee28ddfff3d33702116", + "traceparent": "00-7e1fadaefb3ee8b98ef334f8f514cfdf-3592f05535851c0d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6d31ccfba38b49479c016a894277844d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:23:51 GMT", + "Date": "Tue, 13 Jun 2023 03:30:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa6e3636-2de3-4b4f-bad5-c623bd79b347", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "fa6e3636-2de3-4b4f-bad5-c623bd79b347", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192352Z:fa6e3636-2de3-4b4f-bad5-c623bd79b347" + "x-ms-correlation-request-id": "69fe9218-577c-4ac2-a5f4-fe20d987ac03", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "69fe9218-577c-4ac2-a5f4-fe20d987ac03", + "x-ms-routing-request-id": "JAPANEAST:20230613T033047Z:69fe9218-577c-4ac2-a5f4-fe20d987ac03" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-6870?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-5466?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-631243ebb5dfed2da5915457ad3473e1-d792b65e3e31ff2a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fd54ae16ff384b691855c73c7ee17270", + "traceparent": "00-02f98ba2dff4f28792a48e16ba55e852-14c72a5f382b8aee-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "68d80d8ffe049d216e8d102c108701f2", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:23:54 GMT", + "Date": "Tue, 13 Jun 2023 03:30:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ddbbc99-0a4d-401d-a8d9-bf07c9803580", + "x-ms-correlation-request-id": "0d912f4d-bbd0-45be-b479-dc4c06876806", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "0ddbbc99-0a4d-401d-a8d9-bf07c9803580", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192355Z:0ddbbc99-0a4d-401d-a8d9-bf07c9803580" + "x-ms-request-id": "0d912f4d-bbd0-45be-b479-dc4c06876806", + "x-ms-routing-request-id": "JAPANEAST:20230613T033048Z:0d912f4d-bbd0-45be-b479-dc4c06876806" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870", - "name": "HDInsightRG-6870", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466", + "name": "HDInsightRG-5466", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1123", + "Content-Length": "1126", "Content-Type": "application/json", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-ed31cdb163d331a4-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b75492abfa97ed72cd04a82f958a4b5f", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-4dd032924b4734d1-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b0583a834322acfd0e32001b9f79746c", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster5091.blob.core.windows.net", + "name": "azstorageforcluster7624.blob.core.windows.net", "isDefault": true, - "container": "container5996", + "container": "container3262", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1820", + "Content-Length": "1851", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:24:28 GMT", - "ETag": "\u002274a282d4-f8ea-4ced-a760-556415fcc8b5\u0022", + "Date": "Tue, 13 Jun 2023 03:31:17 GMT", + "ETag": "\u00220fcfa588-0e8b-45c2-8e73-5f46af753335\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af1c3e13-c1ad-4917-92ec-6d6ea0c2b83a", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "48ec32a4-8cb6-4189-a15e-68e0bba2dfdc", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "396ea581-f0aa-48c6-b104-4a895c6b5baa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192428Z:af1c3e13-c1ad-4917-92ec-6d6ea0c2b83a" + "x-ms-request-id": "311f438d-267f-4007-a9ce-6fc860f87452", + "x-ms-routing-request-id": "JAPANEAST:20230613T033118Z:48ec32a4-8cb6-4189-a15e-68e0bba2dfdc" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes", "name": "hdisdk-customvmsizes", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "74a282d4-f8ea-4ced-a760-556415fcc8b5", + "location": "Japan East", + "etag": "0fcfa588-0e8b-45c2-8e73-5f46af753335", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "822c23cd66b6475982e9d53842f0494c", + "clusterId": "9e5a02892b904c589470d920b317be47", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T19:24:26.66", + "createdDate": "2023-06-13T03:31:17.983", "quotaInfo": { "coresUsed": 28 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster5091.blob.core.windows.net", + "name": "azstorageforcluster7624.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container5996", + "container": "container3262", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,45 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-394457406c898e66-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c3ae67f5f823aa1eb10b1f6d6a8ce81f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:24:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51d7578d-070c-406c-9315-c9628fd4a61f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "bc02e1a8-30ec-4cce-8522-b3b26797ee88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192429Z:51d7578d-070c-406c-9315-c9628fd4a61f" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-e18f2ff68dbd50ff-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fbe05ee58cba12b5226da46243b94120", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-585850ab188f11cb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6293464330dbc172dd40a63a2fec63ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -354,222 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:24:31 GMT", + "Date": "Tue, 13 Jun 2023 03:31:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8353fa15-b612-412c-b37e-afa75214bd84", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "ca9bc4eb-d7ec-4a35-bd83-aa7c7b61c7e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192431Z:8353fa15-b612-412c-b37e-afa75214bd84" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-b0e5a3ece3fc877f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2d39326488db5b3b74598d3279027d86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:24:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e97eeba6-a89b-4c79-bfd4-77d5f7c6549b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "ed703c40-7af1-4b9d-9409-ee79e2dbc737", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192433Z:e97eeba6-a89b-4c79-bfd4-77d5f7c6549b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-e517ec448f16424c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4dd3974ca5cc68bbb29ba0b653bc67f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:24:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "746656fd-fa05-43ee-805b-58b3ad30c4f5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "22696326-e0ff-496b-9377-2fa1324698d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192435Z:746656fd-fa05-43ee-805b-58b3ad30c4f5" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-192de403ec3b40ab-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3709fec9bb525d4423858660fe839920", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:24:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12ce9110-eaba-4e3c-adab-6e8fa6dd125b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "9c21eb64-e6bd-468f-aa1c-31381832245f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192438Z:12ce9110-eaba-4e3c-adab-6e8fa6dd125b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-bdfb625df609baa8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ab161df0f3e5be5377d07a3fe78407b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:24:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0ec3903-07b2-4454-8f43-4799996e0695", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "3da228fe-74ba-4883-8c59-4c6a694e6607", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192442Z:e0ec3903-07b2-4454-8f43-4799996e0695" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-b5e81750881ea94b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7a6895f245f8903453762a471e5a6a2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:24:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6809dee-b850-4d70-b4aa-4b9dd88c15e1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "182c25ab-7847-4c98-81c8-07be3aba63a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192451Z:a6809dee-b850-4d70-b4aa-4b9dd88c15e1" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-a2f2703280bd147b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "36c68002bca6d513aa4ac0814004759e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:25:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71939cbe-1c1e-46f0-93fd-514cc1d7f4c6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "3a956c18-dcfa-4719-b834-b86b7bf9b9eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192508Z:71939cbe-1c1e-46f0-93fd-514cc1d7f4c6" + "x-ms-correlation-request-id": "a8d11a23-61a0-4658-8e83-9df675d20669", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "6be0b783-f30f-4600-a9d0-f31d2651ce82", + "x-ms-routing-request-id": "JAPANEAST:20230613T033119Z:a8d11a23-61a0-4658-8e83-9df675d20669" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-84acb55f02be1b6c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "696ecd7d1e1aaa27e885576ec90c9f1d", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-52c1b8b135e8f52b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c05de9da2d660ad6c29f118c8d91c1c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:25:40 GMT", + "Date": "Tue, 13 Jun 2023 03:31:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51f21d7a-e2b0-4767-8ff2-03bfc372beeb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "f9422b9e-aece-40f3-a598-899fbc891e99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192541Z:51f21d7a-e2b0-4767-8ff2-03bfc372beeb" + "x-ms-correlation-request-id": "4a1cd277-9c2b-41ac-87c8-7243aa2932e4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "df27aff7-3aca-4b17-a685-9291af984722", + "x-ms-routing-request-id": "JAPANEAST:20230613T033120Z:4a1cd277-9c2b-41ac-87c8-7243aa2932e4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-dfedf255f82a124f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "673c4b66d1be35128193cfad84b34f4e", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-105994864579cb80-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "59d7b60c11e53591cf07e563d23c8ab2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:26:15 GMT", + "Date": "Tue, 13 Jun 2023 03:31:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd8ed57b-cf27-4fde-b43d-57d384d837a6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "72b8fb68-1117-4e36-bc9d-b3cafc30bf2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192615Z:fd8ed57b-cf27-4fde-b43d-57d384d837a6" + "x-ms-correlation-request-id": "b05e2701-0502-4dd5-97ce-d5bdd9caa88b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "390883f2-469c-49f1-a9e7-272bd21c879b", + "x-ms-routing-request-id": "JAPANEAST:20230613T033121Z:b05e2701-0502-4dd5-97ce-d5bdd9caa88b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-00cea32da7ecb7f1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "50ca8c0001ebe314581b4d2064a40c9e", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-07f49924f5bf84a6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "01920a3365eb15e36f899f3c1ee6344c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:26:48 GMT", + "Date": "Tue, 13 Jun 2023 03:31:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd82d2c9-5138-4ae8-80bd-c520f5138975", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "21a93975-4752-4702-a8ac-0234101a8631", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192648Z:dd82d2c9-5138-4ae8-80bd-c520f5138975" + "x-ms-correlation-request-id": "79071491-383a-4b59-b019-72bf4efe6d49", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "37cfcbc2-6651-4f4c-9d85-1eb03da1036f", + "x-ms-routing-request-id": "JAPANEAST:20230613T033123Z:79071491-383a-4b59-b019-72bf4efe6d49" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-df6351e5ee2a2bcc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f51aa3aa0ec8ace0bb38e7874f792635", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-b5515393ccacfc9c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "782de17e0a15c8c65827f05e48733886", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:27:20 GMT", + "Date": "Tue, 13 Jun 2023 03:31:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db5583b6-9523-4203-822c-962a8767edba", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "c4005ebd-5927-4a22-be6d-d99c449f2e7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192721Z:db5583b6-9523-4203-822c-962a8767edba" + "x-ms-correlation-request-id": "576c0304-256c-45be-a63b-560f22e22e28", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "73c96236-d995-4fb5-ab31-023c9b0ed5da", + "x-ms-routing-request-id": "JAPANEAST:20230613T033125Z:576c0304-256c-45be-a63b-560f22e22e28" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-703c5218d25d2938-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3d6e09364e41643136590ea283f1d1dd", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-6766af59e29d7025-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "82585e15c0ffa6dad2c1e95c715416e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:27:53 GMT", + "Date": "Tue, 13 Jun 2023 03:31:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5f4080b-6b22-4d04-a608-9627b025bc96", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "ed9ee4f8-ccde-4380-81e6-6ab468fbfa71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192753Z:f5f4080b-6b22-4d04-a608-9627b025bc96" + "x-ms-correlation-request-id": "96d3ae82-5783-4b37-b862-9dcb06b2c395", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "e892a339-71c8-407e-8d6c-f92a5b182b39", + "x-ms-routing-request-id": "JAPANEAST:20230613T033129Z:96d3ae82-5783-4b37-b862-9dcb06b2c395" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-f9cccf2715a96a05-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e10231865a98f286ab1d95b21a8d94df", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-587529c61ab7a1ce-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f1e499d3110e289d44c9a8c37485cdfc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:28:26 GMT", + "Date": "Tue, 13 Jun 2023 03:31:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "844ef038-80bb-4e09-9986-ac653a9cdc61", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "cfd229c9-acf4-44b1-b856-41e341294c7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192826Z:844ef038-80bb-4e09-9986-ac653a9cdc61" + "x-ms-correlation-request-id": "ea2a501a-79ab-4b3b-9ec8-9127749e934d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "c6aed803-e759-4dc1-9f3f-d6fb1ed028d4", + "x-ms-routing-request-id": "JAPANEAST:20230613T033138Z:ea2a501a-79ab-4b3b-9ec8-9127749e934d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-e595b552aa0518ff-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5bea18f4cf365c5c71b6be6eff3d28ca", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-7e51459738c4f153-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bf271950b28dbe4c0687a55320695603", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:28:58 GMT", + "Date": "Tue, 13 Jun 2023 03:31:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "feca1e93-738e-4a59-951a-18cefe890dfb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "56691a81-9d0d-480b-91b0-acab2b0805a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192859Z:feca1e93-738e-4a59-951a-18cefe890dfb" + "x-ms-correlation-request-id": "e6e23ccc-14dc-4369-a270-57df20550070", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "5af240da-00d5-4918-85e1-3e38f3615d5c", + "x-ms-routing-request-id": "JAPANEAST:20230613T033154Z:e6e23ccc-14dc-4369-a270-57df20550070" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-113bce6a50c127da-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1d000a674576db9d827c9124b97f4aa9", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-1383771f3079bf77-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ae8b0710478f0377c1303d361716324d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:29:31 GMT", + "Date": "Tue, 13 Jun 2023 03:32:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91cfb9cf-942c-4666-973c-7ad8289d0525", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "e1b4d1e3-222c-4946-875a-efb5babce1b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T192932Z:91cfb9cf-942c-4666-973c-7ad8289d0525" + "x-ms-correlation-request-id": "8cdfb775-ae3e-4416-baff-c3a42d3323a6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "c4b2cfa6-9a76-4368-9687-e2a25db3c56d", + "x-ms-routing-request-id": "JAPANEAST:20230613T033226Z:8cdfb775-ae3e-4416-baff-c3a42d3323a6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-cc59abf6f9d7f816-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6bad2fc47506b7a7d4a66fe29b17f26d", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-e1e51a2f032cb8f1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "580bedf4572d205c4c25ea876b4907da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:30:04 GMT", + "Date": "Tue, 13 Jun 2023 03:32:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61a2158a-a32d-4ed5-b2bd-a574b6c2a74b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "693e285e-0856-4db8-aca0-9c3b72a00e99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193005Z:61a2158a-a32d-4ed5-b2bd-a574b6c2a74b" + "x-ms-correlation-request-id": "27865405-4d6d-4eb7-b637-fc5360621c78", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "df074b6b-8ddc-4cbb-8be0-353538af1d27", + "x-ms-routing-request-id": "JAPANEAST:20230613T033259Z:27865405-4d6d-4eb7-b637-fc5360621c78" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-7fcf2c86848158fa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "104acaf4768caf687b0fd8b93d38a2f2", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-1c0e2ed61ee4a7e8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6db3a5721efa096da123fe5c7516a7f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:30:37 GMT", + "Date": "Tue, 13 Jun 2023 03:33:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef106f03-f027-42fd-a92f-becc4c0269ae", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "d3220f74-6c4b-4b24-b500-3c441f30e954", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193037Z:ef106f03-f027-42fd-a92f-becc4c0269ae" + "x-ms-correlation-request-id": "9dafd0f6-3f27-4282-ba90-4142e407e5a1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "f06a024f-63f9-46b3-ac89-ceef6e13275e", + "x-ms-routing-request-id": "JAPANEAST:20230613T033331Z:9dafd0f6-3f27-4282-ba90-4142e407e5a1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-a354da6d1e6d76f5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d0aa156bbd90f2c3624949cfd5bb3f6a", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-efd3cad9ef9e73ff-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "325f5854fe5eb9d6ab6a62695df09877", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:31:10 GMT", + "Date": "Tue, 13 Jun 2023 03:34:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "030108ce-76f8-4395-bd42-545731d2f8c3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "63dcb319-818a-4161-b840-5d4252e1e6c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193111Z:030108ce-76f8-4395-bd42-545731d2f8c3" + "x-ms-correlation-request-id": "000764d6-88f2-46f8-877b-99dbebb0a9c6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "199ff8e3-6afa-4bfa-8890-2009e651f485", + "x-ms-routing-request-id": "JAPANEAST:20230613T033404Z:000764d6-88f2-46f8-877b-99dbebb0a9c6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-2b6629392e5724e7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ef2f238a3a344d1cc6fef0f79ced799b", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-dca330296e33d9a5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "72c36228c563d5528001b60a58ffab36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:31:44 GMT", + "Date": "Tue, 13 Jun 2023 03:34:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "170b2b25-6862-47ae-a753-870b718f8eb1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "bc041cee-bb6a-4844-a66b-0423f42f8665", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193144Z:170b2b25-6862-47ae-a753-870b718f8eb1" + "x-ms-correlation-request-id": "e6edd523-529b-40f2-8037-8a6abfc75d0d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "c39bd3cc-06ba-4c86-b788-7d057fefc993", + "x-ms-routing-request-id": "JAPANEAST:20230613T033436Z:e6edd523-529b-40f2-8037-8a6abfc75d0d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-4d603172a9ec7b18-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "86767d04216d37dd0658ad432d98dac0", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-0f2cc13c0fd9e27d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1332f97ed5ea747ccef9c190bc03acb1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:32:17 GMT", + "Date": "Tue, 13 Jun 2023 03:35:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa9ca3a1-1cd7-44c3-8f9a-8063a18fc015", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "e4c94e5c-eb9c-4c1a-8b96-c17180c62463", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193217Z:fa9ca3a1-1cd7-44c3-8f9a-8063a18fc015" + "x-ms-correlation-request-id": "d3bff575-ea5f-4df2-963b-fb36ab247807", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "e475dd19-795e-4467-b967-64dac2b5eb48", + "x-ms-routing-request-id": "JAPANEAST:20230613T033509Z:d3bff575-ea5f-4df2-963b-fb36ab247807" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-903f522f48fdcd77-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "192f6dcfb20931bdf85c0a92cdcc5575", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-ba47661e50251bc5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1234868b35538f8d058ab25c47cb61ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:32:49 GMT", + "Date": "Tue, 13 Jun 2023 03:35:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5a993b0-745b-4e21-a276-fbd871efa88e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "59d75346-95db-4076-b950-a60df2215d4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193250Z:f5a993b0-745b-4e21-a276-fbd871efa88e" + "x-ms-correlation-request-id": "d030b2c1-e686-4c76-891e-cf5d6ccbe4e1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "58e9ecce-a99f-4e0f-9d96-7f71055adf62", + "x-ms-routing-request-id": "JAPANEAST:20230613T033541Z:d030b2c1-e686-4c76-891e-cf5d6ccbe4e1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-fe7d5bd63d63388d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "58cbadcfb94469fd46f8e8dc8dd9202d", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-c35edbc5821a9d1f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "63eb2cbe84bd538de54ea36a03c2187d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:33:22 GMT", + "Date": "Tue, 13 Jun 2023 03:36:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "507f9fad-eced-41cf-9ed0-93245076cb10", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "b1e69e24-eff7-48d2-b9d7-b62d3d340f09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193323Z:507f9fad-eced-41cf-9ed0-93245076cb10" + "x-ms-correlation-request-id": "502d0f82-3d0a-4e24-aa95-a2abf6fbfbbf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "4a77d2a4-0a59-4a6e-bb42-152c8a3e32f6", + "x-ms-routing-request-id": "JAPANEAST:20230613T033614Z:502d0f82-3d0a-4e24-aa95-a2abf6fbfbbf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-ffb191114021e9d9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2e2830235fbe5192c0458d11174b693a", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-ff527955ff88eaa9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d27f045499ca49e26ca20d60221f2d03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:33:55 GMT", + "Date": "Tue, 13 Jun 2023 03:36:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9b772a8-a93b-4868-8ecb-80ad842b3c97", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "73d29866-2522-40f7-a1d4-89565e9b4304", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193356Z:e9b772a8-a93b-4868-8ecb-80ad842b3c97" + "x-ms-correlation-request-id": "0e18d1ef-15e6-466e-8fa2-e29a93ad463e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "c2c84ce6-f8da-4702-8110-f64205d52a51", + "x-ms-routing-request-id": "JAPANEAST:20230613T033646Z:0e18d1ef-15e6-466e-8fa2-e29a93ad463e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-412e29d0e176b780-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7f73370281cd167b70c6d311cae0a31f", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-bbef97cd29bb1495-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "90d21598491806f4f8e12c0492228c42", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:34:28 GMT", + "Date": "Tue, 13 Jun 2023 03:37:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61041e27-27af-47fe-ae6f-08125bcb11f7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "09eb1e94-0510-4fd6-9f09-db1753859cc4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193428Z:61041e27-27af-47fe-ae6f-08125bcb11f7" + "x-ms-correlation-request-id": "f991f821-1a8c-4d63-9269-c95b2ccb73c0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "1e499085-eabd-41bc-9168-6c79f3cdcf4d", + "x-ms-routing-request-id": "JAPANEAST:20230613T033719Z:f991f821-1a8c-4d63-9269-c95b2ccb73c0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-7661d9448a5f09eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9d6edc3b27a36fb71b7998ff2bec51fa", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-1586c502cf0a9e45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "420735718e4c25e149a2f61a762d30c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:35:01 GMT", + "Date": "Tue, 13 Jun 2023 03:37:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d05d944-3627-4cd0-b414-8f193c476dd3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "ff78e44f-08b2-4c2e-8018-6c5f7944433d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193501Z:9d05d944-3627-4cd0-b414-8f193c476dd3" + "x-ms-correlation-request-id": "63dd3696-3c39-4e41-9f34-bd3b28607858", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "1947b3ce-4de4-4c77-beab-4e0f12bba7eb", + "x-ms-routing-request-id": "JAPANEAST:20230613T033751Z:63dd3696-3c39-4e41-9f34-bd3b28607858" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-3dff322da8f96369-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "55daad8ea165a15fb412bef88c8187df", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-491abc2ea18ae3fc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eed19f2188f00b641078d9e96cddb649", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:35:34 GMT", + "Date": "Tue, 13 Jun 2023 03:38:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cef139bc-10d3-4c20-a95b-439248cf6927", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "0767d8be-38e0-4993-97aa-3a7272924c77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193534Z:cef139bc-10d3-4c20-a95b-439248cf6927" + "x-ms-correlation-request-id": "ce4966b9-9f99-441c-afab-ce87e5891c05", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "d3933f85-8978-4c9a-a6a0-4561d30f8d66", + "x-ms-routing-request-id": "JAPANEAST:20230613T033824Z:ce4966b9-9f99-441c-afab-ce87e5891c05" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-c8937fa52d9955f0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3ad56ea1ccdddb9780036454e97cea84", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-bf024dd7c3288ed2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "edefcb16ea1709b734ad467652da8fcb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:36:08 GMT", + "Date": "Tue, 13 Jun 2023 03:38:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73fde892-48b5-4d74-84a6-3f1001acfbcc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "34b4b472-68f3-4478-8481-7f2b70a5da87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193608Z:73fde892-48b5-4d74-84a6-3f1001acfbcc" + "x-ms-correlation-request-id": "d46f84dd-73f5-48c4-b97a-bb470b7c105c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "5dcbbc7f-0149-4dcf-8b53-190b1238176f", + "x-ms-routing-request-id": "JAPANEAST:20230613T033856Z:d46f84dd-73f5-48c4-b97a-bb470b7c105c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-a727a07d94d7b3c3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1c82d8744d069aba7ccce89169bee399", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-4671e399edef1d66-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f2e366b09e51e852d0fc32d3b5f7b86b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:36:41 GMT", + "Date": "Tue, 13 Jun 2023 03:39:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9483f473-bd97-42a3-bfce-c1dffaba3809", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "bd2d2eaf-b000-41e1-a732-4a3504281eac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193641Z:9483f473-bd97-42a3-bfce-c1dffaba3809" + "x-ms-correlation-request-id": "d872e87b-8296-4819-a848-fab4a4434ca6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "66609792-5490-4f79-a80c-307d1198931d", + "x-ms-routing-request-id": "JAPANEAST:20230613T033929Z:d872e87b-8296-4819-a848-fab4a4434ca6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-d26aee408000db86-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bc5db8f11617c11d16ffd5613c0bb838", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-08f539b52796af0f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ab03adeb423e37aee8c8b94341eeb836", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:37:13 GMT", + "Date": "Tue, 13 Jun 2023 03:40:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c034492-c38f-48a9-b0fc-dd6360d834fe", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "e311cd4d-e89d-40fd-9959-ae6b0bc5b95c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193714Z:9c034492-c38f-48a9-b0fc-dd6360d834fe" + "x-ms-correlation-request-id": "d1ef4c62-92ab-4838-aa73-00e6442006c1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "7d26977c-7164-43b3-a971-909e2e8f0000", + "x-ms-routing-request-id": "JAPANEAST:20230613T034001Z:d1ef4c62-92ab-4838-aa73-00e6442006c1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-c82236f0841380c6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b3833a276bfe53d9b43abe11e40672c1", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-48cf55aa578eba46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "06390de9c4fa78f878061d1bb7e3533c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:37:46 GMT", + "Date": "Tue, 13 Jun 2023 03:40:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1481bf7f-9b8e-4272-8011-3e3cd7de4f59", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "da9a6d9c-0921-49a9-b7ef-67f6eaa7c600", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193747Z:1481bf7f-9b8e-4272-8011-3e3cd7de4f59" + "x-ms-correlation-request-id": "f57f6cc1-0765-4f66-857a-c8735750448c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "8d98e048-bc22-4229-aeb2-d8d9fdb85dbc", + "x-ms-routing-request-id": "JAPANEAST:20230613T034034Z:f57f6cc1-0765-4f66-857a-c8735750448c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-9c3b11188132116b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3162ca202e1e5d6cbbc0050778585d71", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-f2d782e880a1209e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a58bdbf4e3d66d8db7ab0988e40ea7e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:38:20 GMT", + "Date": "Tue, 13 Jun 2023 03:41:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bab58d35-3aac-4588-bcac-c07d5f58925b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "a263a330-a3ec-42c7-a386-c08f98214768", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193820Z:bab58d35-3aac-4588-bcac-c07d5f58925b" + "x-ms-correlation-request-id": "b37d9619-5ee1-4248-b50b-718a5bc30f72", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "47d44c78-47d1-4c5b-833a-9ea2992083bb", + "x-ms-routing-request-id": "JAPANEAST:20230613T034106Z:b37d9619-5ee1-4248-b50b-718a5bc30f72" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-c3cfda83254b6a0b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2e69af132f3b869adf0908dc580bdd10", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-aa9549ecabbc8777-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a8eafc43b2bd2670b48b333725937f05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:38:52 GMT", + "Date": "Tue, 13 Jun 2023 03:41:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bad76aa-95c3-4760-9459-284a9a050d37", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "bd828351-b647-4932-8551-6ac00621dbdb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193853Z:3bad76aa-95c3-4760-9459-284a9a050d37" + "x-ms-correlation-request-id": "1b16d9cf-8ed2-4673-a229-7baee1109eff", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "834f8098-723b-45f5-8440-51b3396c0478", + "x-ms-routing-request-id": "JAPANEAST:20230613T034139Z:1b16d9cf-8ed2-4673-a229-7baee1109eff" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-99f2e6a4d325144f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7241138d86a8f91acd26f83e65d2da5c", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-c820e06c662a5a1f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "664e7c751363055f80cb4e4ebb709469", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:39:25 GMT", + "Date": "Tue, 13 Jun 2023 03:42:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca0ecb46-1fd2-4668-ad6d-d1e9fb13acbd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "d9930f99-3bf9-4c1d-b97e-43f8c6a387fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193925Z:ca0ecb46-1fd2-4668-ad6d-d1e9fb13acbd" + "x-ms-correlation-request-id": "2bc29ade-34d3-4fed-b50a-733633a3421b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "24868206-2e1d-4a09-b888-b56c027b19dd", + "x-ms-routing-request-id": "JAPANEAST:20230613T034211Z:2bc29ade-34d3-4fed-b50a-733633a3421b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-ea98bef895c267c5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "34fd4cdc439cf1862fdc5114258f04af", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-98e3a87d51fdcdd5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bbd83b5fabf8427f6a64f14bb0554824", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:39:57 GMT", + "Date": "Tue, 13 Jun 2023 03:42:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "985083f9-1991-4d2c-a39c-0c8e289a713e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "98495f63-746e-4cc4-938d-e2d2ab137f9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T193958Z:985083f9-1991-4d2c-a39c-0c8e289a713e" + "x-ms-correlation-request-id": "cda5b940-6802-4d83-8974-1d8c43381475", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "a57a3257-1053-4aeb-a049-30b7c07b6168", + "x-ms-routing-request-id": "JAPANEAST:20230613T034244Z:cda5b940-6802-4d83-8974-1d8c43381475" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-1eb76df44ea80476-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6579f4e3eb178cc995706114375c200d", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-881e3fc72a3bc91a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6713032c40bf2f7e9ce528f263226b44", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:40:31 GMT", + "Date": "Tue, 13 Jun 2023 03:43:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd1d3031-2976-4edf-874b-a70b8f31b821", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "bf9de394-4c26-403e-abd8-476aa4845f21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194031Z:bd1d3031-2976-4edf-874b-a70b8f31b821" + "x-ms-correlation-request-id": "432d8d0a-224d-41be-8584-dfe8892f9f66", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "5b7bf89a-20ab-4bbf-8bbe-ff18e4d4798c", + "x-ms-routing-request-id": "JAPANEAST:20230613T034316Z:432d8d0a-224d-41be-8584-dfe8892f9f66" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-8f6becf55d357589-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0c00ac2fa80e4a748c5043cb3505d33d", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-31db385e90fd3e6c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e9d8c9f7c3bbca0cfd0cfbfe2214542a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:41:05 GMT", + "Date": "Tue, 13 Jun 2023 03:43:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cad1682a-9483-4e7a-8e58-3b0d65a8330f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "00c9a8e6-d877-4875-a5ca-2950a99de0b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194105Z:cad1682a-9483-4e7a-8e58-3b0d65a8330f" + "x-ms-correlation-request-id": "d10d451e-f95d-4a61-98d1-3c48a0aaef42", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "8e26d352-5e18-4083-b48b-fe1514218a3e", + "x-ms-routing-request-id": "JAPANEAST:20230613T034349Z:d10d451e-f95d-4a61-98d1-3c48a0aaef42" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-f4c333c83755fee6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "705b48217558f04482709f2be171b9d2", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-29217256ac40a71a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b7222a832c5d1eaabda81e13838cde48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:41:37 GMT", + "Date": "Tue, 13 Jun 2023 03:44:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d987596-d7d9-438c-9e8e-0b20adf00cb2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "afedc953-d96f-4135-8cd5-3de91d6e31de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194138Z:5d987596-d7d9-438c-9e8e-0b20adf00cb2" + "x-ms-correlation-request-id": "9c879339-1cc6-4d7e-bafa-f9addaf25ea9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "d1ae89ce-03dd-4081-8304-3f53a79c7a1c", + "x-ms-routing-request-id": "JAPANEAST:20230613T034421Z:9c879339-1cc6-4d7e-bafa-f9addaf25ea9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-6726a6e33618fd24-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "79e544bbf78f3aa1802fd8c7a8fd5790", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-7c4732a1d86cd65d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e754acf95e7d6868f74869b3457f0d88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:42:10 GMT", + "Date": "Tue, 13 Jun 2023 03:44:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e0c6f73-a8b8-48a1-abd0-35f3e013d7cf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "ae9fcec5-9e3d-4a6e-8298-dbf19e052091", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194211Z:4e0c6f73-a8b8-48a1-abd0-35f3e013d7cf" + "x-ms-correlation-request-id": "b3d6b736-dcc3-4395-bd29-a8205aaa274d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "e1e84a8a-93cb-47f2-9493-42097e617a4d", + "x-ms-routing-request-id": "JAPANEAST:20230613T034453Z:b3d6b736-dcc3-4395-bd29-a8205aaa274d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-2503a91d217ddfef-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "eef3249db001bab4670f899d0948681b", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-7c30c1f1190f0ed2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "396efd91b3ffcae71fba2c13a5f94770", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:42:43 GMT", + "Date": "Tue, 13 Jun 2023 03:45:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5962429-a85e-48d8-a33d-8ef1c9acc857", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "b4c204aa-8cc6-49e3-8e95-dc29d6b61922", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "9a309c34-e911-4cd4-9a1b-88a0ad702e14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194243Z:f5962429-a85e-48d8-a33d-8ef1c9acc857" + "x-ms-request-id": "faa825ae-e391-4e03-b1d5-b3676c4be204", + "x-ms-routing-request-id": "JAPANEAST:20230613T034526Z:b4c204aa-8cc6-49e3-8e95-dc29d6b61922" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-ef547a6976bb13e1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f0107096592029aea620f0289c7d4885", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-11e4d56780c96cd8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7505b32e6cc024adc1b9c014c3f6d93e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,318 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:43:16 GMT", + "Date": "Tue, 13 Jun 2023 03:45:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5147d773-bc41-4a3f-a55b-01e8f6258c32", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "ea1aef83-e297-4e57-ad78-5b92df8e9e54", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "41a891ce-60da-4d99-ac67-6e5eb0beb1c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194316Z:5147d773-bc41-4a3f-a55b-01e8f6258c32" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-e832652136aead33-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bc8e0f18cb7e0bd18f2b117f6e043137", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:43:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d654a95-16d8-46aa-b65a-8065ac046da8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "8649525b-5e5d-40da-8639-35c1b78eda97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194349Z:9d654a95-16d8-46aa-b65a-8065ac046da8" + "x-ms-request-id": "0f89d2fd-f6d3-4f7a-a1b0-63cef3beb125", + "x-ms-routing-request-id": "JAPANEAST:20230613T034558Z:ea1aef83-e297-4e57-ad78-5b92df8e9e54" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-ab2fcd874501b074-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3830bdc667ed436f76c948e1bf8c1de9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:44:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c74fd841-1be6-44ca-ad0c-cfc28519f98a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "fa03b4aa-3fe7-44ba-98de-71934a8f7b27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194422Z:c74fd841-1be6-44ca-ad0c-cfc28519f98a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-33e7dec9d03f180b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fa8404c7abbacb9d9e0461f5482ebba2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:44:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "482c2f8d-ee8f-4367-a45c-4a4d3ecb1f3c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "32b67ec1-b704-4771-925a-5ecb7fa1edda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194455Z:482c2f8d-ee8f-4367-a45c-4a4d3ecb1f3c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-b7605c1367fe8735-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "df61b8ef104cb1979f4b46b582f04b03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:45:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a07a477d-bcc4-4fec-a733-cbd1f1b29e10", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "6e226b1e-436d-46e7-adba-5787e9905753", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194528Z:a07a477d-bcc4-4fec-a733-cbd1f1b29e10" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-0abafb4b05e4bc5b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "69b8280d367f1a7d1f6599e8067afb47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:46:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33972d51-b708-4ab2-8daa-7006292ce4e2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "73399345-d564-4e96-a658-e3c401020d65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194602Z:33972d51-b708-4ab2-8daa-7006292ce4e2" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-2c17a41b37554ae0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "07f1a50d3e2ab79c6cd35b6e65e848ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:46:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da47f016-8ec2-4703-a94f-a89471c3e145", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "93ab2822-f43f-4d77-8472-d33dcdfba1f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194635Z:da47f016-8ec2-4703-a94f-a89471c3e145" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-b3ac0d88f99592f3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1fe75db95276b8233a46bfe676afab24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:47:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4ad6ddd-703f-4b89-b818-84849e83fa8d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "078f92ec-5f05-48f0-9809-36709065b1a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194707Z:e4ad6ddd-703f-4b89-b818-84849e83fa8d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-598fcb854ab9031e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dda7ff5044fecfd88b01fcacdb0fb537", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:47:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64d92aef-c673-42ee-9f5f-92a12b65b965", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "2431e2fd-e9fe-4d02-8279-6010d08111e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194740Z:64d92aef-c673-42ee-9f5f-92a12b65b965" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-576d2aedd2a48f62-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a82feb1ddb93bbd18138cce37eb640bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:48:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70fdf541-bfd8-4a98-b516-248d934af04b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "fb14ebc4-ed2e-4fa7-845e-c483ad69a77a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194813Z:70fdf541-bfd8-4a98-b516-248d934af04b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-7be97ee1c25df752-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "651e37276a4074af841894745577dd2b", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-6508244871689ecc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8581969aa51e4548c589c8c23255c3fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1922,71 +1405,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:48:45 GMT", + "Date": "Tue, 13 Jun 2023 03:46:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e05afe46-911b-4772-9f19-33515d11cd8f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "dd73252c-4dc5-4376-9621-77050098898c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194846Z:e05afe46-911b-4772-9f19-33515d11cd8f" + "x-ms-correlation-request-id": "cf1d51d9-da1e-404f-842a-bcbf4b3d8c92", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "f4559f03-2e90-47da-8fe4-b9c7da0a4604", + "x-ms-routing-request-id": "JAPANEAST:20230613T034631Z:cf1d51d9-da1e-404f-842a-bcbf4b3d8c92" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f5768041c1f8f9400d3ee5bf63e5fea2-d00f669b3b8df3fc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8ac98791037f74902deb5bc677f550d5", + "traceparent": "00-109c0ef5719a04d3a9b1c31ebd632910-0a18ce8722cd123e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9184f801987924c84f4a7746f3d30728", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2049", + "Content-Length": "2080", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:48:46 GMT", + "Date": "Tue, 13 Jun 2023 03:46:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cec8af1e-b785-4f8d-8349-867075676b36", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "2f61b560-f25d-4117-9fb3-f40ad80617d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194847Z:cec8af1e-b785-4f8d-8349-867075676b36" + "x-ms-correlation-request-id": "e0b8ed9f-b666-4ec5-bd44-a4bd18086651", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "e30823e2-00e6-4184-a610-6fe9dfd82e1d", + "x-ms-routing-request-id": "JAPANEAST:20230613T034631Z:e0b8ed9f-b666-4ec5-bd44-a4bd18086651" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6870/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5466/providers/Microsoft.HDInsight/clusters/hdisdk-customvmsizes", "name": "hdisdk-customvmsizes", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "74a282d4-f8ea-4ced-a760-556415fcc8b5", + "location": "Japan East", + "etag": "0fcfa588-0e8b-45c2-8e73-5f46af753335", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "822c23cd66b6475982e9d53842f0494c", + "clusterId": "9e5a02892b904c589470d920b317be47", "computeProfile": { "roles": [ { @@ -2032,7 +1515,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T19:24:26.66", + "createdDate": "2023-06-13T03:31:17.983", "quotaInfo": { "coresUsed": 28 }, @@ -2057,14 +1540,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster5091.blob.core.windows.net", + "name": "azstorageforcluster7624.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container5996", + "container": "container3262", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2082,9 +1566,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "47722741", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "329823420", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateLinuxSparkClusterWithComponentVersion.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateLinuxSparkClusterWithComponentVersion.json index 78e2e6e4a219..0551f522952d 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateLinuxSparkClusterWithComponentVersion.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateLinuxSparkClusterWithComponentVersion.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0e0c26f36af6413892dde6393a0ccb48-149b5f29c1518569-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4d7300d668e15a402e6b0c548849155b", + "traceparent": "00-6a8c38869a456d9458beacab6af04511-0d08a5b6b62dd13f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e41c48b629f869ee16051085a568c741", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 01:57:49 GMT", + "Date": "Mon, 12 Jun 2023 12:06:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24bc46c0-29a9-449d-8318-cdfeeb9fa5e9", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "24bc46c0-29a9-449d-8318-cdfeeb9fa5e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T015749Z:24bc46c0-29a9-449d-8318-cdfeeb9fa5e9" + "x-ms-correlation-request-id": "5e7eb0fc-9dd6-4cb1-90c5-b42f02ca9a63", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "5e7eb0fc-9dd6-4cb1-90c5-b42f02ca9a63", + "x-ms-routing-request-id": "JAPANEAST:20230612T120608Z:5e7eb0fc-9dd6-4cb1-90c5-b42f02ca9a63" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-7402?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-201?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-4b258413c43b131c078c429733ff592a-fee400bb6dfabc62-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0b4eeb7dcb8f6a87b86b51ef0b99773e", + "traceparent": "00-3671e817917fce2c1d217bf2d0674aee-6a5f876191d96677-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "22212b48b086b5e0a97a4f73905e99bf", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "230", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 01:57:53 GMT", + "Date": "Mon, 12 Jun 2023 12:06:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19ddcfb3-4353-4285-9d37-822c4b7228db", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "19ddcfb3-4353-4285-9d37-822c4b7228db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T015753Z:19ddcfb3-4353-4285-9d37-822c4b7228db" + "x-ms-correlation-request-id": "cceb129d-905e-4532-a0b1-40ff6b37100c", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "cceb129d-905e-4532-a0b1-40ff6b37100c", + "x-ms-routing-request-id": "JAPANEAST:20230612T120608Z:cceb129d-905e-4532-a0b1-40ff6b37100c" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402", - "name": "HDInsightRG-7402", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201", + "name": "HDInsightRG-201", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1152", + "Content-Length": "1155", "Content-Type": "application/json", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-30572297dc421f02-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ffbd5306f34a6d10f8e83014ec7ccd2f", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-b7611d08f6fdd75e-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "973b428529a2346d0fb80785826c679a", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -177,9 +171,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4134.blob.core.windows.net", + "name": "azstorageforcluster8306.blob.core.windows.net", "isDefault": true, - "container": "container4441", + "container": "container2301", "key": "Sanitized" } ] @@ -191,30 +185,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1837", + "Content-Length": "1866", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 01:58:33 GMT", - "ETag": "\u0022b9f600f6-952c-4f7a-a66e-2e6b8dd4a645\u0022", + "Date": "Mon, 12 Jun 2023 12:06:37 GMT", + "ETag": "\u002232b0e62f-4c2b-41f5-aa6e-fd0f1d9fa329\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a4655af-aae1-40d6-9e7e-176abd806a17", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "a0de43e6-76d2-4f3d-97bf-7716e59fb254", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T015833Z:9a4655af-aae1-40d6-9e7e-176abd806a17" + "x-ms-correlation-request-id": "e3e8996f-379a-440e-bb34-3075ab238ff2", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "1ff1eebe-a675-4025-b9f2-f91fdeb626f2", + "x-ms-routing-request-id": "JAPANEAST:20230612T120637Z:e3e8996f-379a-440e-bb34-3075ab238ff2" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions", "name": "hdisdk-sparkcomponentversions", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "b9f600f6-952c-4f7a-a66e-2e6b8dd4a645", + "location": "Japan East", + "etag": "32b0e62f-4c2b-41f5-aa6e-fd0f1d9fa329", "tags": { "key0": "value0" }, @@ -223,13 +217,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2304280205.json", "kind": "Spark", "componentVersion": { "Spark": "2.4" } }, - "clusterId": "7591ac869b644d3890a2cbc0382dde54", + "clusterId": "86e9029748144278a480b9c799bcf5b2", "computeProfile": { "roles": [ { @@ -275,7 +269,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-06T01:58:31.237", + "createdDate": "2023-06-12T12:06:37.333", "quotaInfo": { "coresUsed": 20 }, @@ -286,14 +280,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4134.blob.core.windows.net", + "name": "azstorageforcluster8306.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4441", + "container": "container2301", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -310,13 +305,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-3f6b3bd7d6753b4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f0b79b2d2b74c1d98a5de6fdaed25abf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 12 Jun 2023 12:06:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "054403d0-5fd6-40cb-a510-56fc5efdcbee", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "a0098005-4a04-4698-afe0-b1063ae4e54b", + "x-ms-routing-request-id": "JAPANEAST:20230612T120638Z:054403d0-5fd6-40cb-a510-56fc5efdcbee" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-6a18ac6ba13c9f15-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "554a0b646f984c4039334799e4e9f782", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-a341fa268ea76e2a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3f2a1a8de4a16d842597e188517811b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -325,30 +352,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 01:58:34 GMT", + "Date": "Mon, 12 Jun 2023 12:06:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8027ce2e-c631-46e7-8793-307bfe511096", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "34d3fc07-4bed-49e3-aae5-d79a90d289d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T015834Z:8027ce2e-c631-46e7-8793-307bfe511096" + "x-ms-correlation-request-id": "bcf8c5a5-51f0-4087-82f0-3b25e5c3a620", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "42b9db4e-3871-4cd7-b349-599c44b07f07", + "x-ms-routing-request-id": "JAPANEAST:20230612T120639Z:bcf8c5a5-51f0-4087-82f0-3b25e5c3a620" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-5a947edd26567eb4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "04c07aec01f42e882110618a1e8db00f", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-37637d2dc1eff044-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e757139577b54126ebf9b4a9311ff5e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -357,30 +384,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 01:58:36 GMT", + "Date": "Mon, 12 Jun 2023 12:06:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14f8ba1c-a59d-49ee-b7c9-1a6ac82196cd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "79de4baf-c1e0-4164-af84-63aed629f457", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T015836Z:14f8ba1c-a59d-49ee-b7c9-1a6ac82196cd" + "x-ms-correlation-request-id": "70550cbe-0bc9-4f90-ab60-841785812091", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "df482a8f-9062-45b3-af48-33c6b0596807", + "x-ms-routing-request-id": "JAPANEAST:20230612T120640Z:70550cbe-0bc9-4f90-ab60-841785812091" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-a0382476b769b56d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e0af65de7831c69795fce25a9099c8b3", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-238327dfbbe4948d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "096719bee23049521749cbdc49506f11", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -389,30 +416,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 01:58:38 GMT", + "Date": "Mon, 12 Jun 2023 12:06:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "033c8dba-3919-49d7-b95e-3d6716f4e5f1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "b72e4597-ef4a-4a38-97aa-e0914420af5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T015838Z:033c8dba-3919-49d7-b95e-3d6716f4e5f1" + "x-ms-correlation-request-id": "5f2aa60f-15b1-405e-8615-472fdbae7e34", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "5604d41f-4a70-4d33-b152-ec1d7e48ab07", + "x-ms-routing-request-id": "JAPANEAST:20230612T120642Z:5f2aa60f-15b1-405e-8615-472fdbae7e34" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-1f1ff25716209548-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "429652c7062863d6831b34870db52eab", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-538ab485b29c6c4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9a67314b737a1509f3e853a72fda3b05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -421,30 +448,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 01:58:40 GMT", + "Date": "Mon, 12 Jun 2023 12:06:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b767ba0-2964-41bb-aabb-551f8f5695f7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "8bfa031a-8a41-47d7-b299-6924f8b376d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T015840Z:5b767ba0-2964-41bb-aabb-551f8f5695f7" + "x-ms-correlation-request-id": "e7390475-f651-4f85-a5d1-5770687d0865", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "db898281-4461-4207-860d-2246bc4999d9", + "x-ms-routing-request-id": "JAPANEAST:20230612T120644Z:e7390475-f651-4f85-a5d1-5770687d0865" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-035a699a4955dab9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7eba3883173a7351e3f96ef81f2e9e88", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-9b1a3b02754828be-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "38cafda20710b284c00ecf6bac4af79b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -453,30 +480,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 01:58:43 GMT", + "Date": "Mon, 12 Jun 2023 12:06:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d5ed0b0-ba99-44b8-938f-3a2b5c2d1e41", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "7aca0709-83e7-4a0f-b30e-1290d3f361e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T015843Z:9d5ed0b0-ba99-44b8-938f-3a2b5c2d1e41" + "x-ms-correlation-request-id": "f2e5a08d-efb0-4865-a523-1be95e2dfeda", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "d61545ad-be06-4a01-a0a2-af1426af7074", + "x-ms-routing-request-id": "JAPANEAST:20230612T120648Z:f2e5a08d-efb0-4865-a523-1be95e2dfeda" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-029671bdbdf17ed1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ccc2ae486ef7d7e78e4b5d15440fb9e0", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-2bf76043abd42bac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "005da2895bb84a680f5215478fab193c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -485,30 +512,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 01:58:47 GMT", + "Date": "Mon, 12 Jun 2023 12:06:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f44dafa4-53c2-42aa-9235-114691b0cd40", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "b7e5b67d-d5ff-46b1-b6e9-b743af833432", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T015848Z:f44dafa4-53c2-42aa-9235-114691b0cd40" + "x-ms-correlation-request-id": "849aad3a-e57c-4fe7-b61e-69b8bb98b7f2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "50a8a8bc-a3e2-413d-99dc-bb29bd09b131", + "x-ms-routing-request-id": "JAPANEAST:20230612T120657Z:849aad3a-e57c-4fe7-b61e-69b8bb98b7f2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-948f0ea7ab6b2598-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "57d636ce49deb07900225e2e97dd4454", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-f27fbc7ee52f557e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4c3ac50e36854300acb5d96ca39e68a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -517,30 +544,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 01:58:56 GMT", + "Date": "Mon, 12 Jun 2023 12:07:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ecdee949-295f-41a6-a604-6fa30d025e73", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "752dc6f0-37ae-4fb1-9657-f7748fafbe74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T015857Z:ecdee949-295f-41a6-a604-6fa30d025e73" + "x-ms-correlation-request-id": "33bc289e-e784-468d-95bf-c22c31cf050a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "900cddb2-da3e-4b65-8e7e-fe48ecfc2619", + "x-ms-routing-request-id": "JAPANEAST:20230612T120713Z:33bc289e-e784-468d-95bf-c22c31cf050a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-95700b1377e941f0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5f3eac7d61f215b450e3efeeb93b2fd4", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-af95cb69649dbd50-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8d1db7f13b7d464d947f29bef23d2315", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -549,30 +576,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 01:59:13 GMT", + "Date": "Mon, 12 Jun 2023 12:07:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19ee50c5-e5b0-4850-ae0c-79d796e1cf5f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "dbf10e3e-ce91-4b9c-863d-9630fce24b2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T015913Z:19ee50c5-e5b0-4850-ae0c-79d796e1cf5f" + "x-ms-correlation-request-id": "af3ddd8a-e05a-4328-9640-ae324f3ea9af", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "4c3bd73b-cd3e-4500-b447-8ea2dd1f3838", + "x-ms-routing-request-id": "JAPANEAST:20230612T120745Z:af3ddd8a-e05a-4328-9640-ae324f3ea9af" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-460cef417a40798f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e82a8e3f4657fea93412cbd40fb840b1", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-58c5824b4662a8a2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e65d93f4ab105315a119540281fba670", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -581,30 +608,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 01:59:46 GMT", + "Date": "Mon, 12 Jun 2023 12:08:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f7431db-58a3-49ec-ad8f-941507543ae2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "5058a63f-9831-4058-95ee-571d120f436a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T015947Z:9f7431db-58a3-49ec-ad8f-941507543ae2" + "x-ms-correlation-request-id": "41d9ea46-5bcf-4b72-9143-f443ff0068c9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "6eaf94ea-72e2-40b1-9e21-ed358da2a478", + "x-ms-routing-request-id": "JAPANEAST:20230612T120818Z:41d9ea46-5bcf-4b72-9143-f443ff0068c9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-c42fa949d2df9b46-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "989808065ad16ced82c106fb598bf7c5", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-96ad70c616799d6b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d7566be98c8dd2bf78f3b7060c42516e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -613,30 +640,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:00:19 GMT", + "Date": "Mon, 12 Jun 2023 12:08:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b97aca14-708a-478e-b58b-5de2ef38b961", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "3172df0a-b78a-458b-a301-21056828592a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020019Z:b97aca14-708a-478e-b58b-5de2ef38b961" + "x-ms-correlation-request-id": "f2738247-5d5f-49d1-acbb-6b726b37ef44", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "55da51d7-0d9c-45f1-93b6-ef517fcf4ec4", + "x-ms-routing-request-id": "JAPANEAST:20230612T120850Z:f2738247-5d5f-49d1-acbb-6b726b37ef44" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-8c8c8511a3c42639-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "08ee8af35cb336fd023f2ae095df0598", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-0db465da110c80c4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1078c39181414599a1caeb63e64ac499", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -645,30 +672,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:00:52 GMT", + "Date": "Mon, 12 Jun 2023 12:09:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee69cd1b-6522-4439-8cde-52fcb814441b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "6b93f3b3-8853-4bac-a0b4-412f174f6c8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020052Z:ee69cd1b-6522-4439-8cde-52fcb814441b" + "x-ms-correlation-request-id": "26124e42-2eac-4396-ba5a-84e43112fb97", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "6a1ffd43-e175-40a4-9206-266aab0cf870", + "x-ms-routing-request-id": "JAPANEAST:20230612T120922Z:26124e42-2eac-4396-ba5a-84e43112fb97" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-767862a09cebbba9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b0e73ea297a3e502a1bd66953faea5a9", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-243ac4ae839c853d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "86d5b8d84ce76888d38a6e1cf30f465f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -677,30 +704,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:01:25 GMT", + "Date": "Mon, 12 Jun 2023 12:09:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21bc1c63-0fbe-4ba2-b4df-5dd6f46d92cf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "276ee8cb-6e9a-42ba-b4c4-0f683e7592c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020125Z:21bc1c63-0fbe-4ba2-b4df-5dd6f46d92cf" + "x-ms-correlation-request-id": "944625c8-4de9-4ed6-a431-3f43522793da", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "1bdf9897-7261-45ce-8a2e-2de0543af10b", + "x-ms-routing-request-id": "JAPANEAST:20230612T120955Z:944625c8-4de9-4ed6-a431-3f43522793da" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-74b5e92b97f05fae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "85e1061a38c9aafd0b6295912f0dd6a2", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-008de3a47867f06a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "be71e5c89683672fd21035c2a05cec2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -709,30 +736,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:01:58 GMT", + "Date": "Mon, 12 Jun 2023 12:10:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e5439049-0196-4f08-9e21-5cad6781fa31", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "e3fc1b65-f63f-40bc-9869-67d527a28fe2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020158Z:e5439049-0196-4f08-9e21-5cad6781fa31" + "x-ms-correlation-request-id": "4312785f-1b2e-4727-99cf-40476a11789b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "811c1d52-8253-4a5e-98e0-80b36b2c1d74", + "x-ms-routing-request-id": "JAPANEAST:20230612T121027Z:4312785f-1b2e-4727-99cf-40476a11789b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-7c5f78b62e255c27-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1b586ebc46a35b21870967f5f667f653", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-7ade7e73038301c1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "532e1e2eca6c45873b0f3db6137d5292", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -741,30 +768,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:02:30 GMT", + "Date": "Mon, 12 Jun 2023 12:11:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3a9c8a5-bf34-4dc2-b5b7-66d87fee49b0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "7fc65ca1-af9e-41e6-9194-0956f54d14f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020231Z:e3a9c8a5-bf34-4dc2-b5b7-66d87fee49b0" + "x-ms-correlation-request-id": "a3d77a12-f80d-44d7-b9d1-653b896bd119", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "57d320cd-63ed-4ac7-863c-84914733df9b", + "x-ms-routing-request-id": "JAPANEAST:20230612T121100Z:a3d77a12-f80d-44d7-b9d1-653b896bd119" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-ff065f7e33130d32-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8fc5819a80fd6acf403ca4410171b693", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-18fcfcd076922a29-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "019a8b8406d94215896db4d616c6c877", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -773,30 +800,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:03:04 GMT", + "Date": "Mon, 12 Jun 2023 12:11:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73cc2ebf-5210-4347-afad-a7a89cb309e3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "626872be-2ab1-4c84-9c60-baf389430072", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020305Z:73cc2ebf-5210-4347-afad-a7a89cb309e3" + "x-ms-correlation-request-id": "4ae4f40b-41ae-4226-a6bf-ae56f8697ec5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "6e3f43fd-bbb4-4b33-9ead-b3fff13a8ed6", + "x-ms-routing-request-id": "JAPANEAST:20230612T121132Z:4ae4f40b-41ae-4226-a6bf-ae56f8697ec5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-664069a44c95bc3e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d1d9c3e68a56d405e485fdc0d008b4a4", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-b270d8a18c372ce6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d5ed3f9ef2e1fdf35e2b837459785355", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -805,30 +832,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:03:37 GMT", + "Date": "Mon, 12 Jun 2023 12:12:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4a53a4e-86bd-4726-acf0-73786c278273", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "8fccc5e7-938a-4bd8-96d9-8a50f11b6965", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020338Z:b4a53a4e-86bd-4726-acf0-73786c278273" + "x-ms-correlation-request-id": "68d7aa11-6af2-44b0-8074-0c3efe7d3a3e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "6256a9ae-70c0-49d1-9a76-fbb42cf036a1", + "x-ms-routing-request-id": "JAPANEAST:20230612T121205Z:68d7aa11-6af2-44b0-8074-0c3efe7d3a3e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-d7766ece6e84e117-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "adf7426b47473ca49feeda67a1e05a16", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-82ebada208789048-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "143ea3beeac1285508ebcafe16b02f74", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -837,30 +864,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:04:11 GMT", + "Date": "Mon, 12 Jun 2023 12:12:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "751e6533-4f1d-4de0-8be3-df7df789f8f8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "a0a55d12-200a-4232-a91b-a16e9982a3d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020411Z:751e6533-4f1d-4de0-8be3-df7df789f8f8" + "x-ms-correlation-request-id": "6d6ab67c-f00d-44cc-b03b-ca8f037a4e72", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "fb389606-8a29-4aa8-9f0b-38d22a754911", + "x-ms-routing-request-id": "JAPANEAST:20230612T121237Z:6d6ab67c-f00d-44cc-b03b-ca8f037a4e72" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-ecf552d705363023-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "320ed353248e10fd7cf1aa78820f9938", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-ccc75482e317fb55-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d418c5477c8f91b0989da2ae83a1e910", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -869,30 +896,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:04:44 GMT", + "Date": "Mon, 12 Jun 2023 12:13:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0468150-2e9c-416a-a2fa-a6cd649d7885", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "092c380e-a7a4-4c9a-af0f-b09b255622ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020444Z:e0468150-2e9c-416a-a2fa-a6cd649d7885" + "x-ms-correlation-request-id": "48104598-e15f-442e-ad61-7e5ab50ec463", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "e1fa93e2-2a4c-443f-b4e1-0e9897c91083", + "x-ms-routing-request-id": "JAPANEAST:20230612T121309Z:48104598-e15f-442e-ad61-7e5ab50ec463" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-401cc38a7735a2b2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bed5008808799f4c1e9d3268af9e3203", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-9bfeb7fcfc0381ac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "73185f19b387b3b6eac5ccf528f4e7ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -901,30 +928,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:05:16 GMT", + "Date": "Mon, 12 Jun 2023 12:13:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5097e977-0194-4c65-a60b-115f8417f2e9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "fc8ab7c1-78cf-4435-ba70-a368c1334f0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020517Z:5097e977-0194-4c65-a60b-115f8417f2e9" + "x-ms-correlation-request-id": "c1ef4602-44a9-4a26-96f3-5183b176fcb5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "3a66a8e0-7941-484e-a535-c98e4e14d820", + "x-ms-routing-request-id": "JAPANEAST:20230612T121342Z:c1ef4602-44a9-4a26-96f3-5183b176fcb5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-43625b365ce5fc92-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fc6ce62b82fa461645e630569c2cb990", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-5f992b08c17bdff4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "932c0efb7f6042c5f2ac7b2348a7a467", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -933,30 +960,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:05:49 GMT", + "Date": "Mon, 12 Jun 2023 12:14:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "556d02d2-ee97-4ff2-9ae4-e9ae06931e68", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "5717d192-9754-4766-a581-c197d1fc06e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020549Z:556d02d2-ee97-4ff2-9ae4-e9ae06931e68" + "x-ms-correlation-request-id": "8ffab819-fba5-41b4-bfe8-cbb4044782d1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "47698942-a4e9-4ddd-bb0a-d9e31355a9ab", + "x-ms-routing-request-id": "JAPANEAST:20230612T121414Z:8ffab819-fba5-41b4-bfe8-cbb4044782d1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-0320db7293cf4170-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a1dfa2549b0a4a9c876e13f1f29460de", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-1b1a30ce3f6b6c94-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b6e4b902bb9893ed0f65e9caafbb69a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -965,30 +992,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:06:21 GMT", + "Date": "Mon, 12 Jun 2023 12:14:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a4c56ad-3c0a-4abb-8bd5-b693c3e319e7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "284e1b43-11ba-4f27-9c01-edae74f0f625", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020622Z:9a4c56ad-3c0a-4abb-8bd5-b693c3e319e7" + "x-ms-correlation-request-id": "0c738e2f-d418-4f28-ba8c-5c27a9c238ca", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "d4b1c708-02db-4670-b326-b1d93701acb7", + "x-ms-routing-request-id": "JAPANEAST:20230612T121446Z:0c738e2f-d418-4f28-ba8c-5c27a9c238ca" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-ecb79a2e4ebf97ae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9c4ca7be9ca2053eea8f7992d7f603f2", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-49952f21380d41bf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "75b2f5b555749ab099d681da38926b43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -997,30 +1024,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:06:55 GMT", + "Date": "Mon, 12 Jun 2023 12:15:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b4058b1-fd89-4227-bafb-57164b34e426", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "b595182b-b32b-4ce2-ac50-13167491cd99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020655Z:8b4058b1-fd89-4227-bafb-57164b34e426" + "x-ms-correlation-request-id": "9228004f-4378-4811-88ec-23246181e443", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "9bce569c-4b3d-496b-93ef-31cbbbef6893", + "x-ms-routing-request-id": "JAPANEAST:20230612T121519Z:9228004f-4378-4811-88ec-23246181e443" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-17ab30e5271cc450-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0d13a2e391be90f94922758b6e2454b0", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-79f8955a6929b130-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6ef36520300f3f15219984fb96fb9236", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1029,30 +1056,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:07:27 GMT", + "Date": "Mon, 12 Jun 2023 12:15:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fc066f6-636a-4f3f-b4fe-4f24b628b2c9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "a108c66c-0ccd-44ec-973e-0499eea1d6e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020728Z:9fc066f6-636a-4f3f-b4fe-4f24b628b2c9" + "x-ms-correlation-request-id": "46bceba1-4d67-495a-8e17-d10b53798662", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "622e29a0-59f7-4cfc-93e5-72bef6ff6664", + "x-ms-routing-request-id": "JAPANEAST:20230612T121551Z:46bceba1-4d67-495a-8e17-d10b53798662" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-1c8a7481c40a43b4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f59752851ce0b7ed64d9b67b22097291", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-3445e95a25dc2c84-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "536dd6432ff4acf2084a1cc13a125a7d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1061,30 +1088,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:08:02 GMT", + "Date": "Mon, 12 Jun 2023 12:16:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a354c56-ab16-4082-88fe-5588344e7b35", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "d4db8bd3-6378-4a5e-930d-fd58639d31af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020803Z:2a354c56-ab16-4082-88fe-5588344e7b35" + "x-ms-correlation-request-id": "cc2eb8bf-0b74-4859-b264-aea0929b3241", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "723136a3-b09a-40c0-8cf1-2684a6780e13", + "x-ms-routing-request-id": "JAPANEAST:20230612T121623Z:cc2eb8bf-0b74-4859-b264-aea0929b3241" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-fd6850ea3823ea69-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "500d216b53812c1faebc527f27b297c5", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-b3d52282937cbbf7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "49a9a6f9fac88595df7254dbd1b5039e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1093,30 +1120,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:08:35 GMT", + "Date": "Mon, 12 Jun 2023 12:16:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09b804cd-5393-4f39-b3b3-8d087c872ca1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "3e0df108-c793-45b0-bab0-41767bf03f83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020836Z:09b804cd-5393-4f39-b3b3-8d087c872ca1" + "x-ms-correlation-request-id": "bc74e470-e072-465e-b7f6-e6bc8fda36d7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "1514f447-4a0f-427c-affb-4609bd4619a8", + "x-ms-routing-request-id": "JAPANEAST:20230612T121656Z:bc74e470-e072-465e-b7f6-e6bc8fda36d7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-8971b1470af9ab1c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "850dc83b0d5ec612b45ca9e5db7d6d3f", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-6d6d32e30c4c4bde-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "62974a431824f04e734665c41453050e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1125,30 +1152,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:09:08 GMT", + "Date": "Mon, 12 Jun 2023 12:17:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "880b472e-18ce-42bc-8cda-6deb255193bf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "06569668-04d8-4665-86f2-2652f146101e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020909Z:880b472e-18ce-42bc-8cda-6deb255193bf" + "x-ms-correlation-request-id": "fb253bcc-45b1-4f1c-9169-c0ff32026f5b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "f0e8199f-a3ac-4098-b60f-996a3135bc67", + "x-ms-routing-request-id": "JAPANEAST:20230612T121728Z:fb253bcc-45b1-4f1c-9169-c0ff32026f5b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-066e5f1352929ddf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4d1fe4af0417322f326b4723ca6d90b1", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-f30f33173b04aae1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f001063e4951496e40e87382db16db53", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1157,30 +1184,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:09:42 GMT", + "Date": "Mon, 12 Jun 2023 12:18:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a60b222d-3aa0-488f-aa93-ae1dead3fc9a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "a263a59d-3589-4ed1-8382-e8fe5beb1970", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T020942Z:a60b222d-3aa0-488f-aa93-ae1dead3fc9a" + "x-ms-correlation-request-id": "61e8c6b5-bd9c-487b-8843-642f83425e9a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "62223110-bda7-4d69-8a99-2e153a031439", + "x-ms-routing-request-id": "JAPANEAST:20230612T121801Z:61e8c6b5-bd9c-487b-8843-642f83425e9a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-1dddd8e8ec806a2f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5940f141edfc5d320f469b25a9395130", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-96ae3a05bdac6eb1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f07e7e47f87be15957b9d68294d1718c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1189,30 +1216,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:10:14 GMT", + "Date": "Mon, 12 Jun 2023 12:18:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "466576d9-962b-41db-9cd1-917e4fa45c5a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "8038c2f5-806d-4e16-96cf-d1f9376e6817", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021015Z:466576d9-962b-41db-9cd1-917e4fa45c5a" + "x-ms-correlation-request-id": "94bd29ee-cefb-44d8-9ed3-052e414fdcfb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "1e85d700-12c6-4c19-9958-6da7d17ff75c", + "x-ms-routing-request-id": "JAPANEAST:20230612T121833Z:94bd29ee-cefb-44d8-9ed3-052e414fdcfb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-2262efcc823daf1f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "42d0124e4a9337ad99da52f2c6eefc46", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-6d69a50a7c52613d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cb9c456c13b4fa4cdc4d213ba4cb145c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1221,30 +1248,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:10:47 GMT", + "Date": "Mon, 12 Jun 2023 12:19:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14041ea3-fcda-423d-a99b-9d46a70f64f3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "4aa953d9-22d4-44ca-b17b-3805e5a09865", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021048Z:14041ea3-fcda-423d-a99b-9d46a70f64f3" + "x-ms-correlation-request-id": "1d6b089c-353d-4a42-802b-e35aef5e812d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "90714003-ebf6-4250-9820-3092027c00ce", + "x-ms-routing-request-id": "JAPANEAST:20230612T121906Z:1d6b089c-353d-4a42-802b-e35aef5e812d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-cfc64a4f5417b56a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "eaa3f8cb143cc142b1c23dd1680a88f9", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-a3a0b3d7620f9a6e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "957d126a15d54593ad1f989872ecb46f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1253,30 +1280,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:11:20 GMT", + "Date": "Mon, 12 Jun 2023 12:19:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18d2ad82-4bbd-4614-ab5a-0f17162dab88", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "e01c50b7-8910-485a-82ee-f273d84250cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021121Z:18d2ad82-4bbd-4614-ab5a-0f17162dab88" + "x-ms-correlation-request-id": "427a6253-8b25-4cb7-878e-20e272fce68b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "a623d03d-f5de-4419-a301-1097ade97371", + "x-ms-routing-request-id": "JAPANEAST:20230612T121938Z:427a6253-8b25-4cb7-878e-20e272fce68b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-23623c91983eec0d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b7d516194d9df71d4309c0229b409621", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-2920bb3590058db4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9616e6771079339e3183142dd71d3c8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1285,30 +1312,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:11:53 GMT", + "Date": "Mon, 12 Jun 2023 12:20:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fe20eed-0e7a-483f-bafd-162a066ea0ab", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "01ddb183-0362-484e-bfb6-391ad7d21584", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021153Z:9fe20eed-0e7a-483f-bafd-162a066ea0ab" + "x-ms-correlation-request-id": "2e48b5ef-0843-4ff4-b9d5-ccd0fd791c3b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "9fabb2b1-b4fe-416d-9aa1-64d25b9f8678", + "x-ms-routing-request-id": "JAPANEAST:20230612T122010Z:2e48b5ef-0843-4ff4-b9d5-ccd0fd791c3b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-0fc916c4be5db75b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b159544967963af3cf0e90d10cdcce8f", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-0cd27dade95b5309-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "81177aa4db5457b6b1571d947bb488ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1317,30 +1344,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:12:26 GMT", + "Date": "Mon, 12 Jun 2023 12:20:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f02fdd2b-f80c-4139-9aec-014e2ef764c7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "ac19f4da-f682-4eb8-8a07-36d4a240ac8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021226Z:f02fdd2b-f80c-4139-9aec-014e2ef764c7" + "x-ms-correlation-request-id": "4aa731fb-845d-42bb-9153-f2caea76cc39", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "fc9324e0-0254-4f5b-b9c9-450935f54abf", + "x-ms-routing-request-id": "JAPANEAST:20230612T122043Z:4aa731fb-845d-42bb-9153-f2caea76cc39" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-5c9f2f4a1baae068-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b0d8595145187ea9daaba63353202671", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-fa441ce8c1c77526-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bec3b1997eb55ae27449645201666e8f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1349,30 +1376,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:13:00 GMT", + "Date": "Mon, 12 Jun 2023 12:21:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ce08b85-b03c-4856-a68c-73fa02da8810", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "20a9ae90-59dc-488c-bfa6-1e8702e92efb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021301Z:0ce08b85-b03c-4856-a68c-73fa02da8810" + "x-ms-correlation-request-id": "9bd2e314-5edb-4ef9-a346-9c698a7848e0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "f7638b66-85c4-4d80-ba9a-1449e2e3316d", + "x-ms-routing-request-id": "JAPANEAST:20230612T122115Z:9bd2e314-5edb-4ef9-a346-9c698a7848e0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-78e8baaf7c38e87c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "13871c2bd7b0b262229be78ebd4ceb67", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-7bc77a5abcde09ef-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f8f30be232d49c1a2fbee522f20ab77c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1381,30 +1408,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:13:33 GMT", + "Date": "Mon, 12 Jun 2023 12:21:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e9084de-dead-48a2-a833-eafe1cd8645a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "b45c1a81-6fb8-4678-8ccf-63e0437ee9a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021334Z:3e9084de-dead-48a2-a833-eafe1cd8645a" + "x-ms-correlation-request-id": "abe7f843-344b-4a07-b7f9-06e6c89a96d7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "d4dc12a6-44ce-46ef-b508-835424abbb89", + "x-ms-routing-request-id": "JAPANEAST:20230612T122148Z:abe7f843-344b-4a07-b7f9-06e6c89a96d7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-b333900ae1f31ed9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "42d0313be6670408abdbd7eac0c0e6af", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-32759ad7f951aa86-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "259324fb7e5926d697bd0d0a7764564a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1413,30 +1440,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:14:07 GMT", + "Date": "Mon, 12 Jun 2023 12:22:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea44ba7d-2ed7-48a1-a1b6-107eb92af013", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "2dce2cbe-d851-4c79-9d73-dc1935bbd5d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021407Z:ea44ba7d-2ed7-48a1-a1b6-107eb92af013" + "x-ms-correlation-request-id": "238d275e-c4e9-43ae-8f58-dafcc74b27a5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "974c8231-47d4-4661-bfa6-9ab841d171fd", + "x-ms-routing-request-id": "JAPANEAST:20230612T122220Z:238d275e-c4e9-43ae-8f58-dafcc74b27a5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-395180191ff465e8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "efa61ee8ba547adef6268e7d5d1ac08d", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-f1c090cbbf31bb25-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6fb18ee88fc0661b96278ef798bf6769", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1445,30 +1472,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:14:39 GMT", + "Date": "Mon, 12 Jun 2023 12:22:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0124b47-ca7f-4d74-b776-4cda11fdd14e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "021b61f1-3c5f-4da9-9f2a-556ad2c8386b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021440Z:c0124b47-ca7f-4d74-b776-4cda11fdd14e" + "x-ms-correlation-request-id": "c0d320cc-075c-4baf-a0e3-2a80e5206b60", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "d1847b5a-dd00-4599-b2f8-02741d9eab19", + "x-ms-routing-request-id": "JAPANEAST:20230612T122252Z:c0d320cc-075c-4baf-a0e3-2a80e5206b60" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-b17a3fe8cdee61df-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "22f83fc0e44f440a148368d5ff78f161", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-2c69efd86738df03-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dc56e79148d2643534cd6017251024ca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1477,30 +1504,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:15:12 GMT", + "Date": "Mon, 12 Jun 2023 12:23:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a5889e5-68fc-45c2-b55b-78e339598878", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "e634184a-9107-4b69-b847-f942534cd21f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021512Z:8a5889e5-68fc-45c2-b55b-78e339598878" + "x-ms-correlation-request-id": "890574f9-bb2f-4ad3-83e8-2ee11993512b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "97c5ad72-4c1a-4e5a-9339-de6c2b1f4af6", + "x-ms-routing-request-id": "JAPANEAST:20230612T122325Z:890574f9-bb2f-4ad3-83e8-2ee11993512b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-9fdf244235f20209-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9ea638b5fba6801352554b40588aa791", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-d7e13096950bf6b9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "643a9a6748586bbc092d8e32f0df8dd8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1509,30 +1536,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:15:45 GMT", + "Date": "Mon, 12 Jun 2023 12:23:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58d4e41a-da00-443c-8416-f7bd12b8c668", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "f93ac1b7-e4c0-4c7a-af9c-9796b2cc9f00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021545Z:58d4e41a-da00-443c-8416-f7bd12b8c668" + "x-ms-correlation-request-id": "cf8d8a18-501f-4c50-bbc3-8d00e8d716c5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "19b71d1b-6503-4e25-b9f7-57a62e577699", + "x-ms-routing-request-id": "JAPANEAST:20230612T122357Z:cf8d8a18-501f-4c50-bbc3-8d00e8d716c5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-d8d3aa2e5ac88196-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "812a491ac3c8045f1461dbd052097a7d", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-74681dacb5ede68f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8f78a355790e9f77584d3bf22e034186", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1541,30 +1568,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:16:18 GMT", + "Date": "Mon, 12 Jun 2023 12:24:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61846f8f-6b95-48fb-94db-fe2d645d4337", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "415ba18d-a8c0-4fc5-a798-13a14cac0f2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021618Z:61846f8f-6b95-48fb-94db-fe2d645d4337" + "x-ms-correlation-request-id": "ea8858b7-49d7-4d26-bb57-4acfa0ba1658", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "434b7351-e18d-40c5-b84d-6bdfc8822c2d", + "x-ms-routing-request-id": "JAPANEAST:20230612T122429Z:ea8858b7-49d7-4d26-bb57-4acfa0ba1658" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-d082978323a6c37a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "24c82c342273c4e72c77d0f998c9ec89", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-a0cacbb537205603-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fe8fc303038549112aebd3a5ba037454", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1573,30 +1600,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:16:50 GMT", + "Date": "Mon, 12 Jun 2023 12:25:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b3689a0-a427-491b-8da9-8ac4b33ed71c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "200be50c-5e3f-4d29-a368-3a076623362c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021651Z:5b3689a0-a427-491b-8da9-8ac4b33ed71c" + "x-ms-correlation-request-id": "b2326a21-3245-4db6-9b7a-6b774e5e1d1c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "c1d280ee-16fe-46e0-a920-c0136c1a3c2b", + "x-ms-routing-request-id": "JAPANEAST:20230612T122502Z:b2326a21-3245-4db6-9b7a-6b774e5e1d1c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-9953f3c4782f5da7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b6bbd6dc704ef298d8a2894520422e49", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-ea1265718e816174-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "81c288409597edbc239a0c0a0dc93c05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1605,30 +1632,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:17:23 GMT", + "Date": "Mon, 12 Jun 2023 12:25:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31c3b219-606a-47f3-8cee-e8c5d7040598", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "ba010135-8d8c-4243-ba0d-69c2c57c1345", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021724Z:31c3b219-606a-47f3-8cee-e8c5d7040598" + "x-ms-correlation-request-id": "99bfa5cd-274a-4831-a83e-959205888ac0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "f3a88c78-a0bd-42e2-b2fa-b7d12c7afbae", + "x-ms-routing-request-id": "JAPANEAST:20230612T122534Z:99bfa5cd-274a-4831-a83e-959205888ac0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-2f2d623e96ec597e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2b0ccdda82c2f71d62655551f2656b4b", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-f79c236a2e49c362-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2c2f07ec8f505252922f6422a6d1e555", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1637,30 +1664,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:17:57 GMT", + "Date": "Mon, 12 Jun 2023 12:26:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92ffdc3e-9ef2-4e7a-b319-09fa3a735e20", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "202dd03c-029e-408d-9acd-43880eed53f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021758Z:92ffdc3e-9ef2-4e7a-b319-09fa3a735e20" + "x-ms-correlation-request-id": "42798a22-1023-47c8-8551-69e2f4309cee", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "e90262af-e8a7-4583-9166-54cb07699183", + "x-ms-routing-request-id": "JAPANEAST:20230612T122606Z:42798a22-1023-47c8-8551-69e2f4309cee" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-ca60f35d3a2effbb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7cf45274c44ec42f93d64bd199a1a4e9", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-84b564daa51b6a7c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a6b2e6d9bf416def06a1daebf7063c61", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1669,30 +1696,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:18:30 GMT", + "Date": "Mon, 12 Jun 2023 12:26:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f305b70e-b824-4da8-b2b1-e4c4e661899a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "acf16c8e-0489-4cdf-9eec-be508e24e9e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021831Z:f305b70e-b824-4da8-b2b1-e4c4e661899a" + "x-ms-correlation-request-id": "bbbc34ab-e5a1-4106-ae3c-9253079ee1d9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "57f84a94-f567-4ac9-a16c-bc85a1c3c276", + "x-ms-routing-request-id": "JAPANEAST:20230612T122639Z:bbbc34ab-e5a1-4106-ae3c-9253079ee1d9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-30c72caff49558ad-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ca1e8749c1bc59c6b8c353e81b47ff73", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-a340610befa431e3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b2b9cdae47d4b104356fef68309a4751", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1701,30 +1728,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:19:03 GMT", + "Date": "Mon, 12 Jun 2023 12:27:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88734b08-062f-4e45-bf29-7c2f66346635", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "5dfdcfc2-d8f8-44f0-bf34-7badc0cf195f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021904Z:88734b08-062f-4e45-bf29-7c2f66346635" + "x-ms-correlation-request-id": "25db1700-8315-402b-8a41-0a8681d6728a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "4e8fee02-2478-4556-b0c2-a728dbd40304", + "x-ms-routing-request-id": "JAPANEAST:20230612T122711Z:25db1700-8315-402b-8a41-0a8681d6728a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-b179682a2af7e236-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ced13e36b14d16fb9e4897ec364b5ec0", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-e5a4a5af0dd4af10-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2631b6b496172cc418c126afb4675b8b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1733,30 +1760,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:19:36 GMT", + "Date": "Mon, 12 Jun 2023 12:27:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e83d1533-c1f8-49f6-9e9d-06c5a46d543d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "04835a86-2944-468d-8e93-682df588f57c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T021936Z:e83d1533-c1f8-49f6-9e9d-06c5a46d543d" + "x-ms-correlation-request-id": "43aab323-892d-4100-9dcc-8e3ebae94061", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "78aac18d-b5d4-4239-8c20-f6c1a5017b33", + "x-ms-routing-request-id": "JAPANEAST:20230612T122744Z:43aab323-892d-4100-9dcc-8e3ebae94061" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-4d7a2c71edd89078-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6b076bc1a046b38e8b9bc38a7046a94c", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-ce11461c0e6e7ab3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d87403f233189180e10170d1d0873d6c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1765,30 +1792,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:20:09 GMT", + "Date": "Mon, 12 Jun 2023 12:28:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "358224dc-18aa-4df8-89be-86498821abf5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "011d55d5-cf14-4620-ac75-fc500866b8fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022009Z:358224dc-18aa-4df8-89be-86498821abf5" + "x-ms-correlation-request-id": "443a0337-55d9-4cdc-af49-89a139513e16", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "b66fa3b2-6970-47d8-8417-7ab77d8bcc5b", + "x-ms-routing-request-id": "JAPANEAST:20230612T122816Z:443a0337-55d9-4cdc-af49-89a139513e16" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-e1aa1f1b76f48c65-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5a9bd8d6d5d0979b8c082c7429da226d", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-899e4a52d5c28686-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4036895915d5174a098c99132154fccd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1797,30 +1824,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:20:41 GMT", + "Date": "Mon, 12 Jun 2023 12:28:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aca3cd8a-bf74-4cda-b576-1a268725e9fb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "c9a80acb-b614-4fd3-bda7-2cb1d2caf660", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022042Z:aca3cd8a-bf74-4cda-b576-1a268725e9fb" + "x-ms-correlation-request-id": "c0608427-be96-4057-a948-515c22217303", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "246b1a7e-e174-4f21-9602-1aad167c38b2", + "x-ms-routing-request-id": "JAPANEAST:20230612T122848Z:c0608427-be96-4057-a948-515c22217303" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-72cfd2f06de1d327-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "af279265943f952cb01e42b2ee70a558", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-3cfb735be6b2e048-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2d7563146e258038369f441526f25c91", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1829,30 +1856,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:21:14 GMT", + "Date": "Mon, 12 Jun 2023 12:29:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4149d6a-57fe-4316-a923-9252570aaa6a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "d6186fb9-2169-440d-a643-a06c0372b9f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022115Z:a4149d6a-57fe-4316-a923-9252570aaa6a" + "x-ms-correlation-request-id": "9fac1c36-a0e6-4991-9bc5-0751c0ce65ef", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "bb612551-76e6-440e-88ec-1c9196412b75", + "x-ms-routing-request-id": "JAPANEAST:20230612T122921Z:9fac1c36-a0e6-4991-9bc5-0751c0ce65ef" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-9872711229bb72d0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5d154b9f03b0ebf0cf70de3d741989b0", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-6f6480d02ee52672-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2a55b9831b31dcb6b85dcf8c9a6d708d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1861,30 +1888,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:21:47 GMT", + "Date": "Mon, 12 Jun 2023 12:29:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80ef7e8f-5248-40e0-873a-e624fdb18549", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "315be276-a80c-4aa6-8e37-28d2a71ea30d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022148Z:80ef7e8f-5248-40e0-873a-e624fdb18549" + "x-ms-correlation-request-id": "6b71255d-7579-47a4-8eca-43a63a2edd4d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "0bea8cc3-dedf-4b57-bd61-b6169b933f51", + "x-ms-routing-request-id": "JAPANEAST:20230612T122953Z:6b71255d-7579-47a4-8eca-43a63a2edd4d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-07e57346655b7eba-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dd255678f91f420cac05aab293e9a81b", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-168e27352b7873e9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6dbca2041012eb4751b60935d034f116", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1893,30 +1920,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:22:20 GMT", + "Date": "Mon, 12 Jun 2023 12:30:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "735b7d2f-63e9-4140-9834-b0c3b18c4290", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "3478ecbe-f8c8-4d32-8f87-415b2c641dec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022221Z:735b7d2f-63e9-4140-9834-b0c3b18c4290" + "x-ms-correlation-request-id": "7148aede-2328-407b-9e50-ed961b166565", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "181bdf0c-e86d-427b-a214-2b14f822ae3a", + "x-ms-routing-request-id": "JAPANEAST:20230612T123025Z:7148aede-2328-407b-9e50-ed961b166565" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-70bc11536a176134-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ddd5d363c5c461bca23bdfcfb5ee2196", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-5873f7e0382647b2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "678f0830d2fef99cac9874c89eace6c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1925,30 +1952,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:22:54 GMT", + "Date": "Mon, 12 Jun 2023 12:30:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2bb17e50-d2fd-4118-bd05-97a331de8203", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "9c54e665-86af-4d79-9887-9a6f5367025c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022255Z:2bb17e50-d2fd-4118-bd05-97a331de8203" + "x-ms-correlation-request-id": "a1e777f7-5e5e-4a34-bcbc-5a7b2bd048a2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "bb357e70-25aa-42bd-94ec-6b2fb9f00cf3", + "x-ms-routing-request-id": "JAPANEAST:20230612T123058Z:a1e777f7-5e5e-4a34-bcbc-5a7b2bd048a2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-76c2edd2abb85b18-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "983a9194c74ba5393fd3b1ab593e58e6", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-7902dfe8537bca61-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8311b72fee35737f726ad97a11810c84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1957,30 +1984,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:23:28 GMT", + "Date": "Mon, 12 Jun 2023 12:31:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd44f2ff-f72a-4c29-b3e0-5d5a6e84658a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "f58a579a-243b-4978-b558-37aca6163735", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022328Z:fd44f2ff-f72a-4c29-b3e0-5d5a6e84658a" + "x-ms-correlation-request-id": "8bb3a97e-cbf4-4e1f-b12b-345e9bd95171", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "d3489ba0-18a4-4d85-9076-34ef758f3102", + "x-ms-routing-request-id": "JAPANEAST:20230612T123130Z:8bb3a97e-cbf4-4e1f-b12b-345e9bd95171" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-3638acddc9a4cac1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a0dac2c7ab44b3ec99c33be3193c8cbd", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-b8ac69a7a71ca666-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "915bb96b08dd328e06c3c0799b7e4ca4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1989,30 +2016,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:24:00 GMT", + "Date": "Mon, 12 Jun 2023 12:32:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a12ea939-2d71-45d0-935e-1dc6fe8fefea", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "443fe2f7-b093-49f0-867f-dc8ba3c3b0eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022401Z:a12ea939-2d71-45d0-935e-1dc6fe8fefea" + "x-ms-correlation-request-id": "9dee1bc6-e656-4b48-8402-cf293802c2df", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "65454be4-b63b-4421-897b-1ce45bde802f", + "x-ms-routing-request-id": "JAPANEAST:20230612T123202Z:9dee1bc6-e656-4b48-8402-cf293802c2df" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-69e503d19412b4c3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "011d13e40faf9bd09a2f9ef113110763", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-b2ae84afd6e90956-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "190640cf6e2341e0891bf594f821e82b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2021,30 +2048,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:24:33 GMT", + "Date": "Mon, 12 Jun 2023 12:32:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b1b4522-772e-4ebf-b1f1-907b959808cd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "16ebf772-ddb0-41d7-b022-0a72cf04a41c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022434Z:4b1b4522-772e-4ebf-b1f1-907b959808cd" + "x-ms-correlation-request-id": "a3506b21-d027-435f-8ef8-f4e3eef6222c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "709646b6-3624-46f7-ad3c-a3332493d791", + "x-ms-routing-request-id": "JAPANEAST:20230612T123235Z:a3506b21-d027-435f-8ef8-f4e3eef6222c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-abf556893e3dddd8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f307f9e28013e852a587ff888b558c02", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-7287e03cff06285b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e55cef8c545026eb29de7c722e05d8f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2053,30 +2080,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:25:07 GMT", + "Date": "Mon, 12 Jun 2023 12:33:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f28d9ce3-b6ce-41fd-9332-11b770d26f92", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "41e5e194-1714-4865-8abb-187091120fbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022507Z:f28d9ce3-b6ce-41fd-9332-11b770d26f92" + "x-ms-correlation-request-id": "57614591-0cee-41ed-9577-882fa4e6a311", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "58bd0d25-0542-4a97-abad-e496e4c9e2a9", + "x-ms-routing-request-id": "JAPANEAST:20230612T123307Z:57614591-0cee-41ed-9577-882fa4e6a311" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-9e1c84baec4d6146-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "46c7f3475721b737f23e06150dfa9f88", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-7d71c3ff137b33fa-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d1ab341ef37bfd60d91a08c213fa39e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2085,30 +2112,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:25:39 GMT", + "Date": "Mon, 12 Jun 2023 12:33:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad9713c5-73f3-4ea2-89ca-50d76ab50c82", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "86d0bf53-85d6-47b3-9cde-ec01c1bdd923", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022539Z:ad9713c5-73f3-4ea2-89ca-50d76ab50c82" + "x-ms-correlation-request-id": "a766106a-5335-4de3-9afa-6e0e4329ba7a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "8a2fd94e-bd38-4763-9d24-aa89fd5a11cd", + "x-ms-routing-request-id": "JAPANEAST:20230612T123340Z:a766106a-5335-4de3-9afa-6e0e4329ba7a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-dd9abfa124a11d87-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2000d8bb993463a9c0345b2810481044", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-a9204a911984fd00-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "abed95db66227b5454dff045f16d1383", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2117,30 +2144,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:26:12 GMT", + "Date": "Mon, 12 Jun 2023 12:34:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a3feffd-682e-459c-946a-0b259f289088", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "110c7cd6-570d-482e-9133-e99bf17aa001", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022612Z:0a3feffd-682e-459c-946a-0b259f289088" + "x-ms-correlation-request-id": "ece2a6d4-380f-4678-a255-b92246958be6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "9cb12bb4-17db-4c84-b8c7-6bc6fef022fc", + "x-ms-routing-request-id": "JAPANEAST:20230612T123412Z:ece2a6d4-380f-4678-a255-b92246958be6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-08325e39e5a43c3f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "20a99ba3c1498b42c24f00d57a3ddbaa", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-77bfbef26ecf4969-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c3750143167699af8f5e0c364b29122e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2149,30 +2176,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:26:44 GMT", + "Date": "Mon, 12 Jun 2023 12:34:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6943c212-6455-4805-9c98-f505448f58e3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "71655795-f8f4-436c-9975-2eb2e5aa5b1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022645Z:6943c212-6455-4805-9c98-f505448f58e3" + "x-ms-correlation-request-id": "0d3339ac-b5e9-4473-9aa3-d58a82f6148c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "b97bef4d-ed5e-488e-bd5c-79ccb0d21c7d", + "x-ms-routing-request-id": "JAPANEAST:20230612T123444Z:0d3339ac-b5e9-4473-9aa3-d58a82f6148c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-681dfd269d0c3f21-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b3cc76e76b54aecd496385ecfb0ea7aa", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-062c05e09f7fa280-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "989797a42c17b7d1e02f7c9b031b0c6b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2181,30 +2208,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:27:18 GMT", + "Date": "Mon, 12 Jun 2023 12:35:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d2fd9bf-c8bb-4db2-a244-ece7be51f4ef", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "2a17a9a9-c01a-497e-847a-f102b05fb30e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022718Z:3d2fd9bf-c8bb-4db2-a244-ece7be51f4ef" + "x-ms-correlation-request-id": "92bcd3ab-cd0a-49f4-af57-1072efe315a9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "d0cdbb48-bcb0-40af-a9d5-ba43ad51c765", + "x-ms-routing-request-id": "JAPANEAST:20230612T123517Z:92bcd3ab-cd0a-49f4-af57-1072efe315a9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-d4b785652b2793d6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7171c12e7f51f93e96755de598d4e983", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-abc599a3b5b3977b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "127e84067684c46ee5541cc35a1d2f2b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2213,30 +2240,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:27:51 GMT", + "Date": "Mon, 12 Jun 2023 12:35:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4e8d554-7145-40f3-a6f2-cb7896b1c771", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "34f8b4a2-4ffd-4bfb-b84e-086d1cc5214d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022752Z:e4e8d554-7145-40f3-a6f2-cb7896b1c771" + "x-ms-correlation-request-id": "5341a090-7cb0-4e4c-b652-f801c2bf27b2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "278a7398-b689-4b6b-88d9-601c2581b1c8", + "x-ms-routing-request-id": "JAPANEAST:20230612T123549Z:5341a090-7cb0-4e4c-b652-f801c2bf27b2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-c701e436aec17f8b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9a40b1595c7b37efcefbd6e53c558fb3", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-ca80adca7dd7f1ed-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "59a0c1cd7ad6176b2fbee3469a139573", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2245,71 +2272,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:28:24 GMT", + "Date": "Mon, 12 Jun 2023 12:36:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c439806f-768d-42ce-9802-a445a62a5ee8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "1ad673d1-aa01-413c-b71e-58b1a0c0bbc9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022825Z:c439806f-768d-42ce-9802-a445a62a5ee8" + "x-ms-correlation-request-id": "7db2b463-59b3-47c2-91ee-bae1816e0bc0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "f2c67fe7-4f59-4ec2-84e6-7b9fb9ad6654", + "x-ms-routing-request-id": "JAPANEAST:20230612T123622Z:7db2b463-59b3-47c2-91ee-bae1816e0bc0" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8917c940d7a38e6e37cda81a4664c02b-e4920606124dc331-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b8a655a869cb685937d21ddf0de81575", + "traceparent": "00-54715848a6e056cb3deefcaa7fae381e-ab6af680a17aae65-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c72fa052ffaa2ea929d2b2c30f0e5cc2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2084", + "Content-Length": "2113", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:28:25 GMT", + "Date": "Mon, 12 Jun 2023 12:36:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18c1f370-da84-45ec-9712-20485fc04e3d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "f50dbc25-0623-424c-9474-f0d8f1fca431", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T022826Z:18c1f370-da84-45ec-9712-20485fc04e3d" + "x-ms-correlation-request-id": "626596da-2ea6-4cea-a57f-703a0067f3f4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "803e90cb-c882-4d1f-ad7e-4b9129ee7bb5", + "x-ms-routing-request-id": "JAPANEAST:20230612T123622Z:626596da-2ea6-4cea-a57f-703a0067f3f4" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7402/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-201/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions", "name": "hdisdk-sparkcomponentversions", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "b9f600f6-952c-4f7a-a66e-2e6b8dd4a645", + "location": "Japan East", + "etag": "32b0e62f-4c2b-41f5-aa6e-fd0f1d9fa329", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2304280205.json", "kind": "Spark", "componentVersion": { "Spark": "2.4" } }, - "clusterId": "7591ac869b644d3890a2cbc0382dde54", + "clusterId": "86e9029748144278a480b9c799bcf5b2", "computeProfile": { "roles": [ { @@ -2355,7 +2382,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-06T01:58:31.237", + "createdDate": "2023-06-12T12:06:37.333", "quotaInfo": { "coresUsed": 20 }, @@ -2380,14 +2407,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4134.blob.core.windows.net", + "name": "azstorageforcluster8306.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4441", + "container": "container2301", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2405,9 +2433,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1947454031", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "322913995", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateLinuxSparkClusterWithComponentVersionAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateLinuxSparkClusterWithComponentVersionAsync.json index b292c35d092d..4736ee16bfc9 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateLinuxSparkClusterWithComponentVersionAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateLinuxSparkClusterWithComponentVersionAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d7fc517eac32a83d4cdd75e846ba2412-1639efc8eff2eea1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f7d0576ec5f0900a809195fea47a0db1", + "traceparent": "00-36769675eba80abf714b2f68c1fd9b47-13964c5e77b01e60-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "17c82d2f2c38e2296e9c9867d77051d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:30:59 GMT", + "Date": "Tue, 13 Jun 2023 03:46:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05cf434b-b7fb-44eb-a87c-1161263dfeab", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "05cf434b-b7fb-44eb-a87c-1161263dfeab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023059Z:05cf434b-b7fb-44eb-a87c-1161263dfeab" + "x-ms-correlation-request-id": "834f2f4f-69a2-40c9-a7a7-f036add8bd0a", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "834f2f4f-69a2-40c9-a7a7-f036add8bd0a", + "x-ms-routing-request-id": "JAPANEAST:20230613T034633Z:834f2f4f-69a2-40c9-a7a7-f036add8bd0a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-8279?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-2651?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-e73d6ea9a528c1b625b188fcc9eacfb6-c3f38db1a339a57b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5c12ad6cdc2972bf789480d9f281c088", + "traceparent": "00-b33a4fd96c8af7a78513b440cd4e1624-7d748c00daa7ee62-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d80660ba117349e7e39f6fd253ccb550", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:31:05 GMT", + "Date": "Tue, 13 Jun 2023 03:46:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4723760-0600-4629-b76a-822839b3b7fa", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "c4723760-0600-4629-b76a-822839b3b7fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023105Z:c4723760-0600-4629-b76a-822839b3b7fa" + "x-ms-correlation-request-id": "5eec4aa6-fe2c-4f6b-9ec8-ca53ed53bfd7", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "5eec4aa6-fe2c-4f6b-9ec8-ca53ed53bfd7", + "x-ms-routing-request-id": "JAPANEAST:20230613T034633Z:5eec4aa6-fe2c-4f6b-9ec8-ca53ed53bfd7" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279", - "name": "HDInsightRG-8279", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651", + "name": "HDInsightRG-2651", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1152", + "Content-Length": "1155", "Content-Type": "application/json", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-3647bd58d69479bd-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bec144c2d59053b6f09dcddb824e0630", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-c43b865ed7695839-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "30698c4269a47ae90a13844970ff5128", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -177,9 +171,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster1735.blob.core.windows.net", + "name": "azstorageforcluster4430.blob.core.windows.net", "isDefault": true, - "container": "container4835", + "container": "container3597", "key": "Sanitized" } ] @@ -191,30 +185,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1837", + "Content-Length": "1867", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:31:41 GMT", - "ETag": "\u002288996e9e-9f61-4275-a64c-b835f0104c84\u0022", + "Date": "Tue, 13 Jun 2023 03:47:02 GMT", + "ETag": "\u0022167982aa-ab52-4db2-b4cb-b5010c0cf011\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36fb9d1a-11dd-4a2e-a2db-d6953cd8c606", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "375dada3-d98e-4d1d-afff-69453e8f4914", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023141Z:36fb9d1a-11dd-4a2e-a2db-d6953cd8c606" + "x-ms-correlation-request-id": "91cea4a5-b009-482c-a542-d33eb51b5d40", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "c2f83eb1-8b45-4b34-a789-7a356bcf9775", + "x-ms-routing-request-id": "JAPANEAST:20230613T034703Z:91cea4a5-b009-482c-a542-d33eb51b5d40" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions", "name": "hdisdk-sparkcomponentversions", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "88996e9e-9f61-4275-a64c-b835f0104c84", + "location": "Japan East", + "etag": "167982aa-ab52-4db2-b4cb-b5010c0cf011", "tags": { "key0": "value0" }, @@ -223,13 +217,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2304280205.json", "kind": "Spark", "componentVersion": { "Spark": "2.4" } }, - "clusterId": "9da6352146184283becd43a85af8ad73", + "clusterId": "da6f06af7d864b08824d1c920d635184", "computeProfile": { "roles": [ { @@ -275,7 +269,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-06T02:31:38.987", + "createdDate": "2023-06-13T03:47:02.857", "quotaInfo": { "coresUsed": 20 }, @@ -286,14 +280,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster1735.blob.core.windows.net", + "name": "azstorageforcluster4430.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4835", + "container": "container3597", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -310,45 +305,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-abd77c2e3ce3a0a0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "97b6b4a485b6ea4834c357dd68ae38f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:31:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b976009e-3503-406b-af3c-f3280f5ff254", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "0b30663c-192a-4174-93b0-d65604ea2a9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023142Z:b976009e-3503-406b-af3c-f3280f5ff254" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-5b10875375527625-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0bdd852064e185bbcc92b81d520218ed", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-8f61bc4d00577f80-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a161c15628d53409809899b13271d12b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -357,30 +320,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:31:44 GMT", + "Date": "Tue, 13 Jun 2023 03:47:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bdfbd008-f7bb-4463-ac87-182355682aea", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "53f2159e-8f55-4fab-9ccb-e47b80ab90a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023144Z:bdfbd008-f7bb-4463-ac87-182355682aea" + "x-ms-correlation-request-id": "6d83cb9b-f07e-4976-8d92-25590ba1ef56", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "87b1c5e1-a439-4019-8017-57897a134a5a", + "x-ms-routing-request-id": "JAPANEAST:20230613T034704Z:6d83cb9b-f07e-4976-8d92-25590ba1ef56" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-49b159c583b43aa3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ce37b9226f97a5794abb5c5fe59ac657", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-c23b385bb20af519-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cc720fe5a0d7d2fd707e06fea77ec4de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -389,30 +352,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:31:45 GMT", + "Date": "Tue, 13 Jun 2023 03:47:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae83de30-acf7-4261-acf1-dc0dcaa62032", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "753f3f9c-b23f-438d-be02-d196e3e6026c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023146Z:ae83de30-acf7-4261-acf1-dc0dcaa62032" + "x-ms-correlation-request-id": "1839769c-d6db-4010-add7-e6a378eaed04", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "be2f2322-c58f-4e29-8f08-e72e1e137a1f", + "x-ms-routing-request-id": "JAPANEAST:20230613T034705Z:1839769c-d6db-4010-add7-e6a378eaed04" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-42e55c9f0cad21b2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b5938c3a70253f31f931ca24cd2a9732", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-e31f793cc5562d33-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aef3d4c6b09d945267e4d4a3d76ab8b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -421,30 +384,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:31:47 GMT", + "Date": "Tue, 13 Jun 2023 03:47:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "030b3d26-2e93-4723-acbb-7db3e34cd09a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "a5f3f35a-4e63-4b9d-b45c-c7eaab61ec3f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023147Z:030b3d26-2e93-4723-acbb-7db3e34cd09a" + "x-ms-correlation-request-id": "ccba3c09-01c4-4f09-a867-c9cdfc071ce3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "b7244c85-5d8d-49e9-90b3-2e53c6e22ddd", + "x-ms-routing-request-id": "JAPANEAST:20230613T034706Z:ccba3c09-01c4-4f09-a867-c9cdfc071ce3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-bb1961054b3041fe-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "aebb6aab6a76b15e0b37c026085ba031", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-6540e7d3f1d98cb2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a68495d480bab5d8c48e3157220b8c01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -453,30 +416,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:31:50 GMT", + "Date": "Tue, 13 Jun 2023 03:47:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a750b23-25e1-4b87-a5fd-3e6345e13ab5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "3eaf2e2b-dd02-4647-8eab-fe8e8c05ac4e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023150Z:4a750b23-25e1-4b87-a5fd-3e6345e13ab5" + "x-ms-correlation-request-id": "47e88447-0c47-4411-8dee-d7bea13df720", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "fa329167-8eb8-4138-ad99-1afdd6421033", + "x-ms-routing-request-id": "JAPANEAST:20230613T034708Z:47e88447-0c47-4411-8dee-d7bea13df720" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-c5465c144f1f1a53-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c6e360cb626eb2c888f7d566a455d81f", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-b1ec1c5f6084afca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5eebbad4227e358ebcdd64f2cb5afb05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -485,30 +448,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:31:55 GMT", + "Date": "Tue, 13 Jun 2023 03:47:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e28a73d-2a96-4e54-b2ed-6394e7277e02", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "7886b290-f269-4c20-943d-1b6daf39327a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023155Z:4e28a73d-2a96-4e54-b2ed-6394e7277e02" + "x-ms-correlation-request-id": "e9e9b2db-172f-4fdd-b703-5811ee377da4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "da9c8688-5667-48c3-83b2-e295f8f47425", + "x-ms-routing-request-id": "JAPANEAST:20230613T034710Z:e9e9b2db-172f-4fdd-b703-5811ee377da4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-608684e26169d21a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7bb32a2418dfcfe02ee2aaedaf0b379d", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-88d4dea733a1eef1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "12294dc61dfa4523fb3dea0e7efb715c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -517,30 +480,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:32:03 GMT", + "Date": "Tue, 13 Jun 2023 03:47:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82d31e6d-c16c-44c9-a0da-628fae15e670", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "416a9c1f-5856-4498-86f3-2eb133f2ac0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023204Z:82d31e6d-c16c-44c9-a0da-628fae15e670" + "x-ms-correlation-request-id": "81364d3b-6016-475d-a1b8-b15a66876004", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "db49903f-fb7f-43b9-a4fc-121c0c3bc0bd", + "x-ms-routing-request-id": "JAPANEAST:20230613T034715Z:81364d3b-6016-475d-a1b8-b15a66876004" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-45791c247e101cbd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6c589991d04649c3a109257f95f80cb6", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-559827ddb8069bdd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1ccfd258597fb13b074feadc1ce6e96a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -549,30 +512,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:32:20 GMT", + "Date": "Tue, 13 Jun 2023 03:47:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16dfa796-5741-4485-b0a2-cab142b412de", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "1c308c51-d240-4a5d-b5e7-2bd7ec79105b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023221Z:16dfa796-5741-4485-b0a2-cab142b412de" + "x-ms-correlation-request-id": "52cac329-348b-4a33-81f5-5a8679b61ba9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "26474c47-f3c2-472b-bfb1-a9f3c8f00dac", + "x-ms-routing-request-id": "JAPANEAST:20230613T034723Z:52cac329-348b-4a33-81f5-5a8679b61ba9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-81e8980245cd8ca4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "de01a05e24a7b2527f14978bb8da027d", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-c5fc4e8ec0ab32f8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d5912b927ae1b70796a66340387fb6c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -581,30 +544,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:32:53 GMT", + "Date": "Tue, 13 Jun 2023 03:47:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab210925-88ef-40b5-95f0-a69b3d543ae1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "eccf9272-6d2b-4cd5-91da-ba85de9c9e86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023254Z:ab210925-88ef-40b5-95f0-a69b3d543ae1" + "x-ms-correlation-request-id": "c5f40834-2852-44d5-a297-0c942dea7815", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "efb19b95-c58d-49c1-8983-e83d0319e391", + "x-ms-routing-request-id": "JAPANEAST:20230613T034739Z:c5f40834-2852-44d5-a297-0c942dea7815" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-f4bdf2ab2c533c00-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0bd437bf6bfc53d8666ad9d5f3613935", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-96e0b083b5abb80b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f99a076bdf8a6c8612780bab32472914", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -613,30 +576,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:33:26 GMT", + "Date": "Tue, 13 Jun 2023 03:48:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "808d8371-60e4-43d4-9c09-6c16061dbfde", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "2cfcfdee-54d5-44b1-8a02-03b9ee3e7d92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023326Z:808d8371-60e4-43d4-9c09-6c16061dbfde" + "x-ms-correlation-request-id": "44b41f78-f505-413b-bfa0-15c33b7d7aaf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "7b2981b4-e039-4877-a411-34012a14e777", + "x-ms-routing-request-id": "JAPANEAST:20230613T034812Z:44b41f78-f505-413b-bfa0-15c33b7d7aaf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-73a364bbc542caf2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0e8ef4d659096cf546a6ec32393891c7", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-60c005fa0a97f03d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "537b80539c6ade7bca1885d9f5fa7987", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -645,30 +608,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:33:58 GMT", + "Date": "Tue, 13 Jun 2023 03:48:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1b9d112-f7af-4e94-b050-eee153b0445a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "f3d7ffc1-d140-45d6-b694-dd2057f222a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023359Z:b1b9d112-f7af-4e94-b050-eee153b0445a" + "x-ms-correlation-request-id": "255112f3-390d-4851-a4f5-f87b954b08af", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "db2aaa22-abff-4d44-af3f-6276d1fb5ef2", + "x-ms-routing-request-id": "JAPANEAST:20230613T034844Z:255112f3-390d-4851-a4f5-f87b954b08af" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-6276aab21071be18-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5dc0a8060024f3b9c7ae783d4b7cbf1e", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-5b4dbca670fc92b4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "14702998f04bb3dfa524c2686e5c844f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -677,30 +640,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:34:32 GMT", + "Date": "Tue, 13 Jun 2023 03:49:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e76b043a-e30e-4699-8067-44e956f28589", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "b67c4375-dc36-4d95-8c4c-7a2e2a3bedf1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023432Z:e76b043a-e30e-4699-8067-44e956f28589" + "x-ms-correlation-request-id": "5d167a1b-f025-4b38-b676-a4636d7fc79a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "428d2e28-b336-445e-83a3-4d10a831065c", + "x-ms-routing-request-id": "JAPANEAST:20230613T034916Z:5d167a1b-f025-4b38-b676-a4636d7fc79a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-0efe246454a1b99a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c4b461daf44b66734267c5567fa61a2d", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-eb76a99800c81f79-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b7ec4e7c6303cf568cbc2e725aad7617", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -709,30 +672,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:35:05 GMT", + "Date": "Tue, 13 Jun 2023 03:49:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd4971e1-bebd-4f0b-8188-d80aabba3e70", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "bb40121b-584f-4882-86aa-2404940dc809", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023505Z:dd4971e1-bebd-4f0b-8188-d80aabba3e70" + "x-ms-correlation-request-id": "48bddbea-e330-4742-8b97-9ca427306209", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "12dce66c-cda9-48d6-868f-b1936e622039", + "x-ms-routing-request-id": "JAPANEAST:20230613T034949Z:48bddbea-e330-4742-8b97-9ca427306209" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-d092c943aa6633e5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4acf12d9dba1d6113a9b465be1b821ca", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-ee970cf7d4bda6f7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "091283ff15d663c8a1c8ad46d9136f6e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -741,30 +704,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:35:37 GMT", + "Date": "Tue, 13 Jun 2023 03:50:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c00adc33-fe96-41ff-aca6-dcf3a212372f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "2887a196-4b8a-4a6e-b783-9a362f1182b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023538Z:c00adc33-fe96-41ff-aca6-dcf3a212372f" + "x-ms-correlation-request-id": "568c918b-000a-4580-a29b-7c3cf9132e9a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "351b7e21-739c-4e2b-819a-0cbcffc95d64", + "x-ms-routing-request-id": "JAPANEAST:20230613T035021Z:568c918b-000a-4580-a29b-7c3cf9132e9a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-3ada4f2f93c5523d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d758cde6cd83127b345a1bbc3b627321", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-b46167ac51eca939-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a75c3593c20d3484d3a1878fc26d59f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -773,30 +736,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:36:10 GMT", + "Date": "Tue, 13 Jun 2023 03:50:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8dea524c-8537-41df-9ce7-6a0307db9770", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "f4041bbb-bca5-48b1-8451-bebf2a81f836", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023611Z:8dea524c-8537-41df-9ce7-6a0307db9770" + "x-ms-correlation-request-id": "bc92e9ed-f951-453c-b2d7-ec01325e222a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "f871cb0f-e7e8-43e8-8a41-b0fad42ca0cf", + "x-ms-routing-request-id": "JAPANEAST:20230613T035054Z:bc92e9ed-f951-453c-b2d7-ec01325e222a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-5d7d7a222f744c6c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "39634a9374acfe7d4fde89afad18848a", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-841c27716303070a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eb68abad7b4967798589153bb60ff579", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -805,30 +768,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:36:43 GMT", + "Date": "Tue, 13 Jun 2023 03:51:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d68a644-be7c-47e0-a7ee-2a4acc21b149", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "47cdcfb1-8090-43d4-b557-db215d90f150", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023643Z:1d68a644-be7c-47e0-a7ee-2a4acc21b149" + "x-ms-correlation-request-id": "858b0715-7954-45c8-9816-b84df2da8e69", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "a30aa32a-add6-4f0e-abf0-3f806f06657f", + "x-ms-routing-request-id": "JAPANEAST:20230613T035126Z:858b0715-7954-45c8-9816-b84df2da8e69" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-7bd4d842ccb3cf13-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b170fa46434d0caa96bd1547c0559bd8", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-eaa64ab96dc9c39e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "24dec04ccf503d0affde35348d38a134", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -837,30 +800,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:37:17 GMT", + "Date": "Tue, 13 Jun 2023 03:51:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e791fa37-fdd2-474b-9e34-57ef922ce003", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "bab93a9e-1386-4d04-b55a-20e90bf845c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023718Z:e791fa37-fdd2-474b-9e34-57ef922ce003" + "x-ms-correlation-request-id": "cd710f11-0808-4573-af89-351626c646e2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "0448c5fc-b35b-4b18-9d02-00975de7415a", + "x-ms-routing-request-id": "JAPANEAST:20230613T035158Z:cd710f11-0808-4573-af89-351626c646e2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-24c4c0e97521276a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "97c72528e854721d505987a544cb641c", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-a5dd36bf07363e15-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2e98b56f83aa1824bcf42183ac497dc3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -869,30 +832,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:37:50 GMT", + "Date": "Tue, 13 Jun 2023 03:52:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3ce0ace-e061-4e90-9387-e4fc15d36722", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "da2d20dd-4421-47fa-b661-7b362de405f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023751Z:a3ce0ace-e061-4e90-9387-e4fc15d36722" + "x-ms-correlation-request-id": "d3c49a7b-0218-4e22-9ad3-27c55716bbda", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "9aaf09c3-8e56-49cd-a3bf-a9f8c1db0971", + "x-ms-routing-request-id": "JAPANEAST:20230613T035231Z:d3c49a7b-0218-4e22-9ad3-27c55716bbda" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-bacaef6fc4dd28c5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "407690d5c2f150d3a057a2ef5e363dfa", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-b2165227500b2a30-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "01430eac348edea7a12bec6a4644da4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -901,30 +864,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:38:22 GMT", + "Date": "Tue, 13 Jun 2023 03:53:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0febd2ba-1aa6-40a8-a114-adefd6907e9c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "36b7a113-f279-4eae-b003-6934a82e122e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023823Z:0febd2ba-1aa6-40a8-a114-adefd6907e9c" + "x-ms-correlation-request-id": "f5c5c567-0f13-4eb6-80ec-77648db5ab9f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "c5370b97-f500-4c86-a4bd-4242a30441f2", + "x-ms-routing-request-id": "JAPANEAST:20230613T035303Z:f5c5c567-0f13-4eb6-80ec-77648db5ab9f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-aedd616dc92fc704-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8887b043ed505e36ddfe61f4bb04c7ca", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-2a13fa7af1357656-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "00cbe1e8c677c8ce9bc5675cae8690b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -933,30 +896,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:38:55 GMT", + "Date": "Tue, 13 Jun 2023 03:53:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41821ed9-3aac-4920-9361-a30c138f2cbc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "b55690f2-4433-4cc3-9c99-cc87990fa9c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023856Z:41821ed9-3aac-4920-9361-a30c138f2cbc" + "x-ms-correlation-request-id": "c0659723-8ef6-4f80-a79d-93db786fcd9e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "99ecc4b1-8e63-4cb6-881f-1b2dea418ada", + "x-ms-routing-request-id": "JAPANEAST:20230613T035335Z:c0659723-8ef6-4f80-a79d-93db786fcd9e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-887302a72aa35e5f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2f71f8585adf66e65177f6fc452d1319", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-f4dde6eafdaac4f9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e8771609ff53aa50eba8d7e97b9d277", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -965,30 +928,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:39:28 GMT", + "Date": "Tue, 13 Jun 2023 03:54:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eaf07113-dc04-40cf-9712-e295009cb8d8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "26774c92-eb5e-4b4f-9c10-0c9cc63615eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T023929Z:eaf07113-dc04-40cf-9712-e295009cb8d8" + "x-ms-correlation-request-id": "7850fd69-30dd-478a-9b02-9dc14b81d40d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "a5cb0705-bd37-4ffd-a6ea-6312b1f1e38a", + "x-ms-routing-request-id": "JAPANEAST:20230613T035408Z:7850fd69-30dd-478a-9b02-9dc14b81d40d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-a43a9fff9b67d98c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "93618c1cdc44e7cc5a1863f360df949b", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-7e304d386673e3e4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ca9ad41a7d7de64c407a66c8cc4b301a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -997,30 +960,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:40:01 GMT", + "Date": "Tue, 13 Jun 2023 03:54:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfa5c1f3-edaa-4855-ad91-a9ec005cf7cf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "fc5ba7ac-93e4-4064-a908-0381763c5c73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024002Z:bfa5c1f3-edaa-4855-ad91-a9ec005cf7cf" + "x-ms-correlation-request-id": "1bb487de-b5f2-4840-8043-549c70236e83", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "6f322e31-957e-4875-8cbb-4aac751e6d71", + "x-ms-routing-request-id": "JAPANEAST:20230613T035440Z:1bb487de-b5f2-4840-8043-549c70236e83" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-1bce965deeb151ef-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6697d78f0ec4e81bc92037d9f63918af", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-63d28a724c5e639b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d40a369a5cbc49573c91f2bc385031e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1029,30 +992,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:40:35 GMT", + "Date": "Tue, 13 Jun 2023 03:55:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9bfb791-6658-4f6e-93ad-dd468e9c71f4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "1d1fe115-c344-4773-91ae-8bd74af94b8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024035Z:b9bfb791-6658-4f6e-93ad-dd468e9c71f4" + "x-ms-correlation-request-id": "95caae20-6aa9-445b-acfe-53977ded9733", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "f5247cbc-ecc6-4ea3-99e6-edf11033052e", + "x-ms-routing-request-id": "JAPANEAST:20230613T035513Z:95caae20-6aa9-445b-acfe-53977ded9733" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-c52f7fc27859d870-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2fd747eb34a37b862c89d4c6f7f30571", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-931051408b0071ba-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d941f0f3c5ebe33824a13e7b38dc6dc2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1061,30 +1024,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:41:08 GMT", + "Date": "Tue, 13 Jun 2023 03:55:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a93d85e-8102-487a-95d4-9451413da8de", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "e98ebb75-232e-4c23-9374-19a37150762a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024108Z:7a93d85e-8102-487a-95d4-9451413da8de" + "x-ms-correlation-request-id": "99e473d9-61c5-4e6c-9c1e-87d9007621a8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "894426a5-f9ca-4197-9cdc-dd339e573d06", + "x-ms-routing-request-id": "JAPANEAST:20230613T035545Z:99e473d9-61c5-4e6c-9c1e-87d9007621a8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-c33d90391540c3e8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6e6c5be2ac950e547179ca23a5f3f121", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-e94f049605add15d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "61e3728afdafbebb7d518eec8a90adf0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1093,30 +1056,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:41:40 GMT", + "Date": "Tue, 13 Jun 2023 03:56:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72e6b4b6-645e-4630-b048-1a86d2502da4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "6239248c-3eef-40da-875a-a3a44d82f64c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024141Z:72e6b4b6-645e-4630-b048-1a86d2502da4" + "x-ms-correlation-request-id": "f4fcfe51-f6aa-4812-aa57-474b29e729e9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "d069ae9e-6abc-429b-a806-674a349bc57a", + "x-ms-routing-request-id": "JAPANEAST:20230613T035617Z:f4fcfe51-f6aa-4812-aa57-474b29e729e9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-745d5c473adaced5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1908b3ff65075bf8511c393b3954f1d6", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-a2a283777dc6780a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dcd585485609d42ffd26af1b1edb115f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1125,30 +1088,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:42:13 GMT", + "Date": "Tue, 13 Jun 2023 03:56:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc44b412-77de-4539-b650-9a30168e0182", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "befc1e24-cce2-45eb-b03d-c1e7fe5bf382", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024214Z:bc44b412-77de-4539-b650-9a30168e0182" + "x-ms-correlation-request-id": "ba296e59-d475-487b-b820-52a11b858026", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "5614eb07-52fb-4414-87ea-d95f0cd51daf", + "x-ms-routing-request-id": "JAPANEAST:20230613T035650Z:ba296e59-d475-487b-b820-52a11b858026" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-1ec19b3d51372c88-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9bf6c51baacc3e1af2c9be296962d639", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-bed2f21c94dbd43a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c6322f23d06cf53234835b9a374c5994", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1157,30 +1120,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:42:47 GMT", + "Date": "Tue, 13 Jun 2023 03:57:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f218059-044f-4a6e-92bb-9aeef5851906", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "e815c38c-7857-4731-a006-18c54e9ec31a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024248Z:3f218059-044f-4a6e-92bb-9aeef5851906" + "x-ms-correlation-request-id": "399954e1-3d4d-4fb7-9797-bdf4fe7ece19", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "bdea2315-bd07-4d70-a0e2-883f0435923f", + "x-ms-routing-request-id": "JAPANEAST:20230613T035722Z:399954e1-3d4d-4fb7-9797-bdf4fe7ece19" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-bbab25ef3d480f38-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "44c6b398ecea7c6963101c797219d41c", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-51b2910c78672611-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b3324df3910733b9430f63884da0a0a2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1189,30 +1152,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:43:20 GMT", + "Date": "Tue, 13 Jun 2023 03:57:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e501478-3158-4df9-ac33-aa1841a0f954", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "edd5c663-dd0c-4dc3-bea1-5cf9c8ae2325", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024321Z:5e501478-3158-4df9-ac33-aa1841a0f954" + "x-ms-correlation-request-id": "02825577-2285-4841-a525-943235ff5505", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "ed72b4b7-19a1-4c26-b1e3-71280a06c920", + "x-ms-routing-request-id": "JAPANEAST:20230613T035755Z:02825577-2285-4841-a525-943235ff5505" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-6d4b883d04661e83-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "df08f38755fc555498ca263da7cef1ee", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-1e0251134077a51b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5ac92e40e75d788452dfa886fb959db1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1221,30 +1184,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:43:53 GMT", + "Date": "Tue, 13 Jun 2023 03:58:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74934126-cc40-4a09-9aa1-f4167eb68a2f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "08b3b44c-4334-47aa-a7e9-11babcaef7b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024354Z:74934126-cc40-4a09-9aa1-f4167eb68a2f" + "x-ms-correlation-request-id": "4510a653-41aa-4432-be8c-0b78ad4cad83", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "e77bc57a-5829-4e25-8bb5-a62f21d9db08", + "x-ms-routing-request-id": "JAPANEAST:20230613T035827Z:4510a653-41aa-4432-be8c-0b78ad4cad83" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-4ef6d78d19d0237b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "85a20046ad8d2eec5b7a37bb8da1cbd9", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-290d91e520d7f434-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d0271bcd5da8915876fe825c6ca9a894", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1253,30 +1216,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:44:26 GMT", + "Date": "Tue, 13 Jun 2023 03:58:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b16956ef-b834-4fc2-90b6-022961ac2ffd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "206848d0-93d7-46ce-8f50-18d059bf2ed9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024426Z:b16956ef-b834-4fc2-90b6-022961ac2ffd" + "x-ms-correlation-request-id": "7a394774-b7e1-4a3a-b829-89e0a0753ef0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "64f24ffd-75fc-4f51-9e50-5f47c5bc6434", + "x-ms-routing-request-id": "JAPANEAST:20230613T035859Z:7a394774-b7e1-4a3a-b829-89e0a0753ef0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-f03aaf8451cc54d3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "76a2a1f5f65a423c5e71ab1fc52bd595", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-a67dcf64b4984aa8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "085ab9e3ff820c36c9ba6027e93238ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1285,30 +1248,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:44:59 GMT", + "Date": "Tue, 13 Jun 2023 03:59:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a52742e3-b033-4317-8b68-b8fd4cb1482e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "2e271560-dc81-4dd2-9dc2-5ced277c78c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024459Z:a52742e3-b033-4317-8b68-b8fd4cb1482e" + "x-ms-correlation-request-id": "4bb474a4-c5d9-44c2-b82a-3138534bdf14", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "66cc71a6-958b-470c-82bc-b5989da2b161", + "x-ms-routing-request-id": "JAPANEAST:20230613T035932Z:4bb474a4-c5d9-44c2-b82a-3138534bdf14" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-0b644a3a9637a35f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "72322d1f4f77da8e07d983821d98c8f7", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-56bdc085aec211c6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "32bbb171d079e2f9d537e35f64270ba9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1317,30 +1280,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:45:32 GMT", + "Date": "Tue, 13 Jun 2023 04:00:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bcc82254-6130-48a0-b708-ade6e0a53c56", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "89306380-061e-4b93-ac83-56d4eb91b4af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024532Z:bcc82254-6130-48a0-b708-ade6e0a53c56" + "x-ms-correlation-request-id": "34ed520e-ff4a-4fc3-8003-843e5a2c0845", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "04259ba2-41a5-45d6-9e09-f8727391ad3d", + "x-ms-routing-request-id": "JAPANEAST:20230613T040005Z:34ed520e-ff4a-4fc3-8003-843e5a2c0845" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-40b62f86346e1a8b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "06484dff7b2c5094c45f271c02cc6930", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-2fb4a11bef2eef6d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "41a31337943bcd2ee41a06eefc30a843", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1349,30 +1312,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:46:05 GMT", + "Date": "Tue, 13 Jun 2023 04:00:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3bdad9f-8326-44cf-90fd-83700304d155", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "dc9c06ef-e8ac-4d1b-ae9c-f179751f15fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024605Z:d3bdad9f-8326-44cf-90fd-83700304d155" + "x-ms-correlation-request-id": "09ef58be-6fdc-4195-8418-077be259331d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "5a0ae9d3-ca48-488a-aadb-eb1a7209cc5c", + "x-ms-routing-request-id": "JAPANEAST:20230613T040037Z:09ef58be-6fdc-4195-8418-077be259331d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-b94f4f68d46fa10d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5f9ca2a4596ea56112c76e8172ba25c5", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-31570e057466ee67-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bbebd4c675ed131bc077324b1bd7a7a2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1381,30 +1344,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:46:37 GMT", + "Date": "Tue, 13 Jun 2023 04:01:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "038a2a1f-c3c7-4109-966e-a0cd08de2c72", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "04d6d62e-2d1d-4b7f-9f98-4be675532c8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024638Z:038a2a1f-c3c7-4109-966e-a0cd08de2c72" + "x-ms-correlation-request-id": "d4f6eb53-b9b5-4819-85d5-7e245760c836", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "53a9fab9-8e12-405c-bc5e-1399e9beac57", + "x-ms-routing-request-id": "JAPANEAST:20230613T040110Z:d4f6eb53-b9b5-4819-85d5-7e245760c836" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-1dfa730971875422-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7820b3a8cfe3a36899e2ad172872d83b", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-aab6e0362f20d9c0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d5f0b6aef68fdd7383ed4d5ec90ae5a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1413,30 +1376,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:47:11 GMT", + "Date": "Tue, 13 Jun 2023 04:01:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "344d4b0b-1c69-409a-882f-72f555915484", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "9f106505-6537-4bfe-8d08-05712ca2190d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024711Z:344d4b0b-1c69-409a-882f-72f555915484" + "x-ms-correlation-request-id": "b1ed985b-1f15-4ebb-976a-8461a7fa1abf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "6746e9ea-ca77-494c-a685-df6751e85d51", + "x-ms-routing-request-id": "JAPANEAST:20230613T040142Z:b1ed985b-1f15-4ebb-976a-8461a7fa1abf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-76b93a39dcceba0a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7add537068fca688eba2f3640d13dd09", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-b9527d97fc535cc2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "90999f8e503cc1bcf88f81c361e2b20d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1445,30 +1408,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:47:43 GMT", + "Date": "Tue, 13 Jun 2023 04:02:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0a66bd6-e772-45c0-87b5-12f1d2451bd2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "18f914cc-6da2-4400-84a1-a8618bbbe967", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024744Z:e0a66bd6-e772-45c0-87b5-12f1d2451bd2" + "x-ms-correlation-request-id": "28a91b08-820d-457c-9bfc-059e2d2a17a0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "f116c4b2-80f9-4203-a405-9672be10cdfb", + "x-ms-routing-request-id": "JAPANEAST:20230613T040214Z:28a91b08-820d-457c-9bfc-059e2d2a17a0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-6a8342e4b5d0074d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4e73613af0abd54d3af9c68bab4a7da0", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-14cd690f8112cc5d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "46406373d340cfb3610d38ff28bc49b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1477,30 +1440,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:48:17 GMT", + "Date": "Tue, 13 Jun 2023 04:02:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd8d43b4-f6e0-437f-b1b4-7bf7a820fd86", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "0b2a2e0d-5d70-44c1-b254-2cb404e252ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024818Z:cd8d43b4-f6e0-437f-b1b4-7bf7a820fd86" + "x-ms-correlation-request-id": "d2bed86b-dd9c-4e72-a66e-b9009da71648", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "31525572-4c93-4b7c-8d4a-35414a459457", + "x-ms-routing-request-id": "JAPANEAST:20230613T040247Z:d2bed86b-dd9c-4e72-a66e-b9009da71648" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-a3a00d926044da23-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1e1033efaadd40c92a7a8c40db049685", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-68ceed39f81e9ce4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7bbd8d91173d5e66fa2fdd0075af7ba0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1509,30 +1472,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:48:50 GMT", + "Date": "Tue, 13 Jun 2023 04:03:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb4a864c-9447-4628-80f8-91f10cb75c30", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "6ad7f3b8-7564-42cf-9023-de17d7ce416d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024851Z:cb4a864c-9447-4628-80f8-91f10cb75c30" + "x-ms-correlation-request-id": "88fa71a7-9d17-4e56-b0da-3b6f55179051", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "3b101c2c-8c86-48fa-bce1-dfe3a2197b9f", + "x-ms-routing-request-id": "JAPANEAST:20230613T040320Z:88fa71a7-9d17-4e56-b0da-3b6f55179051" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-9c3f87ddb55f6b0c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c6dca4048afe7f8f06074002a1fdfaa1", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-b83be6dcdb619723-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "66ea3f3b9fc9bb64ecc92e2e18bd983b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1541,30 +1504,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:49:23 GMT", + "Date": "Tue, 13 Jun 2023 04:03:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca1a7ccd-4952-4977-8bc7-224afc6e83de", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "c8fd34eb-208e-4709-aaf4-cdf9a878bae9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024923Z:ca1a7ccd-4952-4977-8bc7-224afc6e83de" + "x-ms-correlation-request-id": "b33e9e1a-a719-4076-a40a-652c9baf7866", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "dc642da2-e4e7-489d-b4a2-fb894a73c518", + "x-ms-routing-request-id": "JAPANEAST:20230613T040352Z:b33e9e1a-a719-4076-a40a-652c9baf7866" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-31aa385d16d8be38-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d9755225bf02902b97332330640cf935", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-9e83695d742331d9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d432cb4636255ccffce24c10f6b359b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1573,30 +1536,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:49:56 GMT", + "Date": "Tue, 13 Jun 2023 04:04:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9c5bf21-05c5-4cad-963f-e64721316525", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "5ea26911-d21f-4b2e-b193-a3a51b593fd6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T024956Z:d9c5bf21-05c5-4cad-963f-e64721316525" + "x-ms-correlation-request-id": "fe4f0360-3f00-4e0a-bba0-63319dd2581f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "0c149281-cd49-488a-a13b-f6366afa543d", + "x-ms-routing-request-id": "JAPANEAST:20230613T040425Z:fe4f0360-3f00-4e0a-bba0-63319dd2581f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-578fd8f703a50f93-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "06874163b66d65a1a39117d669c79e2d", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-0d12e19c3d140f1b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e8c39792e2d2f2ec29018f73e838453c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1605,30 +1568,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:50:29 GMT", + "Date": "Tue, 13 Jun 2023 04:04:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f06d4d8c-921b-42b9-afe9-0e406211a518", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "58f5395c-afdd-488d-bdcc-d85ac84a2f6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025029Z:f06d4d8c-921b-42b9-afe9-0e406211a518" + "x-ms-correlation-request-id": "2d906992-e1d7-411f-ac0c-f944f15f2c18", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "109e730b-9cf1-4ea4-be89-95f8bd49d0db", + "x-ms-routing-request-id": "JAPANEAST:20230613T040457Z:2d906992-e1d7-411f-ac0c-f944f15f2c18" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-457dc0fddd0db18d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "881beb7fbc8f4482784c2fcb665e1bfa", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-162578e11651e556-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aab9a196a67d057a6f8e6ae75353c538", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1637,30 +1600,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:51:02 GMT", + "Date": "Tue, 13 Jun 2023 04:05:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf129e44-e1f4-4bc2-988a-2e379c996719", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "1ffc54f4-339d-4816-a0d0-070a668d7242", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025102Z:bf129e44-e1f4-4bc2-988a-2e379c996719" + "x-ms-correlation-request-id": "7124d28f-5f0b-4e4c-9e86-bfa15fe7138e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "358e9914-534d-43d2-acaa-93cba8ef4d1c", + "x-ms-routing-request-id": "JAPANEAST:20230613T040530Z:7124d28f-5f0b-4e4c-9e86-bfa15fe7138e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-830e3735f6de7acc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "609e0b0df3756e33b1103671a85527cf", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-c81e8bfaa9dfa902-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "809b7d70b0f96469df40ab23a65c74c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1669,30 +1632,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:51:34 GMT", + "Date": "Tue, 13 Jun 2023 04:06:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5240460-6b5a-4e4d-8e10-e097da8c4437", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "41a8608e-5fd5-4938-a6f1-b993a955d1fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025135Z:b5240460-6b5a-4e4d-8e10-e097da8c4437" + "x-ms-correlation-request-id": "dc2cf863-300c-43c8-83bd-62188b2d89e5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "a74a32d3-915f-4b01-9808-c00e64f09c2b", + "x-ms-routing-request-id": "JAPANEAST:20230613T040602Z:dc2cf863-300c-43c8-83bd-62188b2d89e5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-6f91ef2d61e3c8b2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "78b0f59471f1a7a6be428e2187d6fe45", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-b8d75d8bed43d8b2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "547a0f9caffaeb341dbe794378049ed5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1701,30 +1664,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:52:07 GMT", + "Date": "Tue, 13 Jun 2023 04:06:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f9eb117-dbe0-42cb-b87f-ddeaa5a3e495", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "b7da026e-521f-44b6-bc2b-ce59acdb40c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025208Z:9f9eb117-dbe0-42cb-b87f-ddeaa5a3e495" + "x-ms-correlation-request-id": "53579239-41b3-4403-81e8-9a6fc4d53764", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "a476ebd2-4b02-487b-ade2-2807b1ff1500", + "x-ms-routing-request-id": "JAPANEAST:20230613T040634Z:53579239-41b3-4403-81e8-9a6fc4d53764" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-8b289ae3d21e342d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5ec81d763e288cb7b8acd77f86119c22", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-f3ab00f1d227632e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6b03573cc59de6423855ca3dfb565e13", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1733,30 +1696,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:52:40 GMT", + "Date": "Tue, 13 Jun 2023 04:07:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73005502-5743-48e5-bbbf-fd5b1e1e344d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "97b0bb39-3a5e-47ec-a99a-4c2d562d77a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025240Z:73005502-5743-48e5-bbbf-fd5b1e1e344d" + "x-ms-correlation-request-id": "1f390512-42e5-4cae-a030-af33ca13c0b9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "98c185eb-5a42-4eec-9501-ba9d7d3cca72", + "x-ms-routing-request-id": "JAPANEAST:20230613T040707Z:1f390512-42e5-4cae-a030-af33ca13c0b9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-1a8a8fbe0d8c0c43-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "71375f25a2ad9c0864f7a1336511e6db", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-2cf756f55d63b47d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "434ba61a70d9c03d48af633b3726ebda", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1765,30 +1728,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:53:13 GMT", + "Date": "Tue, 13 Jun 2023 04:07:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f3d3651-6d2b-4a42-9598-2c6eb9e07e1b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "3385d97b-df0a-417c-ba94-eb1eb4bb5fc8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025313Z:3f3d3651-6d2b-4a42-9598-2c6eb9e07e1b" + "x-ms-correlation-request-id": "05878d1c-b379-4efd-ac33-09fee99deaad", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "6fa49644-3605-4e6b-b4d8-79c30d4e35c6", + "x-ms-routing-request-id": "JAPANEAST:20230613T040739Z:05878d1c-b379-4efd-ac33-09fee99deaad" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-b2c29d693bfc3365-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8bfaf011c88c55a73d24c044992721ac", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-9d89357ec069c24a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4fe6d5a10858d726cc941ca5e5f7f0c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1797,30 +1760,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:53:46 GMT", + "Date": "Tue, 13 Jun 2023 04:08:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87402689-ece5-4831-b247-28af71b0092e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "335818f6-9d5c-4bdd-9542-f0f28c312641", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025347Z:87402689-ece5-4831-b247-28af71b0092e" + "x-ms-correlation-request-id": "066a4fc7-7562-4b03-b505-326cccb15369", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "0df16934-5ba2-438e-bc71-79e100c84898", + "x-ms-routing-request-id": "JAPANEAST:20230613T040812Z:066a4fc7-7562-4b03-b505-326cccb15369" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-842fec70f038257f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "27fc6ba68d9ed397152cf9309c8427a7", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-be8a0c23e6ebed8d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d22865605ab9ccfb194322ee6207af12", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1829,30 +1792,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:54:20 GMT", + "Date": "Tue, 13 Jun 2023 04:08:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75eed76b-6710-4b58-a2e1-611764094403", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "27c23180-131f-429f-85d7-536285d6a58d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025420Z:75eed76b-6710-4b58-a2e1-611764094403" + "x-ms-correlation-request-id": "bd739a4c-329f-449e-92bf-dc5316df1c98", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "7411baae-9d28-42ee-89d1-c0adc7a76886", + "x-ms-routing-request-id": "JAPANEAST:20230613T040844Z:bd739a4c-329f-449e-92bf-dc5316df1c98" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-9ebcf211b37f1b0b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "956dfcc610165c95b8e13388e2c3023d", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-e4b78c6aba344cde-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "269bef690f7011bb7f7476455398db51", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1861,30 +1824,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:54:52 GMT", + "Date": "Tue, 13 Jun 2023 04:09:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33880a5f-c807-4f91-a6c0-10740fd3fcb7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "06838adc-eccd-40e3-b334-2393b9e164fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025453Z:33880a5f-c807-4f91-a6c0-10740fd3fcb7" + "x-ms-correlation-request-id": "1ec83831-3f5f-4b1b-85d7-88aab3bc9b9a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "33c25940-2e97-466b-839b-5164c46550ff", + "x-ms-routing-request-id": "JAPANEAST:20230613T040916Z:1ec83831-3f5f-4b1b-85d7-88aab3bc9b9a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-5af1436c2837fccb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f98df4d6be14843c5926765fce76b9b9", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-c279f1b545afadfe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d1db9cbf19fd4621d91a3515e63874c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1893,30 +1856,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:55:25 GMT", + "Date": "Tue, 13 Jun 2023 04:09:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a41367e6-1e1c-4bc7-8cdf-be5208052735", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "475512a2-dcfb-436c-b262-93e630501961", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025526Z:a41367e6-1e1c-4bc7-8cdf-be5208052735" + "x-ms-correlation-request-id": "0beaf279-54b6-437d-a86d-8f29f351f4f2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "3d113691-c276-451e-a359-7da02f9f2a9e", + "x-ms-routing-request-id": "JAPANEAST:20230613T040949Z:0beaf279-54b6-437d-a86d-8f29f351f4f2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-eaf3af5d18447bbe-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9c7e18fd8bb99596d5a06fbc5a0ef151", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-2a8bf42758567d5b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f53b0ae4c95b5156aa175245e3b67881", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1925,30 +1888,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:55:58 GMT", + "Date": "Tue, 13 Jun 2023 04:10:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39ae7127-3bfc-4abf-ae0d-aa73ec3ce038", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "66556961-c3a1-4ab2-8cff-ebeac2b114ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025558Z:39ae7127-3bfc-4abf-ae0d-aa73ec3ce038" + "x-ms-correlation-request-id": "4e25e459-e1c7-474f-b7b9-60c3fde61143", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "ad8c105c-1e85-444f-bd3e-b4ecf6af45eb", + "x-ms-routing-request-id": "JAPANEAST:20230613T041021Z:4e25e459-e1c7-474f-b7b9-60c3fde61143" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-7817ad8f860db74d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a75abc292df70792c0e83bf09a368d41", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-28a983f0afe08920-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c52ed168dd2b4f14ce554c55d9a52b47", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1957,30 +1920,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:56:31 GMT", + "Date": "Tue, 13 Jun 2023 04:10:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a0816fd-b243-42cd-93b1-0ae2b78518e4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "1a5ce831-12ed-4b63-a8f5-a4d60d7a47c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025632Z:4a0816fd-b243-42cd-93b1-0ae2b78518e4" + "x-ms-correlation-request-id": "198b4026-16d7-479c-aead-da19b9c5bfd9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "afa6e745-bbc1-4475-8313-33ddff254608", + "x-ms-routing-request-id": "JAPANEAST:20230613T041054Z:198b4026-16d7-479c-aead-da19b9c5bfd9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-b9d9e9dca166b828-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c98b792866444a835ef823744f7f2a4b", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-61e8588b2974e1af-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4960b1ffe55cf5f5468a26e5c7dc6223", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1989,71 +1952,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:57:04 GMT", + "Date": "Tue, 13 Jun 2023 04:11:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c7a7284-002d-4320-b962-e1c3cdf3fcce", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "956921d2-f904-46d6-bf8c-4d5be015a86f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025704Z:8c7a7284-002d-4320-b962-e1c3cdf3fcce" + "x-ms-correlation-request-id": "d77ad115-da6a-4fbd-b688-4b454295c73e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "dae0fce3-b999-4ba4-b7a5-c6d8c15b3a69", + "x-ms-routing-request-id": "JAPANEAST:20230613T041127Z:d77ad115-da6a-4fbd-b688-4b454295c73e" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-45cbc0434f804dbcf1fa70eca36b0903-2dbd40e3998ec532-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "12352435111bcfc18676dcd050a6fa9f", + "traceparent": "00-e0bfdf590c81fb0d80fb9483b3546d03-670aa59f79d9e5ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "14acb4a2af090699f5ec26067d007704", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2084", + "Content-Length": "2114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 02:57:05 GMT", + "Date": "Tue, 13 Jun 2023 04:11:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70f34dd7-4c9e-40b2-86cb-7292c758db4f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "79188d0d-c742-4c81-9938-e8c7e2ba810b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T025705Z:70f34dd7-4c9e-40b2-86cb-7292c758db4f" + "x-ms-correlation-request-id": "cefe1514-c23a-4e4a-aba0-058c978ff782", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "92708578-7adc-4177-9402-8eeafcc3a26e", + "x-ms-routing-request-id": "JAPANEAST:20230613T041127Z:cefe1514-c23a-4e4a-aba0-058c978ff782" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8279/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2651/providers/Microsoft.HDInsight/clusters/hdisdk-sparkcomponentversions", "name": "hdisdk-sparkcomponentversions", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "88996e9e-9f61-4275-a64c-b835f0104c84", + "location": "Japan East", + "etag": "167982aa-ab52-4db2-b4cb-b5010c0cf011", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/spark-4.0.3000.1.2304280205.json", "kind": "Spark", "componentVersion": { "Spark": "2.4" } }, - "clusterId": "9da6352146184283becd43a85af8ad73", + "clusterId": "da6f06af7d864b08824d1c920d635184", "computeProfile": { "roles": [ { @@ -2099,7 +2062,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-06T02:31:38.987", + "createdDate": "2023-06-13T03:47:02.857", "quotaInfo": { "coresUsed": 20 }, @@ -2124,14 +2087,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster1735.blob.core.windows.net", + "name": "azstorageforcluster4430.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4835", + "container": "container3597", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2149,9 +2113,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "2095321573", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "537709079", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithAdditionalStorageAccount.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithAdditionalStorageAccount.json index 59e3f6dedcc2..aa749ddaa4df 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithAdditionalStorageAccount.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithAdditionalStorageAccount.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-962e5697bf0a831064e2da95194fe9b7-5728e587f7f4e6fd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "806ad318261311dd2861d11e767d47f6", + "traceparent": "00-79482ec2e41c68c8f88ef0eddb8f89c6-e0ea7bcc986fbeff-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "324622342719ace37231a882b15c8043", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:16:43 GMT", + "Date": "Mon, 12 Jun 2023 12:36:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70257b34-25a2-47b7-9356-1b68428f3634", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "70257b34-25a2-47b7-9356-1b68428f3634", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161644Z:70257b34-25a2-47b7-9356-1b68428f3634" + "x-ms-correlation-request-id": "a574ed4c-0565-4b82-aee2-6b09129fe497", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "a574ed4c-0565-4b82-aee2-6b09129fe497", + "x-ms-routing-request-id": "JAPANEAST:20230612T123624Z:a574ed4c-0565-4b82-aee2-6b09129fe497" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-6944?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-909?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-362db571a1bdd063046a5bfd05f47984-f079540adf60e5f1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6655b4df35116d3afd61a334b0a6b7dd", + "traceparent": "00-ed2b5e9530b669fa03b27a884d6f672f-ffb3e28cf96ce214-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "198e0ae08760e8e8eec1259a9604ef52", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "230", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:16:45 GMT", + "Date": "Mon, 12 Jun 2023 12:36:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2cc2676-4b88-4e71-9823-4b9620a963f0", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "d2cc2676-4b88-4e71-9823-4b9620a963f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161646Z:d2cc2676-4b88-4e71-9823-4b9620a963f0" + "x-ms-correlation-request-id": "18fb3882-f40a-437d-b617-3c12c0daf9f0", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "18fb3882-f40a-437d-b617-3c12c0daf9f0", + "x-ms-routing-request-id": "JAPANEAST:20230612T123624Z:18fb3882-f40a-437d-b617-3c12c0daf9f0" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944", - "name": "HDInsightRG-6944", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909", + "name": "HDInsightRG-909", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1240", + "Content-Length": "1243", "Content-Type": "application/json", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-6cbe9a1f8a7eb3b9-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "026d864bfd2e8556620b31dfb5d04561", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-e4a0f6b87b0b9f54-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "da506a908e0f48e61a8fecce5f8c73dc", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,15 +168,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6010.blob.core.windows.net", + "name": "azstorageforcluster7319.blob.core.windows.net", "isDefault": true, - "container": "container8737", + "container": "container3433", "key": "Sanitized" }, { - "name": "azstorageforcluster60102.blob.core.windows.net", + "name": "azstorageforcluster73192.blob.core.windows.net", "isDefault": false, - "container": "container87372", + "container": "container34332", "key": "Sanitized" } ] @@ -194,30 +188,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "2019", + "Content-Length": "2075", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:17:40 GMT", - "ETag": "\u0022eff00f30-29ee-450c-b142-ff774fea9a12\u0022", + "Date": "Mon, 12 Jun 2023 12:37:19 GMT", + "ETag": "\u00221d8332e9-6232-4666-a80d-5ef1f3ab0c63\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd8a0090-ff39-4de2-9b6d-939f6d37b196", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1182", - "x-ms-request-id": "5cd43d0a-7b91-4b62-9371-5db9c969c6f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161741Z:cd8a0090-ff39-4de2-9b6d-939f6d37b196" + "x-ms-correlation-request-id": "ed5ee96b-890c-498f-8c9f-187db9bc1f80", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-request-id": "80b36d1a-6a29-4f75-85c6-9eef73856710", + "x-ms-routing-request-id": "JAPANEAST:20230612T123720Z:ed5ee96b-890c-498f-8c9f-187db9bc1f80" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional", "name": "hdisdk-additional", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "eff00f30-29ee-450c-b142-ff774fea9a12", + "location": "Japan East", + "etag": "1d8332e9-6232-4666-a80d-5ef1f3ab0c63", "tags": { "key0": "value0" }, @@ -226,13 +220,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "30cdf2739fad4edb9d0425e85bf75eb9", + "clusterId": "00add7bc1b3d4853a8dc5536992b7eb4", "computeProfile": { "roles": [ { @@ -278,7 +272,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T16:17:40.043", + "createdDate": "2023-06-12T12:37:19.443", "quotaInfo": { "coresUsed": 20 }, @@ -289,25 +283,27 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6010.blob.core.windows.net", + "name": "azstorageforcluster7319.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container8737", + "container": "container3433", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null }, { - "name": "azstorageforcluster60102.blob.core.windows.net", + "name": "azstorageforcluster73192.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container87372", + "container": "container34332", "saskey": null, "isDefault": false, + "enableSecureChannel": null, "fileshare": null } ] @@ -324,109 +320,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-a2f8f167f44ef10a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e7f1247d42e5f21affada9745edd0691", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:17:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fbbca644-67cf-4ffc-8c50-7325c92762be", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "baaf79a3-d2eb-41ac-bb34-6bc51ba885cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161742Z:fbbca644-67cf-4ffc-8c50-7325c92762be" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-863fb6405f0e7570-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c46aceff63ac7f5928932fe810e1e29d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:17:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0bcf7b3-5b92-418a-83dc-c1e7a005828b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "b6c99e67-baec-40a7-9e32-b6b6c6bf4883", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161744Z:f0bcf7b3-5b92-418a-83dc-c1e7a005828b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-131a28b12adfec22-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "916278a15ede887cb6e667ca22e97bf5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:17:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1fac53d-5475-4693-a2e6-4fd9cfbdfb24", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "7b4e1014-34aa-4f9e-966e-16714981b05e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161746Z:d1fac53d-5475-4693-a2e6-4fd9cfbdfb24" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-9ce6c8631b63b4fb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d4765b3fa55a190dca72be511331e11e", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-0f24ac6c27fdcfe8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8b9a28453fafcbc8882944bb35dc16a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -435,30 +335,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:17:48 GMT", + "Date": "Mon, 12 Jun 2023 12:37:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fec78255-fe94-475b-819b-aa3ca066d9e2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "51356d49-5652-458c-b742-73b59d2b2484", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161748Z:fec78255-fe94-475b-819b-aa3ca066d9e2" + "x-ms-correlation-request-id": "76acdfbd-20b7-4de8-807b-7f12902b0e6d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "40e9290b-0707-4ba6-b624-4d3008a519ef", + "x-ms-routing-request-id": "JAPANEAST:20230612T123720Z:76acdfbd-20b7-4de8-807b-7f12902b0e6d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-83cf9fccca42e06b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e5d30cca757aa0b251e20ec5fc8f5c3e", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-5308646a420513e0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5c6d5b83d1f0cf0f92bf2fc4bc5adc8b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -467,30 +367,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:17:51 GMT", + "Date": "Mon, 12 Jun 2023 12:37:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d43e5f2-c263-48bb-be24-49cb81393d2c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "bdaf986b-f6e6-4477-a367-da17ab587526", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161751Z:5d43e5f2-c263-48bb-be24-49cb81393d2c" + "x-ms-correlation-request-id": "176bbb36-9636-48d1-9e21-00bae2de0de6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "a6a07d74-2d24-4428-bd20-c8a584e4d37b", + "x-ms-routing-request-id": "JAPANEAST:20230612T123721Z:176bbb36-9636-48d1-9e21-00bae2de0de6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-ba06a4f5939d45da-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b5a939170e6afb426b49c66c9f2b7584", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-015d7a2686e892f5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "36898ccee8f2342c15dc1ae77c1c5bcd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -499,30 +399,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:17:55 GMT", + "Date": "Mon, 12 Jun 2023 12:37:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb786fde-acf4-47a4-8d73-dd4d26761918", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "9fc8ed8d-a7c9-4e19-b066-a41d88b756d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161755Z:bb786fde-acf4-47a4-8d73-dd4d26761918" + "x-ms-correlation-request-id": "b7460a79-c3e6-41e1-8a57-650b9ea7344a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "61815815-1d43-4c67-ae42-2253120781c4", + "x-ms-routing-request-id": "JAPANEAST:20230612T123723Z:b7460a79-c3e6-41e1-8a57-650b9ea7344a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-4115762600259487-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "16ff49059516ca7ba8d6827897471d3b", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-432fd12062fa639a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "10072b346422736f18cbf8ef0f040f2d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -531,30 +431,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:18:04 GMT", + "Date": "Mon, 12 Jun 2023 12:37:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d26854f4-f4bd-4612-9b55-4fa2a01803be", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "88491647-43c7-49ee-bf40-337a45cc2647", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161804Z:d26854f4-f4bd-4612-9b55-4fa2a01803be" + "x-ms-correlation-request-id": "391facbf-c529-4afb-a55d-e649de4d2b52", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "3442d163-86bd-4f26-a0d0-6583824cdbf8", + "x-ms-routing-request-id": "JAPANEAST:20230612T123724Z:391facbf-c529-4afb-a55d-e649de4d2b52" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-c50a5663426e5200-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d93980162c88bbb3c9d77a31ae460126", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-89adc76c3efd1be7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a8ecb94cdf539bb32e384713b6285276", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -563,30 +463,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:18:21 GMT", + "Date": "Mon, 12 Jun 2023 12:37:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c72c02fa-fa86-44aa-adcc-fd79f1ecbe69", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "71ca7406-3372-4d00-93ce-540099e1938e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161821Z:c72c02fa-fa86-44aa-adcc-fd79f1ecbe69" + "x-ms-correlation-request-id": "d2227bd5-ffc8-44c2-9ba7-9aae7029191b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "096eeff5-cbb4-4c38-a3dd-972a9d2abec3", + "x-ms-routing-request-id": "JAPANEAST:20230612T123726Z:d2227bd5-ffc8-44c2-9ba7-9aae7029191b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-e58c11b90c503bbf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b2c08a6c458f8227bedf0c948cc96423", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-f3d3d20ee7b11a0c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "90906263cc526a691c151d27ef3c2411", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -595,30 +495,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:18:54 GMT", + "Date": "Mon, 12 Jun 2023 12:37:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53d21989-0b37-4829-8d67-d5c916f5b5e6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "c007f6ac-c4be-4276-a5a4-9fa2d38df015", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161854Z:53d21989-0b37-4829-8d67-d5c916f5b5e6" + "x-ms-correlation-request-id": "6c4579c3-65bc-4af7-a1fc-ee7f9faf324b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "3c2dddbc-06ff-43dd-afd6-a0a768b0ffa1", + "x-ms-routing-request-id": "JAPANEAST:20230612T123731Z:6c4579c3-65bc-4af7-a1fc-ee7f9faf324b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-0e9f2b99036145bb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1e558b2c9bf1d8fc95444c3e1b491b62", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-7eb63f06dd13258b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c29aedcdb22f5479776be1e91d5bbdf0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -627,30 +527,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:19:25 GMT", + "Date": "Mon, 12 Jun 2023 12:37:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c3c2d70-cc04-4054-bdb3-8fa1c433bb51", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "202333c7-8a0d-4ae4-bad1-807c87537d6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161926Z:7c3c2d70-cc04-4054-bdb3-8fa1c433bb51" + "x-ms-correlation-request-id": "c5ce8d57-9b2a-4354-99cb-0e16f4aaa49c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "a77d1df3-0fcb-4d59-a402-95ab092a75e0", + "x-ms-routing-request-id": "JAPANEAST:20230612T123739Z:c5ce8d57-9b2a-4354-99cb-0e16f4aaa49c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-b8e3da576962ef6d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0c0b5bd46a86d0ab58b71ba91f1f2f00", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-71aa78761d3cadbc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ad8b82787e737fda50828c3dc28cacf1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -659,30 +559,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:19:58 GMT", + "Date": "Mon, 12 Jun 2023 12:37:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1908b018-2e01-4517-82d4-3c1d1362ec97", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "b7a3da47-975d-45a7-83f7-01a41a3f388c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T161959Z:1908b018-2e01-4517-82d4-3c1d1362ec97" + "x-ms-correlation-request-id": "f8d1404d-29dd-4996-b406-1728edd87e29", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "6592ea07-1290-4dc1-8265-37c7b7dd181d", + "x-ms-routing-request-id": "JAPANEAST:20230612T123755Z:f8d1404d-29dd-4996-b406-1728edd87e29" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-d6f0235749a7805e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "23055673e2f0d1358ee71d4bf8e96774", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-6836d17b388d6ac2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c94635138f8db146e83b19e6eb7f4cc0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -691,30 +591,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:20:31 GMT", + "Date": "Mon, 12 Jun 2023 12:38:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f582702-62ba-4245-aebd-9a8c8abd1b84", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "1daeda91-3a9f-4580-ae74-dc7601ee8dc8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162032Z:8f582702-62ba-4245-aebd-9a8c8abd1b84" + "x-ms-correlation-request-id": "48b472e7-c0b8-42dc-ba30-ad62017a89b6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "30308739-cd31-4d6e-ba55-5088128d8682", + "x-ms-routing-request-id": "JAPANEAST:20230612T123828Z:48b472e7-c0b8-42dc-ba30-ad62017a89b6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-e5be7d3d2805b59b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "30bfaac357bdc19ddf85c6398052b975", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-f95b4a8cb161eb98-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6dae2d5877b04f9d121a72ad263c92eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -723,30 +623,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:21:05 GMT", + "Date": "Mon, 12 Jun 2023 12:39:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00294ce1-f546-48f9-bcfd-f17f8b31b46d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "ad922c0b-c756-4602-9de1-69058b3066f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162105Z:00294ce1-f546-48f9-bcfd-f17f8b31b46d" + "x-ms-correlation-request-id": "90a4e137-a625-4edf-9600-bd133afe7648", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "a3a49a8a-1a53-4054-b5c7-e30f310e1fe8", + "x-ms-routing-request-id": "JAPANEAST:20230612T123900Z:90a4e137-a625-4edf-9600-bd133afe7648" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-35f67b35b3256ae1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c4ca4c14f844f271263a7e9e4d60d76f", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-9dd6dcdd5380968c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e7d5efbff415e9623bdac53865f494d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -755,30 +655,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:21:38 GMT", + "Date": "Mon, 12 Jun 2023 12:39:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3293c4bf-3210-435f-bdda-b2fe81bb79a0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "3783378f-a3b0-4e26-a7d5-eb3626a08c3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162138Z:3293c4bf-3210-435f-bdda-b2fe81bb79a0" + "x-ms-correlation-request-id": "b4655ebe-fc19-430c-82fc-18e227ca8c5b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "79835f82-b49a-4ba0-90cc-4b46a3dbd5fd", + "x-ms-routing-request-id": "JAPANEAST:20230612T123932Z:b4655ebe-fc19-430c-82fc-18e227ca8c5b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-563696d512a1d20c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "75e5a650ff601b42b943446b1cfb503b", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-8ed77529249f7bf3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "94e5cb353ede9c4098f6b6721c998aac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -787,30 +687,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:22:11 GMT", + "Date": "Mon, 12 Jun 2023 12:40:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7f24d13-f966-4551-b456-dd16321a1c23", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "28c4bbd0-25b6-4808-882d-c722e2a71de7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162211Z:a7f24d13-f966-4551-b456-dd16321a1c23" + "x-ms-correlation-request-id": "1ae78745-cb1b-40a9-8f6c-5ec59a004777", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "185883df-8642-4134-9900-20cc90c8d4a5", + "x-ms-routing-request-id": "JAPANEAST:20230612T124005Z:1ae78745-cb1b-40a9-8f6c-5ec59a004777" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-9789510d6e30381b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ab36a72ea21ecb3039cc0a83d8fe747e", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-467f2ef6e3abdb01-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fb272ea965a964abcac531d6b265ea1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -819,30 +719,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:22:43 GMT", + "Date": "Mon, 12 Jun 2023 12:40:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bec05479-24b8-4a13-86a1-e763223a9cb3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "3f435b13-7d81-4a17-80ba-44ad1c055588", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162244Z:bec05479-24b8-4a13-86a1-e763223a9cb3" + "x-ms-correlation-request-id": "afdd92d9-f033-48a3-b107-ca928defd104", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "f09952db-a019-4929-9c15-a0ce6f8c3e49", + "x-ms-routing-request-id": "JAPANEAST:20230612T124037Z:afdd92d9-f033-48a3-b107-ca928defd104" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-ee33503c66366c09-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d9e956ad446d15150aaf0b00b405d62a", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-26c119cb1523f600-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5b77a186fd56800cae394f1e3df0cca2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -851,30 +751,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:23:16 GMT", + "Date": "Mon, 12 Jun 2023 12:41:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06fe7252-73f7-4564-a638-3c1f4e6b5dc6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "f0b9ae20-22cd-4386-b91d-7a82b83433bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162316Z:06fe7252-73f7-4564-a638-3c1f4e6b5dc6" + "x-ms-correlation-request-id": "6b09128a-acfe-4aa6-8b46-addceb648302", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "650dbc52-291f-435c-874d-3b9f339bc6b2", + "x-ms-routing-request-id": "JAPANEAST:20230612T124110Z:6b09128a-acfe-4aa6-8b46-addceb648302" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-618c25f3972a2ffd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a67043ea2b29ad50761a3b93f4be43ba", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-af3b6ac2ff7c9d34-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "378f184f98ccd0262080ca190d6ae932", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -883,30 +783,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:23:49 GMT", + "Date": "Mon, 12 Jun 2023 12:41:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eebc237a-4337-45c9-b217-eaf0a0219361", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "c24513aa-17ab-472e-8eeb-935af9700c7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162349Z:eebc237a-4337-45c9-b217-eaf0a0219361" + "x-ms-correlation-request-id": "eeff99d4-6931-47af-b9a4-e1cef5aaff25", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "ffa630c9-a105-4602-9148-aa7d76c65090", + "x-ms-routing-request-id": "JAPANEAST:20230612T124142Z:eeff99d4-6931-47af-b9a4-e1cef5aaff25" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-cc3ef8bc762b79b3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c5bec5cf7712eacd9121a16f972f1633", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-f87a092a1059568e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7bec980c2f21ab5521a64c70168c27da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -915,30 +815,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:24:22 GMT", + "Date": "Mon, 12 Jun 2023 12:42:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c346b00-1dc8-4a2a-9d45-4544934a655a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "fd4e35ad-494a-4755-a17a-bc1976ef51ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162423Z:1c346b00-1dc8-4a2a-9d45-4544934a655a" + "x-ms-correlation-request-id": "455ae5f9-768d-4b19-940a-dc2103e15cf6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "2c9f50e9-9105-4b20-b264-b877430eacd1", + "x-ms-routing-request-id": "JAPANEAST:20230612T124214Z:455ae5f9-768d-4b19-940a-dc2103e15cf6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-f128d1d66082e8ec-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9499dff6ce8e8154063b63530882204b", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-70c06cc5a2604068-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "99868ef9b3d6ed517ba73bd632f37344", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -947,30 +847,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:24:56 GMT", + "Date": "Mon, 12 Jun 2023 12:42:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a0e9e97-28af-4980-93cb-8d01d00b08df", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "4b70b300-4914-4bfe-905e-d781b62e0467", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162456Z:9a0e9e97-28af-4980-93cb-8d01d00b08df" + "x-ms-correlation-request-id": "7bd96825-417a-4023-a534-6453378fa643", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "6bd48c6a-9c98-49d8-b712-28cdadd8ef29", + "x-ms-routing-request-id": "JAPANEAST:20230612T124247Z:7bd96825-417a-4023-a534-6453378fa643" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-bd7681f35401c8c4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ee30506b11477318768514088ae01646", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-cf32e46bb4582ed0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a4121c5051032081c3e315264bb6b993", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -979,30 +879,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:25:28 GMT", + "Date": "Mon, 12 Jun 2023 12:43:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81240d3d-b3f1-45f5-8815-c37ef5c6bef0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "6ae42a4d-1ab4-43cf-b1b7-3ca1955a4896", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162529Z:81240d3d-b3f1-45f5-8815-c37ef5c6bef0" + "x-ms-correlation-request-id": "1b33fc1f-af14-4e54-a928-c50003965408", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "888678b6-189b-4ad8-b29e-d7a3f9fa05f8", + "x-ms-routing-request-id": "JAPANEAST:20230612T124319Z:1b33fc1f-af14-4e54-a928-c50003965408" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-3388dfe35d09a2d0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "149d0703ae25012c703cbed6137ae20e", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-bd102d28a678ba09-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e1ff0594fe4595c47feff7af47f782d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1011,30 +911,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:26:01 GMT", + "Date": "Mon, 12 Jun 2023 12:43:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85f132f9-e1e7-4965-8981-dc99d2c16e70", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "3dc95402-46a9-42cf-aa89-c4f9d71e82fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162602Z:85f132f9-e1e7-4965-8981-dc99d2c16e70" + "x-ms-correlation-request-id": "90ea2d20-5089-47a0-9c16-f4a21367dbbb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "7c4d6d98-92f0-4197-b76f-9b937d1fcaf3", + "x-ms-routing-request-id": "JAPANEAST:20230612T124351Z:90ea2d20-5089-47a0-9c16-f4a21367dbbb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-dbdfc8f8cffaba46-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4603550128ffe5ecc7261e08b94cf725", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-662a7d12554cac75-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fa1f0833837aa7d60d65d6f29d2ba1c4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1043,30 +943,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:26:34 GMT", + "Date": "Mon, 12 Jun 2023 12:44:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39221316-d1e7-40a5-9a54-5beb63b8194b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "0a76c030-3fd2-4111-93d5-e0b49f619a81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162634Z:39221316-d1e7-40a5-9a54-5beb63b8194b" + "x-ms-correlation-request-id": "e4b232a4-bf44-4ac3-93ff-36fd5a9f091b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "7aa02ae9-d06b-4ceb-9b0d-fdf96cef1f6d", + "x-ms-routing-request-id": "JAPANEAST:20230612T124424Z:e4b232a4-bf44-4ac3-93ff-36fd5a9f091b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-4b28195a8a837315-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "004f1c240be5bd26232e7e0a52415ffb", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-e4dbccf0c0e89512-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "427ca7edf4d3005fbfb85c0551062c44", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1075,30 +975,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:27:06 GMT", + "Date": "Mon, 12 Jun 2023 12:44:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cbddb437-126d-48ea-979c-c67df340ef2f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "019851c8-c598-479c-88d4-99c9f84a213c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162707Z:cbddb437-126d-48ea-979c-c67df340ef2f" + "x-ms-correlation-request-id": "a2be0f22-154a-44a6-a676-1009d17553ae", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "2c794ceb-3f6b-4ab1-ac2f-28fbb4de310d", + "x-ms-routing-request-id": "JAPANEAST:20230612T124456Z:a2be0f22-154a-44a6-a676-1009d17553ae" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-cbd6584cd473f1a2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "350706a3cfdcdb471bb74dff8f244824", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-fb72752fd8e916f9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "43f3e86bbf96d6191a77717e796abc1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1107,30 +1007,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:27:39 GMT", + "Date": "Mon, 12 Jun 2023 12:45:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5b08062-fe95-41dc-8340-d43340ebdb07", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "2b951d87-8efa-4cb3-bc67-4693eddc8e2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162740Z:b5b08062-fe95-41dc-8340-d43340ebdb07" + "x-ms-correlation-request-id": "0cdda22a-15fe-4b8d-a04b-952b99a2295b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "3f6c23f6-9ea6-40bb-97f0-6647be1f3b5d", + "x-ms-routing-request-id": "JAPANEAST:20230612T124529Z:0cdda22a-15fe-4b8d-a04b-952b99a2295b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-4ab65aecabd3f1a4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f7b19945e12af5292f4623d0aae19285", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-0472f2d05a87ea0a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4c8d3b5c36023e59a91f3ac126d05606", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1139,30 +1039,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:28:12 GMT", + "Date": "Mon, 12 Jun 2023 12:46:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec35d680-dd99-47c3-b634-bbf7189b48a1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "b4a912bc-6aaa-4f0d-9642-1a2216c0b83e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162813Z:ec35d680-dd99-47c3-b634-bbf7189b48a1" + "x-ms-correlation-request-id": "71af1b5e-8087-4000-9030-1182a2882ec5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "8d5da040-cb60-4c26-8fc5-af2de4927317", + "x-ms-routing-request-id": "JAPANEAST:20230612T124601Z:71af1b5e-8087-4000-9030-1182a2882ec5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-f14da6da624fe191-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b36422c7c2455548d474e52dbe262dff", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-4ca131113786dac0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b58791395e372d2d8da6285b82e18655", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1171,30 +1071,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:28:45 GMT", + "Date": "Mon, 12 Jun 2023 12:46:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9e89e13-45f3-4df5-8094-4c50eccef873", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "cbe3e8bc-0bb2-4bc9-8912-7927ccadbabd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162846Z:b9e89e13-45f3-4df5-8094-4c50eccef873" + "x-ms-correlation-request-id": "1030e03a-628f-42c8-b463-529cd9730948", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "c463417a-69f5-4eb4-8821-56db431a39c6", + "x-ms-routing-request-id": "JAPANEAST:20230612T124633Z:1030e03a-628f-42c8-b463-529cd9730948" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-e7c2cf2053deabba-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b8c55ae66790c2d1dd110596ac763139", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-00b38f779237186a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "15a840fbe07935428eb499778557b049", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1203,30 +1103,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:29:18 GMT", + "Date": "Mon, 12 Jun 2023 12:47:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4953d3af-b8e7-44a1-8c62-e67ac16a67a6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "97a5beac-57ca-489c-839b-e638c4f7c958", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162918Z:4953d3af-b8e7-44a1-8c62-e67ac16a67a6" + "x-ms-correlation-request-id": "12511638-255a-4123-9bad-8608766afff6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "c019ce4b-0bd2-4fa3-89a1-3cf4470c9fe3", + "x-ms-routing-request-id": "JAPANEAST:20230612T124706Z:12511638-255a-4123-9bad-8608766afff6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-797a09071a94f336-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6d38c72595bf83de505c22b5fcfb3608", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-4abf2ea50d849827-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e8456a2107e3fde40d5fbe5b0dfdbbc7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1235,30 +1135,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:29:51 GMT", + "Date": "Mon, 12 Jun 2023 12:47:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37df24fd-ec2c-4b14-ad5d-efb9a5d46775", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "ee433031-cb1f-4519-8784-552cd612845c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T162951Z:37df24fd-ec2c-4b14-ad5d-efb9a5d46775" + "x-ms-correlation-request-id": "ff13caed-fda1-4b1a-a844-060db9d64083", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "a2c098af-49a3-4855-8072-43bd5d33007d", + "x-ms-routing-request-id": "JAPANEAST:20230612T124738Z:ff13caed-fda1-4b1a-a844-060db9d64083" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-efd27fd7973951b4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4fea2318da1c5ff551a2d633bcb1a85d", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-b3a92eec27afecdd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e5c6e5994027598c4f512683c4b6a836", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1267,30 +1167,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:30:24 GMT", + "Date": "Mon, 12 Jun 2023 12:48:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f5c275c-0baf-49c2-94fc-cea1b6d69fd0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "c8aa7e49-a621-4f7d-87e0-56654f8b67ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163024Z:9f5c275c-0baf-49c2-94fc-cea1b6d69fd0" + "x-ms-correlation-request-id": "a32a9089-c60b-49b4-829b-c828b4b6341c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "6f4897ad-aa4c-4292-a02e-6a8ec1bf4d3b", + "x-ms-routing-request-id": "JAPANEAST:20230612T124810Z:a32a9089-c60b-49b4-829b-c828b4b6341c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-67e612b1ff7f62be-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f708ab43c0ed50407b426733441bc5e1", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-f47e762c698c8c53-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "183adef69e9bf4715cab071921e62790", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1299,30 +1199,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:30:58 GMT", + "Date": "Mon, 12 Jun 2023 12:48:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3251d6c6-a9ff-4897-a802-7d23a02022b1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "55cb639b-9dd3-4429-ad02-29a88aac7773", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163058Z:3251d6c6-a9ff-4897-a802-7d23a02022b1" + "x-ms-correlation-request-id": "a312bcef-b933-4e3c-9fff-9a437b2dd0ba", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "02417126-2775-4ea9-a312-4b6593f4341f", + "x-ms-routing-request-id": "JAPANEAST:20230612T124843Z:a312bcef-b933-4e3c-9fff-9a437b2dd0ba" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-a4590fe6ed31caee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "887dfddbe18c4a1cd1d81b1cbfaac79e", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-fbe8509f75f4c5bb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9fddd1f8ca91e021ddec9891e0603857", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1331,30 +1231,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:31:31 GMT", + "Date": "Mon, 12 Jun 2023 12:49:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39f36fcc-90e2-4982-b3b2-9cc114baab80", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "21b591cf-7e50-4414-baf3-8e2524aa7e36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163131Z:39f36fcc-90e2-4982-b3b2-9cc114baab80" + "x-ms-correlation-request-id": "1019c6f8-6ebd-46d2-ac9d-9c0773b08518", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "7bdb9a5c-9cd4-4e2f-9291-2bb51c1de47b", + "x-ms-routing-request-id": "JAPANEAST:20230612T124915Z:1019c6f8-6ebd-46d2-ac9d-9c0773b08518" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-53bcf9feb7dae55e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5072c5b33ff2581ae399d4da72c21b35", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-a03618931beddef9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2e6588b7a3c3fb2c73d1897c39733769", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1363,30 +1263,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:32:04 GMT", + "Date": "Mon, 12 Jun 2023 12:49:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95df4d6c-447b-47d9-9f27-d3d15b52bd01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "20c83c73-1d61-4f1b-b16f-b2fa7c9aee4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163204Z:95df4d6c-447b-47d9-9f27-d3d15b52bd01" + "x-ms-correlation-request-id": "7e218ed4-c2cb-4bf4-aa65-686076023ab4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "572dad8f-bcc8-4010-9cee-dd7c0b6b9594", + "x-ms-routing-request-id": "JAPANEAST:20230612T124948Z:7e218ed4-c2cb-4bf4-aa65-686076023ab4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-42f93d4725c34c8d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "be58f4dd1f3461d18fbd2515a42391d0", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-2a5852c24eb14b0e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f38a952a09d82ba4bd5a3aaf05e013fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1395,30 +1295,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:32:37 GMT", + "Date": "Mon, 12 Jun 2023 12:50:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67ce7f34-876a-4971-aad0-f04326fd2e1d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "cc6a4a5f-e5f2-4f53-8402-3a4f299a50fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163237Z:67ce7f34-876a-4971-aad0-f04326fd2e1d" + "x-ms-correlation-request-id": "48658b4f-8d0b-4f42-bb1e-889267e69fc4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "308a8905-b4cb-48e8-9b60-fd26e27a66a3", + "x-ms-routing-request-id": "JAPANEAST:20230612T125020Z:48658b4f-8d0b-4f42-bb1e-889267e69fc4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-143737e0d6fc241d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7f80c87b75a89beee225a5f20c42d80f", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-bd46d48589d9ccf2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9962b072f88055cda5e22bc041a5a76a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1427,30 +1327,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:33:09 GMT", + "Date": "Mon, 12 Jun 2023 12:50:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ed7cd69-ef9c-4d71-b66e-a5ac2995878f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "3d6245bc-e751-47b5-86e7-55bc18a5a02b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163310Z:3ed7cd69-ef9c-4d71-b66e-a5ac2995878f" + "x-ms-correlation-request-id": "34ca4628-b4a6-44ad-81ab-d5e2202a2cca", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "4c51d590-3765-4250-9ed2-392258ff240f", + "x-ms-routing-request-id": "JAPANEAST:20230612T125053Z:34ca4628-b4a6-44ad-81ab-d5e2202a2cca" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-7b866c07e1f0a061-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ca3fe5bd0852936af310c1341905b3bf", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-958439fef86b5c91-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4b662fb445d6ae7ee3397168697cf693", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1459,30 +1359,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:33:42 GMT", + "Date": "Mon, 12 Jun 2023 12:51:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7956666d-3190-4c5d-836f-c82d2280c5c8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "5107c45c-e583-48cc-b483-8bd42c8e87e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163343Z:7956666d-3190-4c5d-836f-c82d2280c5c8" + "x-ms-correlation-request-id": "b86ff376-8cd0-48bf-bf96-c8b049700003", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "712d7501-f33f-49fd-a776-ebec368f6dce", + "x-ms-routing-request-id": "JAPANEAST:20230612T125125Z:b86ff376-8cd0-48bf-bf96-c8b049700003" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-24ce622d8377f577-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a95f03089c41678d05bcdc0e7ade544c", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-c74e405c41596e57-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "88098dbd9e1031e8c7354df6dde4ea18", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1491,30 +1391,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:34:15 GMT", + "Date": "Mon, 12 Jun 2023 12:51:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "447d1277-4570-44ec-94fc-492282444a99", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "0f286e38-9a63-4861-b696-77b59e992baa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163416Z:447d1277-4570-44ec-94fc-492282444a99" + "x-ms-correlation-request-id": "393c5706-36cc-482b-8f71-15a68848f1c6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "229e3d4c-9b66-4348-8e75-b4e3383802b9", + "x-ms-routing-request-id": "JAPANEAST:20230612T125157Z:393c5706-36cc-482b-8f71-15a68848f1c6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-126f40fcb15dbb2d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bf5716e5c6e4727e5eed8b97b4b981dc", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-ad6f8903fd6c0051-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d5facfb3c8792d2432b4b5478765eb29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1523,30 +1423,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:34:48 GMT", + "Date": "Mon, 12 Jun 2023 12:52:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da071563-90e2-47d1-8ec4-60fe210ed21b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "f629e359-1226-4a4b-b737-e403fb3805d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163448Z:da071563-90e2-47d1-8ec4-60fe210ed21b" + "x-ms-correlation-request-id": "78b8eeb4-72b9-40f8-b9fd-1669207c02e7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "2d68ce16-1932-42b5-894d-9bb605cf6ef6", + "x-ms-routing-request-id": "JAPANEAST:20230612T125230Z:78b8eeb4-72b9-40f8-b9fd-1669207c02e7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-01532e1a3a580dc1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "09eae6722ee321cd58d7c5952b5c1915", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-f474850d734a736e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b30298ec1e9b155a473583a1f887d0ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1555,30 +1455,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:35:21 GMT", + "Date": "Mon, 12 Jun 2023 12:53:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe289ea5-c903-4880-9e70-1435d190099f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "1ac4b8bb-4ba3-41e8-8b80-0c5cdbfd85c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163521Z:fe289ea5-c903-4880-9e70-1435d190099f" + "x-ms-correlation-request-id": "f6736c69-673a-4fa7-8939-087da63e9dab", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "be900c74-8499-4ea9-a4b0-dd0ef13f3bc4", + "x-ms-routing-request-id": "JAPANEAST:20230612T125302Z:f6736c69-673a-4fa7-8939-087da63e9dab" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-8c821bc6a1c2caa4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "034f74bbf3ad41db85ec4b5410f5b34b", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-98db611f3e97ae1e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9ab5594f2081f41968dc565be9a0aa62", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1587,30 +1487,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:35:54 GMT", + "Date": "Mon, 12 Jun 2023 12:53:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "effc4d01-9039-48b6-9dfe-a557b58b07ed", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "bf033745-8a70-4e3a-9efc-e961cb87d242", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163554Z:effc4d01-9039-48b6-9dfe-a557b58b07ed" + "x-ms-correlation-request-id": "076267ce-195e-4eda-863c-1d057dd574f5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "13c0bd28-77ef-48f7-a545-4353a46dfa2a", + "x-ms-routing-request-id": "JAPANEAST:20230612T125335Z:076267ce-195e-4eda-863c-1d057dd574f5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-f0c40c87df17c0e6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "939bff3b4bf4b7694836660c01e84701", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-5148ca568e345124-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "450a244936e1947c75e48d44458334aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1619,30 +1519,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:36:27 GMT", + "Date": "Mon, 12 Jun 2023 12:54:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f2684f5-df04-4499-8c45-c0bff0c31a69", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "f2468b05-2c1e-4cdd-8f3a-04bd151f98ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163627Z:0f2684f5-df04-4499-8c45-c0bff0c31a69" + "x-ms-correlation-request-id": "02085801-e383-47ba-a269-966ea36423c7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "4ad80b36-7ad6-4625-9668-d4401b82d028", + "x-ms-routing-request-id": "JAPANEAST:20230612T125407Z:02085801-e383-47ba-a269-966ea36423c7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-dc460df3819d5bcc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3fdc76d37e6a7e2f0ba883f6e2791063", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-787d048611b11753-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2ef7b5e451afcba77e0d4bbec7fe2ca6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1651,30 +1551,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:36:59 GMT", + "Date": "Mon, 12 Jun 2023 12:54:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9d3cae6-e59c-4049-9403-fe623884c66b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "56020980-2da8-4e4e-8047-5df1401d0286", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163700Z:b9d3cae6-e59c-4049-9403-fe623884c66b" + "x-ms-correlation-request-id": "13ce3372-83be-457b-a1b8-904eef8e07d5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "c25fdae9-fc5e-4f51-8d78-e147604bc5fb", + "x-ms-routing-request-id": "JAPANEAST:20230612T125439Z:13ce3372-83be-457b-a1b8-904eef8e07d5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-e30c90a784289f58-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2b5a792485c06f200a98ba768dce409c", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-840617c5fa56cb16-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d457208b8a7c191ddc20249c93d5afe4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1683,30 +1583,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:37:33 GMT", + "Date": "Mon, 12 Jun 2023 12:55:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca6aab10-c99e-4a02-8bc3-26ced3674c9b", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "17b6733a-23c3-4dd5-8365-9f59970b4770", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "000516b7-145c-460e-af9f-3652f3986217", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163734Z:ca6aab10-c99e-4a02-8bc3-26ced3674c9b" + "x-ms-request-id": "7e5decdc-face-4603-a92f-f69de114aacb", + "x-ms-routing-request-id": "JAPANEAST:20230612T125512Z:17b6733a-23c3-4dd5-8365-9f59970b4770" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-a2e5caf3f4225a51-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9a804aa57319bce1d01c884bc873d4cf", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-c7618caf3641cb60-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3377aca77ba9f7b27c3fc7d4ebbecd76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1715,30 +1615,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:38:06 GMT", + "Date": "Mon, 12 Jun 2023 12:55:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08a04a4c-fa40-4c5c-b767-2f0d6dd90184", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "48c7c47c-d257-4ed4-84ba-65432257b770", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "a47dfe19-ef25-4775-a4bc-aae697622a0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163807Z:08a04a4c-fa40-4c5c-b767-2f0d6dd90184" + "x-ms-request-id": "74310330-2799-481e-a784-860bc4dc74b4", + "x-ms-routing-request-id": "JAPANEAST:20230612T125544Z:48c7c47c-d257-4ed4-84ba-65432257b770" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-6b6bc7d4e0c80da5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "88e803261b8e4e40556c35d2c3b8f13c", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-cd9945f281ee4b6b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "24b8e7b8602c592d98de528f2c0a38a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1747,30 +1647,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:38:39 GMT", + "Date": "Mon, 12 Jun 2023 12:56:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ce2080c-55e6-4711-98dd-bf1dddcba760", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "92742329-7808-4343-921b-9fed7dbc09cb", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "313db26b-0067-4a32-9180-c7c9e6d336b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163840Z:9ce2080c-55e6-4711-98dd-bf1dddcba760" + "x-ms-request-id": "5521b0ea-8527-423c-a374-2f3bdc3ddcd5", + "x-ms-routing-request-id": "JAPANEAST:20230612T125617Z:92742329-7808-4343-921b-9fed7dbc09cb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-cf2d089d4a224174-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9851e66775f8b04a979d5ba3fdd4a796", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-d7050fc19a31df39-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1b17665ef8860ffd6d5f573dc3492d1d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1779,30 +1679,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:39:11 GMT", + "Date": "Mon, 12 Jun 2023 12:56:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3bee899-3366-4766-94bd-ecbd46893f95", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "689627e4-ffe1-401e-a894-3cdf25fa1214", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "5352742f-52de-4119-9711-cf8d15825650", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163912Z:b3bee899-3366-4766-94bd-ecbd46893f95" + "x-ms-request-id": "8d7fa27f-ad88-4b2f-9cc9-03e384042986", + "x-ms-routing-request-id": "JAPANEAST:20230612T125649Z:689627e4-ffe1-401e-a894-3cdf25fa1214" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-e2a5a993e3151020-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8a50ebc4b8e6890e093244ac3e0ff918", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-b2e07d742616a72c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "abe4ae538a1d47b87e1e9aca2923cb72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1811,62 +1711,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:39:44 GMT", + "Date": "Mon, 12 Jun 2023 12:57:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd95ea5c-b6b0-4be1-81ea-579044bb7749", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "728c4067-97c6-4aa4-8ead-0ec16aa17d4a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "d01a8e71-d102-4ea5-adaf-15b48332fc65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T163945Z:fd95ea5c-b6b0-4be1-81ea-579044bb7749" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-cce8fc2be7d0f189-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e1e34b2b3b21b0d6b838f0f1c09c5080", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:40:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b6d56d0-0d9a-4fbc-a373-6b182d2a7dce", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "8a0748eb-44be-4bb9-9df2-a5593b84b894", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164018Z:6b6d56d0-0d9a-4fbc-a373-6b182d2a7dce" + "x-ms-request-id": "3f515b2c-f201-4fa3-b320-37928f168210", + "x-ms-routing-request-id": "JAPANEAST:20230612T125721Z:728c4067-97c6-4aa4-8ead-0ec16aa17d4a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-3a60a82512facc5a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d70e9ec46768af56d8c88fc5319d7288", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-ac244caac97042be-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "85751e07b1a7bff0e9a9b7cc09ef964f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1875,30 +1743,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:40:50 GMT", + "Date": "Mon, 12 Jun 2023 12:57:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77b5c30e-b04f-4fc8-9b3c-7b77c21a271f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "871be3f5-482a-4550-9f40-4d9afa19cdc2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164051Z:77b5c30e-b04f-4fc8-9b3c-7b77c21a271f" + "x-ms-correlation-request-id": "1cefb067-12f5-450b-9eda-4221e05e9a2d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "19aa3f53-7e82-4dc5-8833-cccefe49b3a6", + "x-ms-routing-request-id": "JAPANEAST:20230612T125754Z:1cefb067-12f5-450b-9eda-4221e05e9a2d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-796c2b70f38b284b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b17842a3c6f08875159fd1aec71dc96c", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-46539540e4de66e0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e3c34b18c25d48badcf9c685e33e64a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1907,71 +1775,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:41:23 GMT", + "Date": "Mon, 12 Jun 2023 12:58:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e6d9007-1c97-42d9-822c-f8dd434323bb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "4329aeca-42a4-4b35-8ca9-d949a6f66346", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164124Z:9e6d9007-1c97-42d9-822c-f8dd434323bb" + "x-ms-correlation-request-id": "eccceafd-db94-4184-b5db-54341535e5ba", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "520b8410-4fe8-4ab0-91fc-86795bbcff3b", + "x-ms-routing-request-id": "JAPANEAST:20230612T125826Z:eccceafd-db94-4184-b5db-54341535e5ba" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0eb723e7d6b4b320a36cbcf8f36b75cb-6cd166c78c4a8d06-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9fe8c3e12201c3aff5340859ac107f1b", + "traceparent": "00-1720c4d58010f1c68eabf531ea1f521d-df57f789b75df767-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a436e494a8d3a176bd24c273d3eb3e8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2242", + "Content-Length": "2298", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:41:24 GMT", + "Date": "Mon, 12 Jun 2023 12:58:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f145ef90-e660-4a5e-9f0a-0829a2094498", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "7a24fdd0-9551-4926-b9cd-f582e8432a1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164124Z:f145ef90-e660-4a5e-9f0a-0829a2094498" + "x-ms-correlation-request-id": "8fb83773-d4f4-41b2-93e3-00e1a767c18c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "50cfbf27-2c8c-4d31-8241-9c9fe0b7964a", + "x-ms-routing-request-id": "JAPANEAST:20230612T125826Z:8fb83773-d4f4-41b2-93e3-00e1a767c18c" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6944/providers/Microsoft.HDInsight/clusters/hdisdk-additional", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-909/providers/Microsoft.HDInsight/clusters/hdisdk-additional", "name": "hdisdk-additional", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "eff00f30-29ee-450c-b142-ff774fea9a12", + "location": "Japan East", + "etag": "1d8332e9-6232-4666-a80d-5ef1f3ab0c63", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "30cdf2739fad4edb9d0425e85bf75eb9", + "clusterId": "00add7bc1b3d4853a8dc5536992b7eb4", "computeProfile": { "roles": [ { @@ -2017,7 +1885,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T16:17:40.043", + "createdDate": "2023-06-12T12:37:19.443", "quotaInfo": { "coresUsed": 20 }, @@ -2042,25 +1910,27 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6010.blob.core.windows.net", + "name": "azstorageforcluster7319.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container8737", + "container": "container3433", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null }, { - "name": "azstorageforcluster60102.blob.core.windows.net", + "name": "azstorageforcluster73192.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container87372", + "container": "container34332", "saskey": null, "isDefault": false, + "enableSecureChannel": null, "fileshare": null } ] @@ -2078,9 +1948,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1340275624", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "620935486", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithAdditionalStorageAccountAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithAdditionalStorageAccountAsync.json index 849260027dd4..de1f05d7ed4a 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithAdditionalStorageAccountAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithAdditionalStorageAccountAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-de5ad8cacd94646df852dca32e93cc60-4042930c7701f50b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6cfa4769e8baa7444c1f85a54187b444", + "traceparent": "00-dd68d43254f0a8083dfabbe7f2c9ecb4-97bce0069fc7f4be-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "19d9ee44fc8346b18fd6dd6def659f4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:49:44 GMT", + "Date": "Tue, 13 Jun 2023 04:11:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ee5a768-dc14-42ca-81f4-c0a8ae53118f", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "6ee5a768-dc14-42ca-81f4-c0a8ae53118f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194945Z:6ee5a768-dc14-42ca-81f4-c0a8ae53118f" + "x-ms-correlation-request-id": "b3e093a5-67d1-4c16-8790-7410470b3510", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "b3e093a5-67d1-4c16-8790-7410470b3510", + "x-ms-routing-request-id": "JAPANEAST:20230613T041129Z:b3e093a5-67d1-4c16-8790-7410470b3510" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-5978?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-9731?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-dab373f78892c772f94fff00d47ddd13-5e836b1a10765d9e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "68720492d2df44b55c33cd08fe95c349", + "traceparent": "00-32e821223472d64c0404e5b355f6c278-983e692599944d1d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e66710cfe0f424f96475909e4286870b", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:49:47 GMT", + "Date": "Tue, 13 Jun 2023 04:11:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89b1174d-8d21-424e-8f8b-05608dffb454", + "x-ms-correlation-request-id": "eec36883-61f3-42a5-a1fb-cb41763834ea", "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "89b1174d-8d21-424e-8f8b-05608dffb454", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T194947Z:89b1174d-8d21-424e-8f8b-05608dffb454" + "x-ms-request-id": "eec36883-61f3-42a5-a1fb-cb41763834ea", + "x-ms-routing-request-id": "JAPANEAST:20230613T041129Z:eec36883-61f3-42a5-a1fb-cb41763834ea" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978", - "name": "HDInsightRG-5978", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731", + "name": "HDInsightRG-9731", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1238", + "Content-Length": "1243", "Content-Type": "application/json", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-aca1141e5d566f35-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b12e60ff8c3a1d857d9650a68e74b044", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-b17d7c4cf04f8607-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3eef308a363960efc268ffb3d67388d0", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,15 +168,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster244.blob.core.windows.net", + "name": "azstorageforcluster3694.blob.core.windows.net", "isDefault": true, - "container": "container9412", + "container": "container6009", "key": "Sanitized" }, { - "name": "azstorageforcluster2442.blob.core.windows.net", + "name": "azstorageforcluster36942.blob.core.windows.net", "isDefault": false, - "container": "container94122", + "container": "container60092", "key": "Sanitized" } ] @@ -194,30 +188,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "2016", + "Content-Length": "2076", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:50:45 GMT", - "ETag": "\u0022e94e1979-cd0b-4881-9331-c84145fec66f\u0022", + "Date": "Tue, 13 Jun 2023 04:12:24 GMT", + "ETag": "\u00227e291159-9d67-498d-9110-d91c116c0716\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1ada348-1b57-4961-b5dc-71684393b3d8", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "06eed42b-66a6-4ac3-b61d-cf7e481c4044", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1182", - "x-ms-request-id": "d65c53a9-89bf-494c-a2c1-4bc5cbd9d45e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195046Z:e1ada348-1b57-4961-b5dc-71684393b3d8" + "x-ms-request-id": "9dab19cf-16b2-43ab-9a1e-49e050f08a31", + "x-ms-routing-request-id": "JAPANEAST:20230613T041225Z:06eed42b-66a6-4ac3-b61d-cf7e481c4044" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional", "name": "hdisdk-additional", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "e94e1979-cd0b-4881-9331-c84145fec66f", + "location": "Japan East", + "etag": "7e291159-9d67-498d-9110-d91c116c0716", "tags": { "key0": "value0" }, @@ -226,13 +220,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "4e994bbd13b4499a924278710c035f51", + "clusterId": "dfb7a808b88a4d038479c9797fc05bd8", "computeProfile": { "roles": [ { @@ -278,7 +272,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T19:50:44.06", + "createdDate": "2023-06-13T04:12:25.073", "quotaInfo": { "coresUsed": 20 }, @@ -289,25 +283,27 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster244.blob.core.windows.net", + "name": "azstorageforcluster3694.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container9412", + "container": "container6009", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null }, { - "name": "azstorageforcluster2442.blob.core.windows.net", + "name": "azstorageforcluster36942.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container94122", + "container": "container60092", "saskey": null, "isDefault": false, + "enableSecureChannel": null, "fileshare": null } ] @@ -324,77 +320,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-13732f0fd2bf41b6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "08008d1bf7ac1ad4926aad9236e7851f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:50:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "570aa5be-04c4-46c2-b290-58aba249cd1d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "305db417-23ac-462c-a5c1-4d04a6f3d2c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195047Z:570aa5be-04c4-46c2-b290-58aba249cd1d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-da2a41e3d7e9a968-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f39bcf981e01eedafd745df87570814d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:50:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5dc325a6-3b74-4b8d-b95f-f8576beb2c36", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "c1693930-aba3-413b-ae5d-77074f58c5b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195049Z:5dc325a6-3b74-4b8d-b95f-f8576beb2c36" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-6f68a85c06a42ce5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "018b8b7ea774c397072c1ad063d1836c", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-d2086b13ab219e6c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9291d35ae054d0062369457197f5b4da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -403,30 +335,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:50:50 GMT", + "Date": "Tue, 13 Jun 2023 04:12:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a9702c6-96e1-4dd8-948c-bfbf544649b8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "dc30f074-5880-418e-8d10-e7a70e1dd9d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195051Z:8a9702c6-96e1-4dd8-948c-bfbf544649b8" + "x-ms-correlation-request-id": "fbb10a9b-12ce-4a84-bfda-bb173db70244", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "82b2a479-5a2c-4fe6-9dcf-31d073a26fda", + "x-ms-routing-request-id": "JAPANEAST:20230613T041225Z:fbb10a9b-12ce-4a84-bfda-bb173db70244" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-b0a17fda15693104-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cc7df7bb2494fcc2b2110b3899dba421", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-480b610ca096e5c7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7cdc2a0d86423410665d3843faf4caab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -435,30 +367,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:50:52 GMT", + "Date": "Tue, 13 Jun 2023 04:12:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "154e75e2-8989-4bde-aa40-5cba6aa647bf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "22058bf8-af59-4ef9-a828-236c09a44f09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195053Z:154e75e2-8989-4bde-aa40-5cba6aa647bf" + "x-ms-correlation-request-id": "eb092f04-f658-42ed-acf6-d1d5b9c81066", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "3ed4226f-74a1-4913-b4b9-4eb9d74847d4", + "x-ms-routing-request-id": "JAPANEAST:20230613T041227Z:eb092f04-f658-42ed-acf6-d1d5b9c81066" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-0da3b80f1bbdec61-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "aa1360e9835cf1ab38d7ebd5040a8b2c", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-50934661aed70a42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "03597cabf5e1397b967a64bd0f58f910", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -467,30 +399,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:50:54 GMT", + "Date": "Tue, 13 Jun 2023 04:12:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0371cd3-40a5-4374-b251-9f21b6381b00", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "2df9508f-9dac-4ec0-a26b-0e0dc6711f76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195055Z:a0371cd3-40a5-4374-b251-9f21b6381b00" + "x-ms-correlation-request-id": "353763ed-50f1-41a7-8365-a5bb3fcf8ee3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "ecef9bfd-3c8a-4f03-8089-705d6b7a4750", + "x-ms-routing-request-id": "JAPANEAST:20230613T041228Z:353763ed-50f1-41a7-8365-a5bb3fcf8ee3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-2838aab13e140f05-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7e3df1f0b4f35ab9c98e4f629b5e292c", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-2c889252de3c1590-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6bee6141403ad340c25d2bf6a7c2d52e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -499,30 +431,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:51:00 GMT", + "Date": "Tue, 13 Jun 2023 04:12:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff4ad1b7-1c1e-46f2-834a-5933bf5a1c81", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "91212512-37a7-44ab-83b0-201e4234a63d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195100Z:ff4ad1b7-1c1e-46f2-834a-5933bf5a1c81" + "x-ms-correlation-request-id": "74a38d04-6bad-4032-b621-e30b673e6ec5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "4560ad8d-dadb-4abc-92eb-2684b301cd93", + "x-ms-routing-request-id": "JAPANEAST:20230613T041230Z:74a38d04-6bad-4032-b621-e30b673e6ec5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-918b1360f6b2c839-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "02e7f888d8bd37104b8b94bc38edf8a8", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-fe0c137c6b10c384-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1ac6999eb19c17f9afa3e6c72252240d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -531,30 +463,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:51:09 GMT", + "Date": "Tue, 13 Jun 2023 04:12:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98213a27-1969-4a52-b709-899143073ee1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "bb2f2f75-45c1-4876-a9d1-10bb429fb7e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195109Z:98213a27-1969-4a52-b709-899143073ee1" + "x-ms-correlation-request-id": "2047ec38-b05a-446f-9595-e8b8af977969", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "aa77e231-2241-4bae-b467-9fb1d2bfc021", + "x-ms-routing-request-id": "JAPANEAST:20230613T041232Z:2047ec38-b05a-446f-9595-e8b8af977969" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-5315aa45939a6792-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a848df86259e342ea6b9e1cd344855d9", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-b3219dc5ff6ec15b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "990228645f066a713c864184ca8591d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -563,30 +495,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:51:26 GMT", + "Date": "Tue, 13 Jun 2023 04:12:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e81aa504-b1d0-4492-b2e6-5274a453eba6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "91c75ed6-c9a2-4493-ae88-945035a3de56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195126Z:e81aa504-b1d0-4492-b2e6-5274a453eba6" + "x-ms-correlation-request-id": "c6526dae-582a-49d9-ac1d-f99cd2bacf0a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "13d3b99e-43ad-4ae8-b0eb-d3cf8508f686", + "x-ms-routing-request-id": "JAPANEAST:20230613T041236Z:c6526dae-582a-49d9-ac1d-f99cd2bacf0a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-24ecbd139b3d647a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0b4cbfae8822176ee10533671ffc21dc", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-f3e6e55e881dbdb6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "751f35a5df928f7367d6bc965a78b06f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -595,30 +527,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:51:59 GMT", + "Date": "Tue, 13 Jun 2023 04:12:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c41a8b0d-f5db-4251-b5fe-dfdf853de5ad", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "f42a84c7-36c0-42d6-ae7e-659fb835660d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195159Z:c41a8b0d-f5db-4251-b5fe-dfdf853de5ad" + "x-ms-correlation-request-id": "12feaa9b-32dd-4776-9fa8-8274701229ac", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "c72edb07-a620-4369-bcba-e4aec4cbeb4d", + "x-ms-routing-request-id": "JAPANEAST:20230613T041245Z:12feaa9b-32dd-4776-9fa8-8274701229ac" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-bdfad466823a1a0a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bcdca7968115638ec9b25c04f7420302", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-2536ea755943b5ae-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7f921e383bc03e28285cdd1670744d29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -627,30 +559,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:52:32 GMT", + "Date": "Tue, 13 Jun 2023 04:13:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36d428b1-4d5b-42d9-98dd-11b890f515b7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "e0acafaa-efc3-42aa-9cf8-68ca7ca2fffd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195232Z:36d428b1-4d5b-42d9-98dd-11b890f515b7" + "x-ms-correlation-request-id": "60a40715-841c-4809-a395-9055667e5535", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "8c4e3845-ba06-465f-af01-0eac97a91cc3", + "x-ms-routing-request-id": "JAPANEAST:20230613T041301Z:60a40715-841c-4809-a395-9055667e5535" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-2e934030decef757-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "790ebb35eca0fd857131c699f2c714aa", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-abce63b73f282668-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ed221312ae33847ab472312fa3db0fc4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -659,30 +591,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:53:04 GMT", + "Date": "Tue, 13 Jun 2023 04:13:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a640ea7-23b4-4099-a34c-b1c35b791999", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "89c0476b-11fc-406d-98c6-9d22e2c589d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195304Z:3a640ea7-23b4-4099-a34c-b1c35b791999" + "x-ms-correlation-request-id": "a4f74e9a-a2cb-4940-b602-e9e99b1b653a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "3dfd42bb-5d41-4958-b013-37f301e1d0fb", + "x-ms-routing-request-id": "JAPANEAST:20230613T041333Z:a4f74e9a-a2cb-4940-b602-e9e99b1b653a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-115c4dd2ccdc333b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8d360597996c2cc331e9426f2c691f9e", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-5486e1c4079934dc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ab4bd1d511f269130ce04d36015d1ff3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -691,30 +623,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:53:36 GMT", + "Date": "Tue, 13 Jun 2023 04:14:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54d23dad-5768-4dc0-a979-50a0ab64c3d4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "cc6f35d6-dec5-421a-965a-b7f3c9ca14c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195337Z:54d23dad-5768-4dc0-a979-50a0ab64c3d4" + "x-ms-correlation-request-id": "2bcf7fbd-890c-4d27-8057-5539d8e42537", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "61485573-0c68-4610-9c7f-903ddb5bddb2", + "x-ms-routing-request-id": "JAPANEAST:20230613T041406Z:2bcf7fbd-890c-4d27-8057-5539d8e42537" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-b25ed7a297db2d1b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "64313002a8edaa3b21de4ae4baf57001", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-a5afa557dbbda064-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "47849289c256893ba30dcb4d09f89b4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -723,30 +655,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:54:10 GMT", + "Date": "Tue, 13 Jun 2023 04:14:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "158c6f5e-6ee8-45a2-8f2a-34515b1b511d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "64bdede9-b263-4517-af99-18bca8b9ca1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195410Z:158c6f5e-6ee8-45a2-8f2a-34515b1b511d" + "x-ms-correlation-request-id": "dcbc1ce0-c978-4cc3-be08-e945aa499fad", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "6e26a69a-e332-46fb-93fe-cd4a064d7318", + "x-ms-routing-request-id": "JAPANEAST:20230613T041439Z:dcbc1ce0-c978-4cc3-be08-e945aa499fad" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-b488264db983b423-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f16db19e750b9c96f7e147b6a915d007", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-63c9bfc301f84cc2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9e40194ca128003700b9e05361448356", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -755,62 +687,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:54:43 GMT", + "Date": "Tue, 13 Jun 2023 04:15:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85fdffd5-4574-4c8a-80f9-a6f0ff2f0f29", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "10577a79-7531-4a30-a8b0-929c9bbc381c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195443Z:85fdffd5-4574-4c8a-80f9-a6f0ff2f0f29" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-84d11e9c895b8dea-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c1962711af96eebcca8c6c8d4ede723c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:55:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50982afb-4e9c-4433-9762-18d8798cdca1", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "19ca918a-6ade-45d8-8359-6960da09c1fe", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "acb3a211-b6cb-4c3c-9486-7ede9a9f0d23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195516Z:50982afb-4e9c-4433-9762-18d8798cdca1" + "x-ms-request-id": "1fd8be21-b426-448b-82e3-5e4b342336a0", + "x-ms-routing-request-id": "JAPANEAST:20230613T041511Z:19ca918a-6ade-45d8-8359-6960da09c1fe" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-ad4e2b37d6d8ad14-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7bd140782efc8c939a946d0b6084000b", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-739fee3e1792ecbe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "11a63e53c856126d95c208e546c65f14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -819,30 +719,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:55:49 GMT", + "Date": "Tue, 13 Jun 2023 04:15:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f19b6b9b-0458-4c59-81c7-3148b6e78add", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "f6fa22e9-f9a4-4198-9155-68a7319c5bab", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "928400bb-4085-4c64-9c27-1946cf9b0377", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195550Z:f19b6b9b-0458-4c59-81c7-3148b6e78add" + "x-ms-request-id": "718389be-b127-4fd5-b8bc-50c088736d09", + "x-ms-routing-request-id": "JAPANEAST:20230613T041544Z:f6fa22e9-f9a4-4198-9155-68a7319c5bab" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-f03b95b329329e5e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "92d3430eae5eee6bf57f277e09084d18", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-a30dea025fb9e58d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e7ea0045811ce7ca5a83479de2e8285e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -851,30 +751,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:56:23 GMT", + "Date": "Tue, 13 Jun 2023 04:16:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "708da82b-0e35-45d4-a556-b73f7c0add6b", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "74651899-58e5-4ac4-b862-7b184c92b104", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "39150eed-d0c2-4d93-bb05-7b1919d8db8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195623Z:708da82b-0e35-45d4-a556-b73f7c0add6b" + "x-ms-request-id": "cd1d0746-9e2d-4ce9-8b9f-602242ddf290", + "x-ms-routing-request-id": "JAPANEAST:20230613T041616Z:74651899-58e5-4ac4-b862-7b184c92b104" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-f6d8788c0e5c3e91-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "683e0b6f5544e30b9409270142b08d45", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-4dac2d16534c5118-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cbf9748a895183f6ab2d08669952b939", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -883,30 +783,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:56:55 GMT", + "Date": "Tue, 13 Jun 2023 04:16:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f6b957d-47d7-4438-a875-240b018d7d9f", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "69907760-1966-46f0-8e1a-c8c1f3280df8", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "10987229-769d-42cc-8eda-86d760dbfd30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195655Z:8f6b957d-47d7-4438-a875-240b018d7d9f" + "x-ms-request-id": "f2ed993c-003b-482b-9116-0f679183853e", + "x-ms-routing-request-id": "JAPANEAST:20230613T041649Z:69907760-1966-46f0-8e1a-c8c1f3280df8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-b8b094ee9200db04-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0a7f608cdf0bc9ded5e2867c06148391", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-00e418b63fd395e8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "610ecc599b5ad23a74bfb6d281d030ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -915,30 +815,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:57:29 GMT", + "Date": "Tue, 13 Jun 2023 04:17:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85874e21-80a2-443e-85fc-b982232c4e53", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "32990cb7-ff2a-44fb-9036-f1def5d19604", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "0e884c3a-8392-4c5a-995b-5013bd1fff4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195729Z:85874e21-80a2-443e-85fc-b982232c4e53" + "x-ms-request-id": "277fb439-c7ab-419d-9534-677983489b5f", + "x-ms-routing-request-id": "JAPANEAST:20230613T041721Z:32990cb7-ff2a-44fb-9036-f1def5d19604" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-a6e03fb8f74f25d0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "559c54479746b8c738f0fe54876aac44", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-909fb6214cfe101b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d25ba99a93ccbbc209663cee78634d08", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -947,30 +847,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:58:02 GMT", + "Date": "Tue, 13 Jun 2023 04:17:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "426ebdb0-8034-46dd-a093-3d67aebd59a0", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "877f1b3b-3e63-4274-8277-2d943d4dc223", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "fcc5aab8-84c4-4901-a679-ae7c91eb634e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195802Z:426ebdb0-8034-46dd-a093-3d67aebd59a0" + "x-ms-request-id": "e9eaa5b6-f526-44c2-8e41-649664aec8f9", + "x-ms-routing-request-id": "JAPANEAST:20230613T041753Z:877f1b3b-3e63-4274-8277-2d943d4dc223" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-7b2bb555c4506cf5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a8f2e2f14288900d2d749362cf8edd80", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-d519ba5fd415f69e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "16430dcac6daee043a275792d22301da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -979,30 +879,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:58:35 GMT", + "Date": "Tue, 13 Jun 2023 04:18:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1f4631f-724f-4960-aa11-3ca978d03eff", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5fa2e6a0-eef4-44a9-8a1d-99d7b0674dc2", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "c5bd242f-e716-46c2-a3ff-527fbadd3884", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195835Z:e1f4631f-724f-4960-aa11-3ca978d03eff" + "x-ms-request-id": "9b03420f-b30c-4844-a15f-b9e3387639ef", + "x-ms-routing-request-id": "JAPANEAST:20230613T041826Z:5fa2e6a0-eef4-44a9-8a1d-99d7b0674dc2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-4a91b0a05f78f225-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "edb995863814f4ff99c6d21ae189426a", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-1d3e2d0594af3d32-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f0cc5bfde7f7c56d095257f35f4b5910", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1011,30 +911,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:59:08 GMT", + "Date": "Tue, 13 Jun 2023 04:18:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ce0f899-ab58-46f5-9765-3398c787b327", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "8bd7d2f9-174a-4053-a912-f3aba13f913a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "3e8e3428-4838-41d4-bf44-0a9bd67c2418", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195908Z:1ce0f899-ab58-46f5-9765-3398c787b327" + "x-ms-request-id": "f82dba28-0d52-4cac-aa87-d5498550f584", + "x-ms-routing-request-id": "JAPANEAST:20230613T041858Z:8bd7d2f9-174a-4053-a912-f3aba13f913a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-5a1b206091f490e7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "238a4135da210409470b27d20365e9aa", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-5ae0be2b30bcd675-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7408ae711a8dd3d3a46c97a43c30e8e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1043,158 +943,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 19:59:40 GMT", + "Date": "Tue, 13 Jun 2023 04:19:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05bb04b6-35b6-4de1-ae43-9bec0f90d963", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "51b1ad09-434e-47ff-8279-6d6c8ffd2d26", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "3ee2b647-6565-4ded-bb93-141ef6a4cd71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T195941Z:05bb04b6-35b6-4de1-ae43-9bec0f90d963" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-f44f09607edc72fc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f1ce7e13bfb0b930e3fe0fc270f2afa3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:00:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68226b74-587b-4bd3-8b38-323240fe63bc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "34ded459-fe30-42d2-96b0-87ee65accd77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200014Z:68226b74-587b-4bd3-8b38-323240fe63bc" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-ea06df6977c4feb1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8d2c2931b903ab5e8cb5a608102cf033", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:00:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3749bf8d-862a-42ff-ab22-62e58fbd3c47", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "a48897ea-820c-426e-b886-76d566663067", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200047Z:3749bf8d-862a-42ff-ab22-62e58fbd3c47" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-7c84318f27d5fec2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "620728dc51bb76b911d14023cb479354", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:01:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "862de411-925e-439b-84af-c7e410a5845b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "e6768132-e435-422f-aeaa-ebf27171de0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200119Z:862de411-925e-439b-84af-c7e410a5845b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-ecaefa3a14826c47-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "daa1835c5b385aa61f2264fa1827a9b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:01:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa063f6a-e193-451d-8241-20b600ed36df", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "f7b71a93-46b9-4972-989e-a93a0d158ee1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200152Z:aa063f6a-e193-451d-8241-20b600ed36df" + "x-ms-request-id": "5781324d-50af-448f-9f9b-be420d79725d", + "x-ms-routing-request-id": "JAPANEAST:20230613T041931Z:51b1ad09-434e-47ff-8279-6d6c8ffd2d26" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-b297d5990277a7a0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "48e5dc0d4cebdfe86fb67c32783be045", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-792a949bbca7701f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1df161655d97e2119f7d0d876f108fef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1203,126 +975,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:02:26 GMT", + "Date": "Tue, 13 Jun 2023 04:20:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d19989a-5994-4b20-b5f1-581dacd70dff", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "3b2e4d9a-fbc6-4e4f-be9f-668778f8af4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200227Z:6d19989a-5994-4b20-b5f1-581dacd70dff" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-06f3446b1357ed57-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8cac5221168b81fa81ad4398edbf5dea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:02:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1477c2b-9906-4733-813c-eb20e3585cec", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "dde15b11-11bb-4cce-a14b-c0b8cfdd952a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200259Z:e1477c2b-9906-4733-813c-eb20e3585cec" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-d2d8e0f544f4350a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ef158a274b610f689bc16a82df74e1e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:03:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bde259ed-425e-4fc3-b61a-2bc39dde25d1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "df73047b-45c6-4172-88d4-1c6607f3e0f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200332Z:bde259ed-425e-4fc3-b61a-2bc39dde25d1" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-1adf971a4c45b122-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c6d91e421c7bf72ae164c73e094ff1b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:04:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e928de4e-6cdb-4e87-aed6-65efd5e8c2ab", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "7ff1ea2f-f86d-4e5c-9db9-f036542ef33c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200405Z:e928de4e-6cdb-4e87-aed6-65efd5e8c2ab" + "x-ms-correlation-request-id": "257941ca-bb02-41b6-8dca-46fbf8ef26f3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "49c4e09e-befc-4731-9d3c-fd9340ea6d77", + "x-ms-routing-request-id": "JAPANEAST:20230613T042003Z:257941ca-bb02-41b6-8dca-46fbf8ef26f3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-2a423cefcb308f4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ed0a9258f125d6e3e99cf1caab78a10c", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-a4b75ac90bc9fbf8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "242146cd8c1be34d87f84b8a4fc889d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1331,30 +1007,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:04:37 GMT", + "Date": "Tue, 13 Jun 2023 04:20:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fcbfd123-aa61-4832-a5f0-63503182a146", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "32fd7ff8-e6e6-4951-8d7b-fe61cdbb048a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200438Z:fcbfd123-aa61-4832-a5f0-63503182a146" + "x-ms-correlation-request-id": "a2993f84-0fd0-468b-ad82-24bb82c4a7c4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "ab88c18e-8ab2-423d-8d3a-ad092175acc0", + "x-ms-routing-request-id": "JAPANEAST:20230613T042035Z:a2993f84-0fd0-468b-ad82-24bb82c4a7c4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-a60f0f55738b0c3a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ce555ecb97e50b6e601e0dfd842a064b", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-5139ddb1d0ba1d61-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fd8e716a3c5913789c25d5100d4c6494", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1363,30 +1039,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:05:10 GMT", + "Date": "Tue, 13 Jun 2023 04:21:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67494dc4-e90d-42a9-8d35-efb185d559c1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "637c1ede-9ef0-4574-814d-740020f4a23c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200511Z:67494dc4-e90d-42a9-8d35-efb185d559c1" + "x-ms-correlation-request-id": "b6e12e19-52c7-43d6-a409-0156a2eb13df", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "8e5c29e9-e0e9-46df-aee9-5460740fc200", + "x-ms-routing-request-id": "JAPANEAST:20230613T042108Z:b6e12e19-52c7-43d6-a409-0156a2eb13df" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-0318a613f3fd53b8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4d2abacff36a51be3b02dcde2a604b69", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-e1b70eb767576368-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f6d7a8ddc30fd8ca140e959e128793d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1395,30 +1071,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:05:43 GMT", + "Date": "Tue, 13 Jun 2023 04:21:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22c1bc60-e847-4346-8989-3e5fd788b4c7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "ad98cc31-8124-4a12-878e-27ab4e412338", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200543Z:22c1bc60-e847-4346-8989-3e5fd788b4c7" + "x-ms-correlation-request-id": "04fe9d55-30f4-4c42-8b0d-53330bb21b5e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "d90caee3-f79c-47ad-b477-9937641f0608", + "x-ms-routing-request-id": "JAPANEAST:20230613T042140Z:04fe9d55-30f4-4c42-8b0d-53330bb21b5e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-0012668b354bacd5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "aa72bac223f9c1ca23ff8d07e3e552bf", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-1487586706708b20-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fd1c34f491829095cd0d88f5b73cd53b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1427,30 +1103,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:06:16 GMT", + "Date": "Tue, 13 Jun 2023 04:22:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14ed911c-7260-454c-b853-2c3e338c16fa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "776f35aa-d6d2-4b60-a614-8ae33f67c843", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200616Z:14ed911c-7260-454c-b853-2c3e338c16fa" + "x-ms-correlation-request-id": "52409783-ec54-4de6-b9a0-3bd700befbd0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "ef500bd3-b089-4c91-961a-33ef1b5455db", + "x-ms-routing-request-id": "JAPANEAST:20230613T042212Z:52409783-ec54-4de6-b9a0-3bd700befbd0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-0e6421fe657698c7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f1faa695544dd7a2a00493e3ba90e000", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-7a5376f8ab3842ae-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a6adb79493f1a6c9a7b5e94ba6da0115", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1459,30 +1135,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:06:49 GMT", + "Date": "Tue, 13 Jun 2023 04:22:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "180c812f-382e-4d0f-a791-0604e5d8d456", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "840bd4f2-e4d3-4598-a490-2126fb4ab0e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200649Z:180c812f-382e-4d0f-a791-0604e5d8d456" + "x-ms-correlation-request-id": "a3d4cb39-c509-4ac7-b00a-a32d7597cf84", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "c83d0f9d-c32a-456b-a7b0-5a5eae5d836e", + "x-ms-routing-request-id": "JAPANEAST:20230613T042245Z:a3d4cb39-c509-4ac7-b00a-a32d7597cf84" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-94c24ff594eeae2d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c93ba4d25cb7ac51ef68296b65b76e55", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-45b660254cfa310b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d81cfe92672f4b12134628023bd421d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1491,30 +1167,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:07:23 GMT", + "Date": "Tue, 13 Jun 2023 04:23:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "998df98f-572d-4e21-9762-6302b140228a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "4e1650c4-22f2-4447-bf89-1f5a23b5eabf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200723Z:998df98f-572d-4e21-9762-6302b140228a" + "x-ms-correlation-request-id": "478ff89a-07c3-40c8-9da6-3ae2a283f1f2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "6278de4e-01a4-4db5-bbb3-669f2624e3bd", + "x-ms-routing-request-id": "JAPANEAST:20230613T042317Z:478ff89a-07c3-40c8-9da6-3ae2a283f1f2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-f9756948d5d42eec-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "84491cb05a656d1b189a0af590e70793", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-e1a5624ba74c78a1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5a0a5a38ecda61e56b7655cca74aeaf3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1523,30 +1199,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:07:55 GMT", + "Date": "Tue, 13 Jun 2023 04:23:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4d86fd0-fa5e-4f93-934f-25cb75f8b0ce", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "7f1b424b-392f-49d6-a0df-5ab6e03422d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200756Z:e4d86fd0-fa5e-4f93-934f-25cb75f8b0ce" + "x-ms-correlation-request-id": "4afa7f88-c5d4-4120-b439-436e01023177", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "c0590bfe-d466-48ba-b6ea-5c5c90042c3e", + "x-ms-routing-request-id": "JAPANEAST:20230613T042350Z:4afa7f88-c5d4-4120-b439-436e01023177" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-45dcff31e7401a39-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3e348d1e88a93908554d01e52a3672e8", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-06a91cbe44bce37e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b862730bfd202d0ba46193ab6ac76ad2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1555,30 +1231,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:08:29 GMT", + "Date": "Tue, 13 Jun 2023 04:24:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2e3d89c-15d1-4970-899f-7aa7a3108fc1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "ae7b15bd-2e82-4fad-9640-bf4c35c1431d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200829Z:f2e3d89c-15d1-4970-899f-7aa7a3108fc1" + "x-ms-correlation-request-id": "aa2f85aa-4786-429b-9528-21627dd39361", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "e9117651-24d3-48fa-b389-a295c7ccdcd2", + "x-ms-routing-request-id": "JAPANEAST:20230613T042422Z:aa2f85aa-4786-429b-9528-21627dd39361" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-cb167dece305e8b7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9d323d965c47789a89cdb01c525b1c08", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-a982a869aeeff8b6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4c121194a6cfa63b19bb6db91145a4c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1587,30 +1263,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:09:01 GMT", + "Date": "Tue, 13 Jun 2023 04:24:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "806d62c2-5fa3-42ea-981d-47d136137fa7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "7e876bb3-7455-4765-aff5-f338812150ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200902Z:806d62c2-5fa3-42ea-981d-47d136137fa7" + "x-ms-correlation-request-id": "d0396ca0-5dbb-4a8f-ba6b-a17d93b982e3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "db7c144e-9fc3-4b73-902a-358f3681d095", + "x-ms-routing-request-id": "JAPANEAST:20230613T042454Z:d0396ca0-5dbb-4a8f-ba6b-a17d93b982e3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-5b90628366077443-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d84c96612f8227ab140f2f18583543e1", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-b95683b7fe349067-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c8f6345c68723bb74fddb678583af6a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1619,30 +1295,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:09:34 GMT", + "Date": "Tue, 13 Jun 2023 04:25:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64c229b5-c873-4cf9-b47c-e6fedb0a675b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "ca1ee2aa-19e8-49f8-bc28-5b15028003ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T200935Z:64c229b5-c873-4cf9-b47c-e6fedb0a675b" + "x-ms-correlation-request-id": "1781231e-9fdf-462e-9ce7-47cd0b049b38", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "f7b5fc94-a033-47c8-8491-3db99a1408fb", + "x-ms-routing-request-id": "JAPANEAST:20230613T042527Z:1781231e-9fdf-462e-9ce7-47cd0b049b38" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-a4d0f0b9f829d44d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "535e212869b4c24cf3bbb5dcd8ece7f9", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-9ac5ad90e61c5752-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9638820b9e37642437bb9f658f511b5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1651,30 +1327,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:10:07 GMT", + "Date": "Tue, 13 Jun 2023 04:25:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04a41b25-b4de-411a-aea7-a4a617696cd9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "eca26f01-df5d-4095-b820-389455c565b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201008Z:04a41b25-b4de-411a-aea7-a4a617696cd9" + "x-ms-correlation-request-id": "5d48a82a-50b7-4757-84ba-d2549be42a27", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "bbca18a6-679b-41be-b3f1-29f9c516550c", + "x-ms-routing-request-id": "JAPANEAST:20230613T042559Z:5d48a82a-50b7-4757-84ba-d2549be42a27" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-8b420b3964ee417f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9384f83199ea6766910b88372d822053", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-05bd9cd76fa23aa4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "364ecabda2d02b605ad7fcf2f0c24ede", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1683,30 +1359,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:10:39 GMT", + "Date": "Tue, 13 Jun 2023 04:26:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f0e6f15-5bdc-4d7d-b1c2-6b0938975999", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "2bb300ef-9b62-4431-8b14-9ebddbfa1a26", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201040Z:5f0e6f15-5bdc-4d7d-b1c2-6b0938975999" + "x-ms-correlation-request-id": "e0d8fdeb-2b9b-4285-8f64-caa807d2c934", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "ee7fda99-6859-4e5c-a998-d69514cbab1e", + "x-ms-routing-request-id": "JAPANEAST:20230613T042632Z:e0d8fdeb-2b9b-4285-8f64-caa807d2c934" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-e78a4829168f4800-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "31f3ce8ac9fcf7544a89e4c779cf4e28", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-4cd3fe65ad34e499-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8eaec9c50d0dbe91109290b6c952abfe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1715,30 +1391,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:11:13 GMT", + "Date": "Tue, 13 Jun 2023 04:27:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5394e3f5-76b6-4308-86ab-d76c9d86bdd1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "b6fc7d21-bb82-4a34-bb26-45cf2a36673c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201113Z:5394e3f5-76b6-4308-86ab-d76c9d86bdd1" + "x-ms-correlation-request-id": "f275dfda-7cad-41fb-a4cd-de4992be8b24", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "3ad8171a-b2ab-4efb-b0b3-8639c3753cec", + "x-ms-routing-request-id": "JAPANEAST:20230613T042704Z:f275dfda-7cad-41fb-a4cd-de4992be8b24" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-7c64806d0f82edbb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5fe63528afb18ff7baf7c1a8e0149571", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-60aaac4d4b82f618-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8dbb57c2bfeb68d3220d3b60a1317375", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1747,30 +1423,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:11:46 GMT", + "Date": "Tue, 13 Jun 2023 04:27:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36c100c0-0cb1-4b31-8d63-b6b9f02a5365", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "78498b55-2b47-4552-9671-41e8ee09f064", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201146Z:36c100c0-0cb1-4b31-8d63-b6b9f02a5365" + "x-ms-correlation-request-id": "6e095bc5-98c6-4168-933a-25fbb454412a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "d2c32272-d33e-462e-b964-ad28e914c460", + "x-ms-routing-request-id": "JAPANEAST:20230613T042736Z:6e095bc5-98c6-4168-933a-25fbb454412a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-e2f7438101b8fb62-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0a51619bb5f868fca48c4861b49fedc1", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-ad13bf2d1583b985-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c6a0c06d8ca3af513990263d11aa6108", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1779,30 +1455,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:12:19 GMT", + "Date": "Tue, 13 Jun 2023 04:28:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ec37ed8-4d4c-40f3-876e-4bfb8763c647", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "e24178dd-1c4a-4c46-9bde-940f327be928", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201220Z:6ec37ed8-4d4c-40f3-876e-4bfb8763c647" + "x-ms-correlation-request-id": "7a47bf50-62b7-47e0-810a-13f84a2f4d2b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "d86e0a0b-49ee-47f2-bfda-cff306e2b51f", + "x-ms-routing-request-id": "JAPANEAST:20230613T042809Z:7a47bf50-62b7-47e0-810a-13f84a2f4d2b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-756438b5453fad87-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f70e60bcc09bdba2d764760507ab1635", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-3c3334c9a450d2f0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9930fe2bc00605f3f5456c00d2311cde", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1811,30 +1487,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:12:53 GMT", + "Date": "Tue, 13 Jun 2023 04:28:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e914baf-acea-4b59-bdb0-59fd1a3151cc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "a2afe49c-6060-495d-9d9d-11bb509577e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201253Z:2e914baf-acea-4b59-bdb0-59fd1a3151cc" + "x-ms-correlation-request-id": "7b2cf492-756f-4c8b-8c2c-78fd60ad3410", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "e5d4a389-ca1f-4a97-9381-65a5404952af", + "x-ms-routing-request-id": "JAPANEAST:20230613T042841Z:7b2cf492-756f-4c8b-8c2c-78fd60ad3410" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-999af58228dadc2f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "182b73f3447e722f397dbb246695da1b", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-8c7ead452b57a612-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "08481b1ee5b2355a050c545b99965777", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1843,30 +1519,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:13:25 GMT", + "Date": "Tue, 13 Jun 2023 04:29:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1e00d41-d0ac-4413-aa78-6740e311e12c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "2a512c02-2610-4081-a1aa-198ba9d01f16", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201326Z:f1e00d41-d0ac-4413-aa78-6740e311e12c" + "x-ms-correlation-request-id": "06ae5306-b1d0-4bc5-985e-5a899138ecee", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "4fe97557-940a-463e-bed0-4c77c7e6ef75", + "x-ms-routing-request-id": "JAPANEAST:20230613T042914Z:06ae5306-b1d0-4bc5-985e-5a899138ecee" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-9f6eabf354fa491c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "80eb000a9e06dbd5bf7632943ff761f8", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-b003f408f3f1a447-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a33433abda01ad6ecd9ad05d1f51dc07", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1875,30 +1551,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:13:58 GMT", + "Date": "Tue, 13 Jun 2023 04:29:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "494a6626-162a-4285-a15e-3858c5fc0abf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "c20aebfa-7338-4de5-8a29-ae37d599b04e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201358Z:494a6626-162a-4285-a15e-3858c5fc0abf" + "x-ms-correlation-request-id": "17ec3ab2-9f3e-478f-a951-49f5ac8d46d8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "a34173c9-9368-4188-b2ab-3b2ce46420bc", + "x-ms-routing-request-id": "JAPANEAST:20230613T042946Z:17ec3ab2-9f3e-478f-a951-49f5ac8d46d8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-977b9cfca355b866-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "406e1276d4737843319bbe1d047d7442", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-4bd164b1cc0a92e3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f51f477359614555a3fa93f96b986b5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1907,30 +1583,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:14:31 GMT", + "Date": "Tue, 13 Jun 2023 04:30:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "296ea81d-243e-4a2c-89b4-b772e821b11e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "981d5c26-26ca-4088-b75e-f77ab28ecd66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201431Z:296ea81d-243e-4a2c-89b4-b772e821b11e" + "x-ms-correlation-request-id": "ca1d35dd-086e-4271-a08e-b09762c5aabd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "f5849304-f058-4700-8d0a-d11520fc376a", + "x-ms-routing-request-id": "JAPANEAST:20230613T043018Z:ca1d35dd-086e-4271-a08e-b09762c5aabd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-8fdbd21061c60274-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "06fa5a8996c0552f9e4f5907119a3341", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-3eaec59d1e67c600-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9e55f4ee79fc44ddac9b3b1715fd16b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1939,30 +1615,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:15:04 GMT", + "Date": "Tue, 13 Jun 2023 04:30:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1de1bc34-10b5-4e9a-9478-a5c906b0e883", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "bb7505f3-5a1b-4699-9a50-e351f3d44cc2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201505Z:1de1bc34-10b5-4e9a-9478-a5c906b0e883" + "x-ms-correlation-request-id": "240d4729-a98f-459d-a23f-478419a5e888", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "54da1240-2509-4f37-a23a-682ea0ab8974", + "x-ms-routing-request-id": "JAPANEAST:20230613T043051Z:240d4729-a98f-459d-a23f-478419a5e888" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-cee25487be46e957-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "53aec21c992735a8bc734e6ae0b7d642", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-701fad9695e5d63e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "51e74d2f61775115ddeeff0646744135", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1971,30 +1647,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:15:37 GMT", + "Date": "Tue, 13 Jun 2023 04:31:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17563071-ded2-494b-bb3f-e43116c75f52", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "44b47330-5ba8-4781-bf92-0accbcbbe76b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201538Z:17563071-ded2-494b-bb3f-e43116c75f52" + "x-ms-correlation-request-id": "1b8b4185-7fb8-4601-9f1a-a68146e75e2d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "e7cc5865-dd4d-4ebd-ba40-2e2b915f1651", + "x-ms-routing-request-id": "JAPANEAST:20230613T043123Z:1b8b4185-7fb8-4601-9f1a-a68146e75e2d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-eab0546ad43867c3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e50bf0015afcdf38e319a2237b3b6697", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-085f94037c6f5caf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2a6f712e3efcfa0a6ada49c61e3e30a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2003,30 +1679,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:16:10 GMT", + "Date": "Tue, 13 Jun 2023 04:31:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7eea918b-6fcd-4934-b5c0-6aa4eae6ab7e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "f447b6c2-ba7d-479a-93f6-21123162efd0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201610Z:7eea918b-6fcd-4934-b5c0-6aa4eae6ab7e" + "x-ms-correlation-request-id": "c6c12651-6013-479e-a86e-429562d9da5e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "53929d91-a1df-43c5-92c7-a8ba90996f52", + "x-ms-routing-request-id": "JAPANEAST:20230613T043155Z:c6c12651-6013-479e-a86e-429562d9da5e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-ba78e108a15d7c21-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "42017c6821cef01ab2c54a4c48c475e7", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-3fe78448ab384703-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1ecadee41ab18ce8df03c00e79d6fd38", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2035,30 +1711,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:16:43 GMT", + "Date": "Tue, 13 Jun 2023 04:32:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6170f92b-74b5-482b-93ad-36ae02b1097f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "c166369a-f030-4505-be25-6c79b77353fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201643Z:6170f92b-74b5-482b-93ad-36ae02b1097f" + "x-ms-correlation-request-id": "0fd10fa2-57f0-4580-b36b-fe77033d94f4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "5d4b6776-2132-4bf7-85f7-c3ad50da6689", + "x-ms-routing-request-id": "JAPANEAST:20230613T043228Z:0fd10fa2-57f0-4580-b36b-fe77033d94f4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-fd6d7ac8fbbb22d3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "210516794e8fc2458ace700ef784b981", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-62bacb51fec9d79d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a3e80559eb8df1b842ece69c184f339f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2067,71 +1743,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:17:17 GMT", + "Date": "Tue, 13 Jun 2023 04:32:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7092b702-d0b4-4517-bd98-70c9494727aa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "0c0c2834-722d-497b-8faf-32be1d4e9d3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201717Z:7092b702-d0b4-4517-bd98-70c9494727aa" + "x-ms-correlation-request-id": "3f54a2d2-fd7b-46df-bb40-b6fb76bdb6a9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "bceadf09-3335-4b30-818d-0def5dc3fb4c", + "x-ms-routing-request-id": "JAPANEAST:20230613T043300Z:3f54a2d2-fd7b-46df-bb40-b6fb76bdb6a9" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3f75231530e54947b76d26e2898cc46a-2392aeb8e4c5f283-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6302b60d94b6e073d51a323610ec971e", + "traceparent": "00-27e63d96015e49f61c4ba2d9dda70780-9d011c19039403ef-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "672259bd23aa148488e24bf87dfc8094", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2239", + "Content-Length": "2299", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:17:17 GMT", + "Date": "Tue, 13 Jun 2023 04:33:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "815f00f4-8474-4b6e-b4d3-04342e8f0954", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "5bc50038-d3f1-40ca-ba96-18ce85f3bf43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201718Z:815f00f4-8474-4b6e-b4d3-04342e8f0954" + "x-ms-correlation-request-id": "359ed984-57b9-45af-adae-0219b29870ac", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "a3c2555d-0976-460a-83fb-a7d5b09f55cd", + "x-ms-routing-request-id": "JAPANEAST:20230613T043301Z:359ed984-57b9-45af-adae-0219b29870ac" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5978/providers/Microsoft.HDInsight/clusters/hdisdk-additional", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9731/providers/Microsoft.HDInsight/clusters/hdisdk-additional", "name": "hdisdk-additional", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "e94e1979-cd0b-4881-9331-c84145fec66f", + "location": "Japan East", + "etag": "7e291159-9d67-498d-9110-d91c116c0716", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "4e994bbd13b4499a924278710c035f51", + "clusterId": "dfb7a808b88a4d038479c9797fc05bd8", "computeProfile": { "roles": [ { @@ -2177,7 +1853,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T19:50:44.06", + "createdDate": "2023-06-13T04:12:25.073", "quotaInfo": { "coresUsed": 20 }, @@ -2202,25 +1878,27 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster244.blob.core.windows.net", + "name": "azstorageforcluster3694.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container9412", + "container": "container6009", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null }, { - "name": "azstorageforcluster2442.blob.core.windows.net", + "name": "azstorageforcluster36942.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container94122", + "container": "container60092", "saskey": null, "isDefault": false, + "enableSecureChannel": null, "fileshare": null } ] @@ -2238,9 +1916,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "2095359065", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1080739897", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithEmptyExtendedParameters.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithEmptyExtendedParameters.json index 507a480955aa..00bbab4a7e58 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithEmptyExtendedParameters.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithEmptyExtendedParameters.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a5de39a5ccfc51ab3358c41eda07a1fa-02685d9ec288ebec-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e1e5803e1f2bcf598dc6d29c50045599", + "traceparent": "00-40355ae729dc76afacb2aa89498a3cb0-68d91b47e9ecc961-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "132f951cfc4d3e8a2f07cae569e39123", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:41:32 GMT", + "Date": "Mon, 12 Jun 2023 12:58:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb304787-0eeb-4192-a6ce-f45f0c7e2eb1", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "bb304787-0eeb-4192-a6ce-f45f0c7e2eb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164133Z:bb304787-0eeb-4192-a6ce-f45f0c7e2eb1" + "x-ms-correlation-request-id": "49b32834-30dd-4ded-a3a0-43cf127c7a34", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "49b32834-30dd-4ded-a3a0-43cf127c7a34", + "x-ms-routing-request-id": "JAPANEAST:20230612T125828Z:49b32834-30dd-4ded-a3a0-43cf127c7a34" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,57 +50,57 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-8445?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-4885?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-bdd53c7c534ca18db0c3936220ec4ded-5eac0456b1c97739-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e2d0900e314d1400810f9356e7c59b3f", + "traceparent": "00-75b4359dc14197fde80e65e412166f00-ea969bbfbf31717a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c9d7d06897e400ef0c09e41ce6e1afbd", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:41:37 GMT", + "Date": "Mon, 12 Jun 2023 12:58:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80904b0c-1b3b-466d-8933-26dc1f99eaef", - "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-request-id": "80904b0c-1b3b-466d-8933-26dc1f99eaef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164137Z:80904b0c-1b3b-466d-8933-26dc1f99eaef" + "x-ms-correlation-request-id": "8f4a2e17-ff1a-4749-9722-322dd803ed8a", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "8f4a2e17-ff1a-4749-9722-322dd803ed8a", + "x-ms-routing-request-id": "JAPANEAST:20230612T125828Z:8f4a2e17-ff1a-4749-9722-322dd803ed8a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8445", - "name": "HDInsightRG-8445", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4885", + "name": "HDInsightRG-4885", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-8445/providers/Microsoft.HDInsight/clusters/hdisdk-empty?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4885/providers/Microsoft.HDInsight/clusters/hdisdk-empty?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-f5a2e8d14e8e85f9665d19676915bf51-30994c16cacab55f-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "013190a58d85dde9a8a6495a4ea2ecf9", + "traceparent": "00-64d361acba5dabeb3153974ded23b509-9ea019b9492b96fb-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0ca0006852c10a19bee4541f0e7aff4c", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, @@ -115,15 +109,15 @@ "Cache-Control": "no-cache", "Content-Length": "104", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:42:02 GMT", + "Date": "Mon, 12 Jun 2023 12:58:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edc48001-fd0e-478c-88cb-90ad08343d8c", + "x-ms-correlation-request-id": "60c81645-d524-4286-9035-428bc4d735aa", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "edc48001-fd0e-478c-88cb-90ad08343d8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164203Z:edc48001-fd0e-478c-88cb-90ad08343d8c" + "x-ms-request-id": "60c81645-d524-4286-9035-428bc4d735aa", + "x-ms-routing-request-id": "JAPANEAST:20230612T125854Z:60c81645-d524-4286-9035-428bc4d735aa" }, "ResponseBody": { "error": { @@ -134,9 +128,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1897029168", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1463061676", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithEmptyExtendedParametersAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithEmptyExtendedParametersAsync.json index ac5c1656d0bc..519e9b58fd0c 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithEmptyExtendedParametersAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateWithEmptyExtendedParametersAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-943a54f07d31a7d55500bc86bc188a8b-032fdcb004973948-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "832d4963ec85ec37ac551f8572ef78fd", + "traceparent": "00-2415bc5c0be4871f8799467b5db40f52-08b2fb7fd50a5663-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "509db960c7c903290b8dcdc55029650b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:17:28 GMT", + "Date": "Tue, 13 Jun 2023 04:33:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c622ff0-cdfc-4285-bebc-ac9876b050d3", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "6c622ff0-cdfc-4285-bebc-ac9876b050d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201728Z:6c622ff0-cdfc-4285-bebc-ac9876b050d3" + "x-ms-correlation-request-id": "e4c4db9e-6ffd-4890-a805-5f74a1ab31e1", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "e4c4db9e-6ffd-4890-a805-5f74a1ab31e1", + "x-ms-routing-request-id": "JAPANEAST:20230613T043302Z:e4c4db9e-6ffd-4890-a805-5f74a1ab31e1" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,57 +50,57 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-158?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-2882?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-ecd055e5f11a67c765b83ba8dc761060-991fc8f62ad21276-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "aa522186fb924d67d39136690c489455", + "traceparent": "00-e62ebd1dea8a2033d32a0494cf5ef2d4-df6bead97652cc9f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c28947c01008855f473706c520d5af68", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "227", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:17:32 GMT", + "Date": "Tue, 13 Jun 2023 04:33:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e51a50e-85b4-4073-b32a-ac7f458602c0", + "x-ms-correlation-request-id": "bcc51201-f65c-4d6a-83c3-268de0407996", "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-request-id": "2e51a50e-85b4-4073-b32a-ac7f458602c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201732Z:2e51a50e-85b4-4073-b32a-ac7f458602c0" + "x-ms-request-id": "bcc51201-f65c-4d6a-83c3-268de0407996", + "x-ms-routing-request-id": "JAPANEAST:20230613T043303Z:bcc51201-f65c-4d6a-83c3-268de0407996" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-158", - "name": "HDInsightRG-158", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2882", + "name": "HDInsightRG-2882", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-158/providers/Microsoft.HDInsight/clusters/hdisdk-empty?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-2882/providers/Microsoft.HDInsight/clusters/hdisdk-empty?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-526e83961177fcca0f445525c0587872-0473158137259cb1-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "16c376024c48d30090798a261e1137ef", + "traceparent": "00-b46c2682b8275539b24af2b6957c2136-aea55c52bc86c0ae-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f8cfe2653b20c26079bf9fe174cd7d4d", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, @@ -115,15 +109,15 @@ "Cache-Control": "no-cache", "Content-Length": "104", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:17:57 GMT", + "Date": "Tue, 13 Jun 2023 04:33:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27a99192-6da7-4b84-b839-c374a284d039", + "x-ms-correlation-request-id": "51a6e4a0-9719-4edb-8214-5565a5f45946", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "27a99192-6da7-4b84-b839-c374a284d039", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201757Z:27a99192-6da7-4b84-b839-c374a284d039" + "x-ms-request-id": "51a6e4a0-9719-4edb-8214-5565a5f45946", + "x-ms-routing-request-id": "JAPANEAST:20230613T043328Z:51a6e4a0-9719-4edb-8214-5565a5f45946" }, "ResponseBody": { "error": { @@ -134,9 +128,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1985325642", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1284785079", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestGetOrUpdateGatewaySettings.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestGetOrUpdateGatewaySettings.json index ac0dc878feb1..01bb8bc07eb8 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestGetOrUpdateGatewaySettings.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestGetOrUpdateGatewaySettings.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-687b95105a524ba9f64fe28c12702555-a6ab7431e9a5fd87-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b74efb0b3fa080c9efe9fe83007a3161", + "traceparent": "00-8cc8b9fefa676b234c8bd79d921cc47d-d88709c22b9154d6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "adb12e5f5fd364f06b516e385d454336", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:42:10 GMT", + "Date": "Mon, 12 Jun 2023 12:58:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78257af4-8a4c-419e-83a9-e6cef3d9d33b", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "78257af4-8a4c-419e-83a9-e6cef3d9d33b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164210Z:78257af4-8a4c-419e-83a9-e6cef3d9d33b" + "x-ms-correlation-request-id": "44199cdd-7ef0-4944-95c1-708b97d71dff", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "44199cdd-7ef0-4944-95c1-708b97d71dff", + "x-ms-routing-request-id": "JAPANEAST:20230612T125855Z:44199cdd-7ef0-4944-95c1-708b97d71dff" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-6094?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-8006?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-9b518d41e12db57909aad746191f9f33-605c70da063b3ca1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e1b91fb7d9adc2e2d46802f0701e9068", + "traceparent": "00-a33820f522d397693ad7e0dcc949286f-6e1b6bad6c40bded-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "39388914d51ef3d843230d70e820790e", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:42:12 GMT", + "Date": "Mon, 12 Jun 2023 12:58:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ade5147f-356e-4916-b163-bae40809ffff", - "x-ms-ratelimit-remaining-subscription-writes": "1181", - "x-ms-request-id": "ade5147f-356e-4916-b163-bae40809ffff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164213Z:ade5147f-356e-4916-b163-bae40809ffff" + "x-ms-correlation-request-id": "0798ba64-daa9-41f9-b1e6-ee87b888118f", + "x-ms-ratelimit-remaining-subscription-writes": "1185", + "x-ms-request-id": "0798ba64-daa9-41f9-b1e6-ee87b888118f", + "x-ms-routing-request-id": "JAPANEAST:20230612T125855Z:0798ba64-daa9-41f9-b1e6-ee87b888118f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094", - "name": "HDInsightRG-6094", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006", + "name": "HDInsightRG-8006", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1119", "Content-Type": "application/json", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-e677e2aa60f67c3a-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a2062166f0efeeb8d1158f94762ae335", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-6d65c86449fa949b-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c16f58cf38eaca385506c63844e46a97", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster5824.blob.core.windows.net", + "name": "azstorageforcluster7904.blob.core.windows.net", "isDefault": true, - "container": "container8134", + "container": "container383", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1808", + "Content-Length": "1838", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:42:51 GMT", - "ETag": "\u00229cc1334e-c95d-424c-bf8c-808205d023db\u0022", + "Date": "Mon, 12 Jun 2023 12:59:23 GMT", + "ETag": "\u0022e8d35f2a-03d0-4a19-9a36-8538f8e80bc8\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c86e9ab2-ad1d-4de8-a982-af651480ab7f", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1178", - "x-ms-request-id": "57d7ffed-e505-481c-8eb4-f3344a1909bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164251Z:c86e9ab2-ad1d-4de8-a982-af651480ab7f" + "x-ms-correlation-request-id": "f3a672bf-37cf-4dbc-93f6-e9b3079f9112", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1182", + "x-ms-request-id": "d17c9fde-4cac-49f1-9469-4f859083df64", + "x-ms-routing-request-id": "JAPANEAST:20230612T125924Z:f3a672bf-37cf-4dbc-93f6-e9b3079f9112" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway", "name": "hdisdk-gateway", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "9cc1334e-c95d-424c-bf8c-808205d023db", + "location": "Japan East", + "etag": "e8d35f2a-03d0-4a19-9a36-8538f8e80bc8", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "27b3fa48fb7b42179f89f85e9bbb45a1", + "clusterId": "83b47b9bf14349a1aa557dacf2831778", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T16:42:46.62", + "createdDate": "2023-06-12T12:59:24.133", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster5824.blob.core.windows.net", + "name": "azstorageforcluster7904.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container8134", + "container": "container383", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,77 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-01063a40c7f1f7a0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fac059bcb96a8dec8da988549da8e31c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:42:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6d25673-b6c5-4e65-9726-e1029b66ad19", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "40a53532-66b6-4e0f-ac5f-86899953668f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164252Z:d6d25673-b6c5-4e65-9726-e1029b66ad19" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-04d1e3e84280d5ee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1ff33a6f3f8a34e99668aafb1926ac92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:42:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a65b014-e1e4-4149-a1c7-607a60ed40ed", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "58a69d8b-30a3-46ef-8c86-0d860109be41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164254Z:3a65b014-e1e4-4149-a1c7-607a60ed40ed" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-9a71636c7927a5a6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1dd7e3f1e86925cb298c749ba836ff4f", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-029e8dd6c70a5c58-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cc6e20fda4ae770abe1c548fa5136b65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -386,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:42:55 GMT", + "Date": "Mon, 12 Jun 2023 12:59:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1af29c4-856e-4b26-ad0d-85339c5154e8", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "ec57e01c-573e-4750-a994-2a4384f4c675", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "b83d5dac-5691-437e-a5c2-083ee6038320", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164256Z:c1af29c4-856e-4b26-ad0d-85339c5154e8" + "x-ms-request-id": "3625d7d0-262f-46b7-baad-d857ac036801", + "x-ms-routing-request-id": "JAPANEAST:20230612T125925Z:ec57e01c-573e-4750-a994-2a4384f4c675" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-6142c6b2cb9ce747-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0722bb10044b7d21708b63010ef07367", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-9be1d1f8236c77ee-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4cc01a5d10640a38e29dad92a0d967fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -418,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:42:57 GMT", + "Date": "Mon, 12 Jun 2023 12:59:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d9a5632-df0f-4b26-a4f2-bfcf07c4adfd", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "de3347e0-dcfa-47d8-ac90-55515780cf0b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "c235b172-ebdf-419c-9f43-753dd006e399", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164258Z:5d9a5632-df0f-4b26-a4f2-bfcf07c4adfd" + "x-ms-request-id": "9632c6db-e221-4409-a4d5-6f7e31590269", + "x-ms-routing-request-id": "JAPANEAST:20230612T125926Z:de3347e0-dcfa-47d8-ac90-55515780cf0b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-e8dced9d2044224a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ba63f6fdc5d086b26ecdf5feca4d8b60", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-bd22f980994626ef-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "243b5e189e7660e96a08b83e71e62d00", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -450,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:43:00 GMT", + "Date": "Mon, 12 Jun 2023 12:59:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5dbec32-e105-4a09-8a00-b6412316b170", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "ce66b991-6ace-4732-a9e4-bcc07747d488", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "c41ddff6-7b22-4391-bc74-884ed174e8d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164301Z:b5dbec32-e105-4a09-8a00-b6412316b170" + "x-ms-request-id": "8027e9b5-661a-4554-b447-378582590fbc", + "x-ms-routing-request-id": "JAPANEAST:20230612T125927Z:ce66b991-6ace-4732-a9e4-bcc07747d488" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-2b77642e37434b91-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5dea5b69a403ed46c15aadde85ca1739", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-8dbc765373da292c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "480232eca097ed03e764ea11f677d7e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -482,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:43:05 GMT", + "Date": "Mon, 12 Jun 2023 12:59:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29f8ce63-ca90-4d6c-b884-03e58f845e30", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "c5a93f32-4611-4867-b460-bf3178c0dafa", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "e8cebad1-c869-4f1f-bd86-ba3f2bb71002", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164305Z:29f8ce63-ca90-4d6c-b884-03e58f845e30" + "x-ms-request-id": "e8e83e32-e115-4447-97cf-1795a6b1ef31", + "x-ms-routing-request-id": "JAPANEAST:20230612T125929Z:c5a93f32-4611-4867-b460-bf3178c0dafa" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-7e10e1c522b211f0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b29e0d1844d34a7e099c987d0e23b222", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-3e423564a4e76d7d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "467655b447d8beef305fe25c57fa99fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:43:14 GMT", + "Date": "Mon, 12 Jun 2023 12:59:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "018d4fd4-de05-49ab-a4c0-187d0aa42a31", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "3ab96837-2d6e-4e28-b67a-0df8d67b8638", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "7783f61f-6832-4dd3-8644-4fb173b947d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164314Z:018d4fd4-de05-49ab-a4c0-187d0aa42a31" + "x-ms-request-id": "b16b2788-5551-44be-b589-c09d7d22329e", + "x-ms-routing-request-id": "JAPANEAST:20230612T125931Z:3ab96837-2d6e-4e28-b67a-0df8d67b8638" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-d4dadbbd2f0feaf1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b29802ff16055863af76f97618d301a4", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-c678f901136b388f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6da6ad6f1fd677675a4e3c12b4d869f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:43:31 GMT", + "Date": "Mon, 12 Jun 2023 12:59:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "599344a2-f60f-4466-b518-e9a9e317fe83", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "2e885153-ad1b-4e83-ba6c-44d0875a3cb6", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "b71b17bb-c14c-4f80-96fb-83c576956eea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164331Z:599344a2-f60f-4466-b518-e9a9e317fe83" + "x-ms-request-id": "72f5db74-7786-468b-b910-46a958537cfc", + "x-ms-routing-request-id": "JAPANEAST:20230612T125935Z:2e885153-ad1b-4e83-ba6c-44d0875a3cb6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-ffbeeb9ca6a2d1fc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bde5bcb6d9af248ddda054670cc8de9d", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-6d7fcedbcd86d934-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1b89d231e670a42842431737bea795ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:44:04 GMT", + "Date": "Mon, 12 Jun 2023 12:59:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4fe24fb4-43f9-46bb-a530-6c2bb89197cc", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "38619055-f070-4d57-8d06-e1c17b2680f7", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "f05027da-aefa-47a7-bef4-61d75d30028d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164404Z:4fe24fb4-43f9-46bb-a530-6c2bb89197cc" + "x-ms-request-id": "a3f551b0-ddc5-4a17-824d-cdefd28a40bc", + "x-ms-routing-request-id": "JAPANEAST:20230612T125944Z:38619055-f070-4d57-8d06-e1c17b2680f7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-d7ff415462b73657-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "82df8aa764310233a945025d4b073135", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-0e271fc4f9ff880c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "48a1efca69d1940eeefeec890add0a58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:44:36 GMT", + "Date": "Mon, 12 Jun 2023 12:59:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6714a651-1c80-484f-9dc6-b185affcde98", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "20577688-be9b-4c03-a5f3-c98607c454fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164437Z:6714a651-1c80-484f-9dc6-b185affcde98" + "x-ms-correlation-request-id": "03d6364b-2987-48ee-887b-fac4c3f61baf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "3db194b2-221b-44a3-8155-5e3ada9f1d8b", + "x-ms-routing-request-id": "JAPANEAST:20230612T130000Z:03d6364b-2987-48ee-887b-fac4c3f61baf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-c742a97da2258cf1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "51c7f49af43e25727573d565c1fc4ce7", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-0c5ad849d65d7cbe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "852beff57e70898a85012a93082fb9b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:45:09 GMT", + "Date": "Mon, 12 Jun 2023 13:00:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ea42c67-d705-4740-bffb-2846feb2ab2a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "898effac-cf59-4e54-b67a-51833eb7a313", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "bba9d718-6ccc-474a-bd3a-16c32bedef0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164510Z:6ea42c67-d705-4740-bffb-2846feb2ab2a" + "x-ms-request-id": "9970e46b-03c4-44f8-8685-de5f26e4caa8", + "x-ms-routing-request-id": "JAPANEAST:20230612T130032Z:898effac-cf59-4e54-b67a-51833eb7a313" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-c60767a08eb0a81a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8dce5c977ff4517289e21369d630d9d6", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-467ba904480ee14f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c5474eb92136c721c3f52c71fa9e9a65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:45:42 GMT", + "Date": "Mon, 12 Jun 2023 13:01:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "407a76db-040b-483b-8ebb-bd1b9130e06e", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "7fee33d4-bace-4035-bbd6-fac31c2c86d3", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "a99975e7-9920-49ba-8bf3-9917fec0c3d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164543Z:407a76db-040b-483b-8ebb-bd1b9130e06e" + "x-ms-request-id": "2ecdf628-0247-4eba-bcb8-5365b4ecc615", + "x-ms-routing-request-id": "JAPANEAST:20230612T130105Z:7fee33d4-bace-4035-bbd6-fac31c2c86d3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-3a1e25027b113ae2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "17cc1e6e8c01b35e17b90cbe8fcd41ad", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-2cec0a0a4cdf68da-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ce41be38107c4c7d6418c3cf3e7b8bbf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:46:15 GMT", + "Date": "Mon, 12 Jun 2023 13:01:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9648c502-6851-4e27-a51e-60e16e11baf0", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5d022cd1-c5c7-4a03-ab68-0bdd8cbf093b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "1d83deb2-464a-4a20-b008-50c6307c4681", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164615Z:9648c502-6851-4e27-a51e-60e16e11baf0" + "x-ms-request-id": "2306bb28-cc18-4ba6-bf60-bc3de83247d8", + "x-ms-routing-request-id": "JAPANEAST:20230612T130137Z:5d022cd1-c5c7-4a03-ab68-0bdd8cbf093b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-3b13c04b14f7d5cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "eec51bf9a4381b418175c85ce0094e45", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-c3e1b907d149feae-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bbd039454596d422cd64c17a51198fe7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:46:48 GMT", + "Date": "Mon, 12 Jun 2023 13:02:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bd07d4b-2dce-4374-8946-8137573c6534", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5005fe37-ccaa-4632-9624-22e14eecedbd", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "3db0db74-17d1-4da5-a946-1529e76a96bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164648Z:3bd07d4b-2dce-4374-8946-8137573c6534" + "x-ms-request-id": "7e969f1c-609b-4961-a733-ceeb93d60de3", + "x-ms-routing-request-id": "JAPANEAST:20230612T130209Z:5005fe37-ccaa-4632-9624-22e14eecedbd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-65454ee6d68c1329-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a2f7ff9a342f0ae5fe1b763b72b4c2bb", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-cacd0bb2ac4403a3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "495ac567eaeea836d1fa611e5e528848", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:47:21 GMT", + "Date": "Mon, 12 Jun 2023 13:02:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08d4140d-72a2-4433-b768-e3ed158d0a61", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "36625ed3-b5d0-4dd9-8536-13ef97397df9", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "2419a5ec-2b65-4eb4-a2b0-2e2d5265fa33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164721Z:08d4140d-72a2-4433-b768-e3ed158d0a61" + "x-ms-request-id": "f12084e5-711b-4b89-b0f0-059c9643070e", + "x-ms-routing-request-id": "JAPANEAST:20230612T130242Z:36625ed3-b5d0-4dd9-8536-13ef97397df9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-937a2e003af7e21e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bb7066a0ea6aca9dddb1968bc401d20e", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-aea3c2d7e9cd3554-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c02b6d69decdf3ce9c6c00184f02fb4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:47:55 GMT", + "Date": "Mon, 12 Jun 2023 13:03:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6debdca4-7777-42f1-89df-d40ad3af209c", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "b66ac55b-8991-4d7d-b339-66d87db7232f", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "bd30e869-3fcf-472c-806b-2a1d617646a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164755Z:6debdca4-7777-42f1-89df-d40ad3af209c" + "x-ms-request-id": "6b897acc-5b35-4bc3-b4c5-b9602b071af5", + "x-ms-routing-request-id": "JAPANEAST:20230612T130314Z:b66ac55b-8991-4d7d-b339-66d87db7232f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-7b4cc973db49a228-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9023c76a9fd6c57e35bbf01d2e06a9cd", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-8e535d8418fd78bb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7968db8841205bd00227ea9ce303767b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:48:27 GMT", + "Date": "Mon, 12 Jun 2023 13:03:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8cc4d64d-6aa6-4cd5-9b17-ebd606f749bc", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "de6a4920-3df3-4d69-bea4-35fa00874f03", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "3f66c37c-2381-4535-97af-dc80ff6a87a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164828Z:8cc4d64d-6aa6-4cd5-9b17-ebd606f749bc" + "x-ms-request-id": "a25f7c16-76f5-4239-b3e7-b86ac5472f06", + "x-ms-routing-request-id": "JAPANEAST:20230612T130346Z:de6a4920-3df3-4d69-bea4-35fa00874f03" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-30ab5e454817f03a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7abb0cb39399afdb612cc47d9e5946fc", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-8a472d2f0de2110a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e41078dbceed881af666ad81e91e59ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:49:00 GMT", + "Date": "Mon, 12 Jun 2023 13:04:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98e39e2e-3ea0-4a63-ba8f-4e41c9c17231", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "9db6610d-5ac4-4ea7-a656-47d65bc8a44a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "85580dfd-62a1-440e-9672-935d9157a10d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164901Z:98e39e2e-3ea0-4a63-ba8f-4e41c9c17231" + "x-ms-request-id": "ca74d2fd-b2ac-42b3-a81b-e0178c7953a1", + "x-ms-routing-request-id": "JAPANEAST:20230612T130419Z:9db6610d-5ac4-4ea7-a656-47d65bc8a44a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-44bc8151bd7e90ac-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "abd06749319001e4e7ab85affa7f9cd7", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-37093ff06d12219f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "829516ff0ee927279ccfbda5f4320f99", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:49:34 GMT", + "Date": "Mon, 12 Jun 2023 13:04:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "783d2f59-3b80-4925-b292-a56395d7ff96", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "b33dbe22-dd06-469b-8d20-8e762f165298", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "00763f10-2b5f-4133-94f8-23f8ef1f9438", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T164934Z:783d2f59-3b80-4925-b292-a56395d7ff96" + "x-ms-request-id": "4a593bf2-24c2-4b40-bac7-c20b69c20ac7", + "x-ms-routing-request-id": "JAPANEAST:20230612T130451Z:b33dbe22-dd06-469b-8d20-8e762f165298" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-85adbafcb1647ed5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b7d8c8075746d675ec732ea9da0026dc", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-781ee85e894621c7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d63c85f616f1b95cc1df82ba944f72e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:50:06 GMT", + "Date": "Mon, 12 Jun 2023 13:05:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72ef037f-8cf9-4b1a-882f-e4d72d4daa1a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "b7c74bae-fee8-43ab-97df-c9ee66f19fb9", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "ffda5c9a-1dc7-4d0c-b1de-1636196b0a8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165006Z:72ef037f-8cf9-4b1a-882f-e4d72d4daa1a" + "x-ms-request-id": "aac96ad8-c4bd-4beb-9a41-e473c4803030", + "x-ms-routing-request-id": "JAPANEAST:20230612T130523Z:b7c74bae-fee8-43ab-97df-c9ee66f19fb9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-13978e2e0c833446-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c6d4f375fe35813c28b993ee0e2bb5e1", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-cec7809161a6ae0a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cd9d1ccef36dcc9151e9481d107594c4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:50:39 GMT", + "Date": "Mon, 12 Jun 2023 13:05:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "405e1ae1-1a64-4b84-8c5d-11fbc90bca49", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "9c94b62f-5963-4f6f-9a86-247c1e0ef94a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "aac75994-8784-43a7-b700-c467b01c6a2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165039Z:405e1ae1-1a64-4b84-8c5d-11fbc90bca49" + "x-ms-request-id": "669db6fc-0de4-46ee-8d16-743a515f7495", + "x-ms-routing-request-id": "JAPANEAST:20230612T130556Z:9c94b62f-5963-4f6f-9a86-247c1e0ef94a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-b6db36547307ebb9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d575ed908e81f1b5f2fabe1c033a27e6", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-5310f20f74bdd43d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "648b135683e2e8dcb9dcc10a8c6d934c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:51:12 GMT", + "Date": "Mon, 12 Jun 2023 13:06:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03ac838f-cf93-454c-9f6a-cb9d7abe7abd", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "6ae74d01-e0ad-4546-a2aa-fb48b0648c0b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "5e35b49c-50ba-40fc-b1d9-69a0874fdadf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165112Z:03ac838f-cf93-454c-9f6a-cb9d7abe7abd" + "x-ms-request-id": "9481c7e6-7d6b-4e97-b245-bfa379e0e90a", + "x-ms-routing-request-id": "JAPANEAST:20230612T130628Z:6ae74d01-e0ad-4546-a2aa-fb48b0648c0b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-0bbc3cd16fb5d55a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0639a984d5ab09a28b578f8cc486c8c0", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-b8dd28da79856d3e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d8d6da5d4295022bf36f8508ce3fa84b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:51:44 GMT", + "Date": "Mon, 12 Jun 2023 13:07:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6535d13-f3c0-446f-b4a4-b3257923319c", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "9e7febec-eb53-4e57-9d40-b862d0966964", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "1f3f80a7-cf80-4617-a345-f1d34dc303ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165145Z:b6535d13-f3c0-446f-b4a4-b3257923319c" + "x-ms-request-id": "1708a9ec-f8a8-4602-81bf-4f7309e98b23", + "x-ms-routing-request-id": "JAPANEAST:20230612T130700Z:9e7febec-eb53-4e57-9d40-b862d0966964" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-bc7fa91bba2f7a86-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ed194cbe508ae65a3ee2d33b3f1f7eed", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-30abd9832992cd12-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8063be4b0ec44a013fb41491318740e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:52:17 GMT", + "Date": "Mon, 12 Jun 2023 13:07:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54e1b0d9-ee30-4022-9849-b6743fff6cab", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "3cba014a-c5b5-4fe2-8af0-8e321f4e420b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "4612c8c9-4b6b-4d9e-9559-a912d4bd6531", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165218Z:54e1b0d9-ee30-4022-9849-b6743fff6cab" + "x-ms-request-id": "90a88b1b-d73a-4de1-b6d2-3a7093e7c679", + "x-ms-routing-request-id": "JAPANEAST:20230612T130733Z:3cba014a-c5b5-4fe2-8af0-8e321f4e420b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-a91376c5a287a443-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6469ac92aef2ba354a6c4a2aff292d6b", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-4cd41eff37836f9a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "36c0fb56bc9e142fe8887072fdd31a7a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:52:50 GMT", + "Date": "Mon, 12 Jun 2023 13:08:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bea3a26-7697-4748-9ead-46ef25807e40", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "1e25233d-badb-4bb5-aad1-c2bb9183f184", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "175374f6-895a-44ea-a8fd-84697abf8282", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165251Z:8bea3a26-7697-4748-9ead-46ef25807e40" + "x-ms-request-id": "3ef23cb8-bc89-4471-8b1b-e5d65f4620b6", + "x-ms-routing-request-id": "JAPANEAST:20230612T130805Z:1e25233d-badb-4bb5-aad1-c2bb9183f184" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-5ea1b9bc28a6b652-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b65efe313a21335b4e53c8c90167c96b", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-3d0d70d6d149a391-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cebf7633120a4f88d88c98e02e9ad16b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:53:24 GMT", + "Date": "Mon, 12 Jun 2023 13:08:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf7f98a3-b76b-4017-9f99-6c6d0ac6c512", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d6b667c2-62d1-40b6-bada-226e28f7ee37", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "7b66d026-8617-4942-a759-1185e99df434", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165325Z:cf7f98a3-b76b-4017-9f99-6c6d0ac6c512" + "x-ms-request-id": "b58fc89e-74b1-43a3-9915-28a0e1f21a03", + "x-ms-routing-request-id": "JAPANEAST:20230612T130838Z:d6b667c2-62d1-40b6-bada-226e28f7ee37" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-4807de63e86d5339-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "18f9a2d9631c0fce165ea21e0630e714", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-068b03c1232bcd57-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d2b2a12f727e8ead8e4e983c9d8e4c6b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:53:57 GMT", + "Date": "Mon, 12 Jun 2023 13:09:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1ff8a98-47c1-4860-9b83-c35be49b3aff", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "8facc9d9-5ddd-449e-94ca-32678afb63b5", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "c922ca72-9c71-4aa0-a1e4-a199a2da4176", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165358Z:e1ff8a98-47c1-4860-9b83-c35be49b3aff" + "x-ms-request-id": "5c7d8d14-5e34-4e5c-8c1f-aa1ac1e85aba", + "x-ms-routing-request-id": "JAPANEAST:20230612T130910Z:8facc9d9-5ddd-449e-94ca-32678afb63b5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-018eadf3382af5c4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "410968b5c7c158cb5035169ee66cb9e3", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-b2fed6240f295b47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bb5e999a72c843d973705e12244ee64e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,158 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:54:30 GMT", + "Date": "Mon, 12 Jun 2023 13:09:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a66f981a-0a1c-4525-8a0a-9bc6a47668c7", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "23ccad71-40b8-4b09-976e-cefa58b38c32", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "6bb5210e-ef83-4005-ae7c-20cb2f5b915c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165430Z:a66f981a-0a1c-4525-8a0a-9bc6a47668c7" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-7814d5158b5be42f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5c50dea2152fce4e304e9fc2983d2d1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:55:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "348827c7-1255-447e-b05b-59b0bf78971e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "879e184c-bfd7-4bd1-867d-ada815eb0afc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165503Z:348827c7-1255-447e-b05b-59b0bf78971e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-f5b68170c16f665d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9914b36b885e11aad6a1c7e64d2f29aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:55:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f944e88-ed41-4c4d-ac9e-aeb6de6e0b04", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "4ac8f002-2a82-4092-896d-a0cd255128e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165536Z:9f944e88-ed41-4c4d-ac9e-aeb6de6e0b04" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-1d0891f16e5570a7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "287cbea58adfa0e4193b11732808c013", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:56:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29af1bb5-4fe2-4231-bc8b-a8e4117d427b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "885087a2-bb49-44cf-8ce8-8c4c455d3d44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165609Z:29af1bb5-4fe2-4231-bc8b-a8e4117d427b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-0844103ca6f7189e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3233f8081f581985333f868e4d688000", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:56:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e5c63679-4c1c-4971-a98e-835e7d605ab2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "4637b62c-f95f-48e2-af48-21c330eefbfb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165642Z:e5c63679-4c1c-4971-a98e-835e7d605ab2" + "x-ms-request-id": "7a060bd5-7531-4a7c-8f4c-05244ef5ba1e", + "x-ms-routing-request-id": "JAPANEAST:20230612T130942Z:23ccad71-40b8-4b09-976e-cefa58b38c32" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-20e095786df957ee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d91df42504c0e13ecf7480237737e8cd", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-aa318087484b2579-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5c4304b64821c1fbc8303fbb794bb249", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:57:14 GMT", + "Date": "Mon, 12 Jun 2023 13:10:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a177bb60-36b9-40d3-a2ce-c20df5b57ed5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "af44c626-4869-496c-8bbd-6db3717fc617", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165715Z:a177bb60-36b9-40d3-a2ce-c20df5b57ed5" + "x-ms-correlation-request-id": "0978ef0a-58b1-4a9f-ae38-c9b5fdb28a9a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "798fa730-18ea-4bf4-8923-f82cfdd139cc", + "x-ms-routing-request-id": "JAPANEAST:20230612T131015Z:0978ef0a-58b1-4a9f-ae38-c9b5fdb28a9a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-013211da116e67cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "55deb4e1f6fc85523963f49f045652b1", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-dc52123aafa742bc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "94462c3f153bbca3c86e5e0e139b6a3f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:57:47 GMT", + "Date": "Mon, 12 Jun 2023 13:10:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c609ccd7-d32c-4953-9c0a-53414e997be5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "5d11ab65-dffc-4189-a1af-a5fd4856967a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165748Z:c609ccd7-d32c-4953-9c0a-53414e997be5" + "x-ms-correlation-request-id": "8e4eb873-be24-4455-93a7-2d326087e8f7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "1d134ee9-4184-4a42-bdb5-6c053a0b0d9d", + "x-ms-routing-request-id": "JAPANEAST:20230612T131047Z:8e4eb873-be24-4455-93a7-2d326087e8f7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-7059595316b984c2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "334d10bae6eb0353b95263e39f62a1fc", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-c1daac5743b6cdc9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "98854a68f04b514a9e9df298331eca27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:58:20 GMT", + "Date": "Mon, 12 Jun 2023 13:11:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb367167-cf69-4ae8-be7b-641b165c52bc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "396b09cb-3f72-4a0b-8996-b1333233e92b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165821Z:eb367167-cf69-4ae8-be7b-641b165c52bc" + "x-ms-correlation-request-id": "e656280c-367f-422e-9aa3-0ecc9a2801cc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "2cf7eafa-0b7c-40f4-afd1-297cfe5d57fc", + "x-ms-routing-request-id": "JAPANEAST:20230612T131119Z:e656280c-367f-422e-9aa3-0ecc9a2801cc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-e387f894cf22a68e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "99acb9562b892e03a297a05d109edc78", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-219e741ba8d795a3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f7d214be5108a112618694b2e9edad2d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:58:54 GMT", + "Date": "Mon, 12 Jun 2023 13:11:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad2d8790-5e9d-48ad-a10f-2571d6af427d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "06508027-7656-435b-8ab4-ca67ef10917a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165855Z:ad2d8790-5e9d-48ad-a10f-2571d6af427d" + "x-ms-correlation-request-id": "1701033a-df93-4123-8704-e7242aeb4daa", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "e9d84751-86a6-4be2-bd55-6f0d60ec9512", + "x-ms-routing-request-id": "JAPANEAST:20230612T131152Z:1701033a-df93-4123-8704-e7242aeb4daa" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-ee1ffd10acbe9ed9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6668cf21b5e9fae160da9baa936ee6d6", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-14ac8c5573b04dd9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2f52ffc519c64efde1f4f69e220a89a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 16:59:27 GMT", + "Date": "Mon, 12 Jun 2023 13:12:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40f86e95-9268-4858-a9db-f0f99d3c42d1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "460d5d7a-da2a-4dcd-8db8-4bdf14e99187", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T165928Z:40f86e95-9268-4858-a9db-f0f99d3c42d1" + "x-ms-correlation-request-id": "fdd0489d-fc47-4ff9-b5b4-6296aed495d1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "b0757da4-fd68-4471-8d03-b7601e213cb7", + "x-ms-routing-request-id": "JAPANEAST:20230612T131224Z:fdd0489d-fc47-4ff9-b5b4-6296aed495d1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-564889e1220fd813-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4a48f7c1b9aa8e270c1e905346f5f31b", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-8841c69877b232f5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fe5037a473c8163737e436c45c9868b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:00:00 GMT", + "Date": "Mon, 12 Jun 2023 13:12:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8b90565-d0c1-44b2-9470-fccb782c26aa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "f237c0b7-27da-4c66-bcc6-2bd512574068", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170001Z:c8b90565-d0c1-44b2-9470-fccb782c26aa" + "x-ms-correlation-request-id": "55fadc9e-527e-45e4-9a85-d71d69584fad", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "1946c765-ad93-4407-ac6c-96b53b81c768", + "x-ms-routing-request-id": "JAPANEAST:20230612T131256Z:55fadc9e-527e-45e4-9a85-d71d69584fad" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-08670e31cb444601-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cfc2ea753bf9a113d7b238af8f599b33", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-ec26b517998aa37e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "34d2c5f09acba460178315145b747e56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:00:33 GMT", + "Date": "Mon, 12 Jun 2023 13:13:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "235f9d2b-8214-4688-b2cd-42ace42f0157", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "5732f5db-9e58-459e-8958-a0fdae121d78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170033Z:235f9d2b-8214-4688-b2cd-42ace42f0157" + "x-ms-correlation-request-id": "c78b7022-4408-4208-b258-f41e6f2eee11", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "7387a691-ed4e-4fae-be73-b4f37fc912cd", + "x-ms-routing-request-id": "JAPANEAST:20230612T131329Z:c78b7022-4408-4208-b258-f41e6f2eee11" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-083d17f5d8790d9c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "189cc9b1925568cea7d95acb248eb46b", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-73b780ed127a3152-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b20deafdae9c5264c83cf7e2e339f249", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:01:06 GMT", + "Date": "Mon, 12 Jun 2023 13:14:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09d308d2-4ef4-4096-8b91-d5c4d9f61b45", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "5bcad454-4c40-4188-b714-35705792f0ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170106Z:09d308d2-4ef4-4096-8b91-d5c4d9f61b45" + "x-ms-correlation-request-id": "0ecae39b-3342-4710-b9b7-bff46500640c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "05896b65-ba0a-4067-979b-6c8cecf13778", + "x-ms-routing-request-id": "JAPANEAST:20230612T131401Z:0ecae39b-3342-4710-b9b7-bff46500640c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-d9498757123b79b0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a83580e617ac86dce4a773f78078feb3", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-10b444cd05fba45e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5dae458c553809ded6ace7445d22bbc3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:01:39 GMT", + "Date": "Mon, 12 Jun 2023 13:14:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "28d64602-8c59-4764-bcc9-17b5cb6da520", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "2c7b99f9-de77-4bc6-b12e-8a74c94e6df6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170139Z:28d64602-8c59-4764-bcc9-17b5cb6da520" + "x-ms-correlation-request-id": "3c698aa8-cc03-4b13-9c1b-53aea2e63887", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "de1a7895-4f4a-42c3-9155-93e4ce1566b3", + "x-ms-routing-request-id": "JAPANEAST:20230612T131434Z:3c698aa8-cc03-4b13-9c1b-53aea2e63887" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-0139c79a7436de09-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7ca25d82db59e2c51c59271fe1477d48", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-910dd5f0f0fc99ad-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "72c7df66b68a411360806b8fa27ec0dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:02:11 GMT", + "Date": "Mon, 12 Jun 2023 13:15:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7fff50a-d9da-4a06-8efc-7f544cc9845a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "abad27eb-7945-45c9-a721-e4a64f872cb3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170212Z:f7fff50a-d9da-4a06-8efc-7f544cc9845a" + "x-ms-correlation-request-id": "7e360595-7620-42bb-9f3e-98337fd2a338", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "ceaa2810-6040-4ba6-9bbb-6c9fd9ee77ba", + "x-ms-routing-request-id": "JAPANEAST:20230612T131506Z:7e360595-7620-42bb-9f3e-98337fd2a338" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-8fa81bfe1bdf37ca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0fc8cdfdf3239a87ed1533ae1fd6e82f", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-22ce5957954a5f31-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1588cc9120c6a81e0c03dbf0c620f4a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:02:44 GMT", + "Date": "Mon, 12 Jun 2023 13:15:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "901891ce-cd3f-4388-8214-3c868ca761cb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "4cba0470-e89d-4c66-8b3c-cad1af0ab7fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170245Z:901891ce-cd3f-4388-8214-3c868ca761cb" + "x-ms-correlation-request-id": "c4f1bcdc-0edd-4dbf-bd91-10852c1e4eee", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "e4cb3b49-8249-4a8b-abdb-4398be733efb", + "x-ms-routing-request-id": "JAPANEAST:20230612T131538Z:c4f1bcdc-0edd-4dbf-bd91-10852c1e4eee" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-2fd5034b666c12ab-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c748a6db37ec0b11ba528b52efbca59c", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-6bfa2bb6e68f0e2c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "037c34807f71d5bf316cfcb7e94e6657", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:03:18 GMT", + "Date": "Mon, 12 Jun 2023 13:16:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a94db580-fa20-4d38-ab55-780d34649586", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "2b0d182d-72b2-4a8f-9dfc-0ae758b7c17f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170318Z:a94db580-fa20-4d38-ab55-780d34649586" + "x-ms-correlation-request-id": "177727af-3eb1-48ea-ad1a-6c212544f8c6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "a8b8f5e6-5282-4f0f-ae47-b5aef007ac2b", + "x-ms-routing-request-id": "JAPANEAST:20230612T131611Z:177727af-3eb1-48ea-ad1a-6c212544f8c6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-302103bdcc23e2ab-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b3fa2a2aefaf8f8fd5088f43a717c346", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-4a6235b66b67582a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "91b209eba59a45fcc11f6586da227a40", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:03:50 GMT", + "Date": "Mon, 12 Jun 2023 13:16:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6eee646a-d214-4ef6-88f7-d3254b3784c8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "1bf2d28c-5543-4787-b090-f010f8fdbdb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170350Z:6eee646a-d214-4ef6-88f7-d3254b3784c8" + "x-ms-correlation-request-id": "9e25d8e6-e180-45e9-b8e6-59ad33b7e667", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "c843f710-1f59-4c3b-a3d6-9a3ad4c08326", + "x-ms-routing-request-id": "JAPANEAST:20230612T131643Z:9e25d8e6-e180-45e9-b8e6-59ad33b7e667" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-7c16ffcdeae04433-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3a44f771b5ffc65cbbbc55d16735aa30", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-02e24b2e728f7bab-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6e0ec68cbd02116c0cb2e3592467bebd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:04:24 GMT", + "Date": "Mon, 12 Jun 2023 13:17:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6023ed2-2273-46fb-958f-548399349d9d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "769eacc0-96b4-4913-9b4b-80fd7102573b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170425Z:b6023ed2-2273-46fb-958f-548399349d9d" + "x-ms-correlation-request-id": "7fa2928f-6d74-4f7d-86f0-fd8d3f8c731c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "7b10769d-781a-4ed7-bc44-3fb0083a2bc3", + "x-ms-routing-request-id": "JAPANEAST:20230612T131716Z:7fa2928f-6d74-4f7d-86f0-fd8d3f8c731c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-fb394a91a19b5f22-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f583967034dceb8017b8f2e4a8cd64a2", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-dcc1ca2b9a50a003-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bd05849c626ddb0a373641521a38fb0e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:04:57 GMT", + "Date": "Mon, 12 Jun 2023 13:17:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10a9abcd-d40f-4b96-8c41-e932357df0fc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "139a4f7e-270b-4a74-baba-977be8e94b5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170457Z:10a9abcd-d40f-4b96-8c41-e932357df0fc" + "x-ms-correlation-request-id": "eb14194c-66fe-4ad2-bf56-34993e15f00c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "ad09a9a8-19ec-468a-bed7-296bf2254069", + "x-ms-routing-request-id": "JAPANEAST:20230612T131748Z:eb14194c-66fe-4ad2-bf56-34993e15f00c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-e7c242a73fb3b6e9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f7e0458f6a78749dcd34f7f29abe27a0", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-3fccd9bfd987cf97-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "232bbcf2f83f2d549da084e8c1a3205a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1629,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:05:30 GMT", + "Date": "Mon, 12 Jun 2023 13:18:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea1c6a76-746f-49bc-aaf3-f5aa9e6855f0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "b10cccde-f68d-45e5-9029-21d626f53d53", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170530Z:ea1c6a76-746f-49bc-aaf3-f5aa9e6855f0" + "x-ms-correlation-request-id": "2b307988-0eb3-4035-bcce-39a95a275a84", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "625c7dff-5a4a-4cac-8617-e4d03e77f3ee", + "x-ms-routing-request-id": "JAPANEAST:20230612T131820Z:2b307988-0eb3-4035-bcce-39a95a275a84" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-514e0f8dc7689ec0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "10d25e5dcd933c6977582346c3781ded", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-0ec2f1f9581e6b7e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "56e9a760bd1d29d3bb3336cb7b19f7d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,30 +1661,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:06:03 GMT", + "Date": "Mon, 12 Jun 2023 13:18:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5331e0d2-0ef7-40f7-bb4a-1a6ee7511757", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "348f201d-6b71-4fe0-89a0-574e002a8d30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170603Z:5331e0d2-0ef7-40f7-bb4a-1a6ee7511757" + "x-ms-correlation-request-id": "78c7a20d-b110-48be-a4fc-f17d9818d4ac", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "174e02b4-102d-49f7-8eec-c337f530d05f", + "x-ms-routing-request-id": "JAPANEAST:20230612T131853Z:78c7a20d-b110-48be-a4fc-f17d9818d4ac" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-0af7d95b56a7456b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2241b258b35405b8f90f27a83d8d5158", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-95e1283e81359c5e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6867d5b69b3ba47d2fd81fccde221994", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1890,71 +1693,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:06:36 GMT", + "Date": "Mon, 12 Jun 2023 13:19:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a956747c-0f4d-44e7-9982-0179cbee5f28", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "67d16c55-5a8d-4a99-9097-6cd735905ff7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170636Z:a956747c-0f4d-44e7-9982-0179cbee5f28" + "x-ms-correlation-request-id": "438d9c77-f285-4d53-8b84-525a15542bce", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "538ca005-2858-4730-9976-524e5827011c", + "x-ms-routing-request-id": "JAPANEAST:20230612T131926Z:438d9c77-f285-4d53-8b84-525a15542bce" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d320ca7d559721fd9e6389f3ab1ea680-52a5cc9975ef7fa1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4987529053fac10fdba47f1f4756b055", + "traceparent": "00-6c79334ff9609b06cd2aa903b272fa22-278545e9ea94c8f7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "72f2e716a54e34f1e902670cc189b184", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2025", + "Content-Length": "2055", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:06:37 GMT", + "Date": "Mon, 12 Jun 2023 13:19:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "336b0c2d-ac2e-4196-84d1-829c59be3e3d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "e954cab3-e769-4bbd-ac12-fa54ac80f9d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170637Z:336b0c2d-ac2e-4196-84d1-829c59be3e3d" + "x-ms-correlation-request-id": "5cf5ebc5-ea27-4ede-b398-945a95cf5d1c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "43cf88dc-fd21-4ae8-aa4a-89ab0ff71c46", + "x-ms-routing-request-id": "JAPANEAST:20230612T131926Z:5cf5ebc5-ea27-4ede-b398-945a95cf5d1c" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway", "name": "hdisdk-gateway", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "9cc1334e-c95d-424c-bf8c-808205d023db", + "location": "Japan East", + "etag": "e8d35f2a-03d0-4a19-9a36-8538f8e80bc8", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "27b3fa48fb7b42179f89f85e9bbb45a1", + "clusterId": "83b47b9bf14349a1aa557dacf2831778", "computeProfile": { "roles": [ { @@ -2000,7 +1803,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T16:42:46.62", + "createdDate": "2023-06-12T12:59:24.133", "quotaInfo": { "coresUsed": 20 }, @@ -2025,14 +1828,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster5824.blob.core.windows.net", + "name": "azstorageforcluster7904.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container8134", + "container": "container383", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2049,15 +1853,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6094/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/getGatewaySettings?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8006/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/getGatewaySettings?api-version=2023-04-15-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-255e567e9ec724245bb2a9f5226e8a34-360a324d151c7dc6-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e89a0916057da94ba6cc1784a6c1ffea", + "traceparent": "00-80dc37aab9f991149d566e6688d60d00-08c300565bf02f99-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ec31b0a9b83bc41e294526459d064b98", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2066,17 +1870,17 @@ "Cache-Control": "no-cache", "Content-Length": "128", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 17:06:38 GMT", + "Date": "Mon, 12 Jun 2023 13:19:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0333b6c-71ff-4976-8211-dd7b917bc575", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "7e223f22-31e7-4be2-a664-c25939ecdf9f", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "fb28c210-b2cc-4cdc-91d5-bb25ab8745d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T170638Z:b0333b6c-71ff-4976-8211-dd7b917bc575" + "x-ms-request-id": "7aa962b1-b0a2-40da-81cc-0059683c7416", + "x-ms-routing-request-id": "JAPANEAST:20230612T131927Z:7e223f22-31e7-4be2-a664-c25939ecdf9f" }, "ResponseBody": { "restAuthCredential.isEnabled": "true", @@ -2086,9 +1890,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "428256202", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1973650233", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestGetOrUpdateGatewaySettingsAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestGetOrUpdateGatewaySettingsAsync.json index 4ac007ec2a39..f3ed9efff532 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestGetOrUpdateGatewaySettingsAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/ClusterOperationTests/TestGetOrUpdateGatewaySettingsAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d221758e87a0b87fada146299057f3af-76150a2beac317ba-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "35b896369de2f4347d9062509be3aab4", + "traceparent": "00-4daf481986dbdbf69513cf8d068fa1e5-9d683a38b8f3f6d3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "62fb896b8f99cf95e682664c3b59d81e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:18:04 GMT", + "Date": "Tue, 13 Jun 2023 04:33:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c6aa52d-4e9d-42d6-8f66-844fc5821631", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "2c6aa52d-4e9d-42d6-8f66-844fc5821631", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201804Z:2c6aa52d-4e9d-42d6-8f66-844fc5821631" + "x-ms-correlation-request-id": "f50bf8c2-bf94-4eaa-bd48-039276c2f0c9", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "f50bf8c2-bf94-4eaa-bd48-039276c2f0c9", + "x-ms-routing-request-id": "JAPANEAST:20230613T043329Z:f50bf8c2-bf94-4eaa-bd48-039276c2f0c9" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-2847?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-8224?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-a9433f4d50ee26bdcbe8d5f4642954d0-1b22f2f563aa75f8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "655f8ca359f46389bace14ca00fa6a11", + "traceparent": "00-8be9229bffe9a48d2c8b4463e7db1cba-e906a66671154dc5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eaa312739602181e650c09fdc1cc02a2", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:18:05 GMT", + "Date": "Tue, 13 Jun 2023 04:33:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae22ee37-65df-4d7f-abb4-9d4636bcf860", + "x-ms-correlation-request-id": "4a56c843-4188-4fbb-8b35-edc99081a109", "x-ms-ratelimit-remaining-subscription-writes": "1181", - "x-ms-request-id": "ae22ee37-65df-4d7f-abb4-9d4636bcf860", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201806Z:ae22ee37-65df-4d7f-abb4-9d4636bcf860" + "x-ms-request-id": "4a56c843-4188-4fbb-8b35-edc99081a109", + "x-ms-routing-request-id": "JAPANEAST:20230613T043329Z:4a56c843-4188-4fbb-8b35-edc99081a109" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847", - "name": "HDInsightRG-2847", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224", + "name": "HDInsightRG-8224", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-d69a23dde2d76afa-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b9647a90cbe0a4309c91decc92b25af8", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-f0d94411a6101511-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "348d4698d534094981d25ee5233cfdaf", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster2653.blob.core.windows.net", + "name": "azstorageforcluster1738.blob.core.windows.net", "isDefault": true, - "container": "container4252", + "container": "container8523", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1808", + "Content-Length": "1839", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:18:39 GMT", - "ETag": "\u002294e4cef9-1995-4e5e-9fde-2927cf7db6a5\u0022", + "Date": "Tue, 13 Jun 2023 04:33:58 GMT", + "ETag": "\u0022e7898bce-f9ff-492b-9ff3-702c633778c2\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c76ddf05-6111-4a3b-9fba-bb839e2afd52", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "503931e3-0676-4272-a392-34ca7221040b", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1178", - "x-ms-request-id": "18b10f00-ee8e-47d9-b6b1-0dfa4583d926", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201840Z:c76ddf05-6111-4a3b-9fba-bb839e2afd52" + "x-ms-request-id": "988f5d49-a896-4acf-b14b-5f36ff6abf76", + "x-ms-routing-request-id": "JAPANEAST:20230613T043359Z:503931e3-0676-4272-a392-34ca7221040b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway", "name": "hdisdk-gateway", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "94e4cef9-1995-4e5e-9fde-2927cf7db6a5", + "location": "Japan East", + "etag": "e7898bce-f9ff-492b-9ff3-702c633778c2", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "75851d53d51347b4ab7f7724569de8da", + "clusterId": "903d6d66b75d49f78d5c61a646fea17c", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T20:18:38.69", + "createdDate": "2023-06-13T04:33:59.223", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster2653.blob.core.windows.net", + "name": "azstorageforcluster1738.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4252", + "container": "container8523", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,13 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-118f5d4e29831ea2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7945f8f95a00998a3e49cdf7a114c416", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-6510cffebf48cba2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ac88719d60be41fbfec07a74423b763d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -322,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:18:41 GMT", + "Date": "Tue, 13 Jun 2023 04:33:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80c832c2-9016-46b3-8d64-7ff9d5a2dd34", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "884e1184-6195-4dad-b228-4c96c3aed0a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201841Z:80c832c2-9016-46b3-8d64-7ff9d5a2dd34" + "x-ms-correlation-request-id": "8d3e6c54-2f55-4a68-a843-4b40a791c451", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "67bebacc-c45c-415e-9e34-9b8e2427770e", + "x-ms-routing-request-id": "JAPANEAST:20230613T043400Z:8d3e6c54-2f55-4a68-a843-4b40a791c451" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-20fc616d10c0b68b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "025bd02ba688d81843968b7771dbecf6", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-4fb2a47ae6fb876c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d396d56d35e37b7215c51957a1790330", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -354,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:18:43 GMT", + "Date": "Tue, 13 Jun 2023 04:34:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "432d745a-dd58-426b-a319-8ed8a65ba747", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "4cecd3d5-b9f8-4658-b7ba-5f2f0170aef2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201843Z:432d745a-dd58-426b-a319-8ed8a65ba747" + "x-ms-correlation-request-id": "06096a33-e6a1-454f-9ef8-e806560cd356", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "e622dde4-05db-421a-abfa-1b533ec94526", + "x-ms-routing-request-id": "JAPANEAST:20230613T043401Z:06096a33-e6a1-454f-9ef8-e806560cd356" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-7eeec1b560f97f51-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9ad3d6dbe06d25f80b6bf6e3ea3f2c18", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-7d54198d8b49852b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b2476f1e51b3f6f15666e7b3a2bc85df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -386,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:18:45 GMT", + "Date": "Tue, 13 Jun 2023 04:34:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2bae6af-ed5c-4af2-9f22-2cc86a6b6796", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "c0e5eed0-3711-4cda-9092-a2f604a16649", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201845Z:e2bae6af-ed5c-4af2-9f22-2cc86a6b6796" + "x-ms-correlation-request-id": "2625ab83-b1d0-4821-8481-d6500dd57fe7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "11b892d8-baa3-42e7-80f6-e23ac4f66e58", + "x-ms-routing-request-id": "JAPANEAST:20230613T043402Z:2625ab83-b1d0-4821-8481-d6500dd57fe7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-8b05e6a3a33ca26a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e72944a5b34a527fe06d366acf132863", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-b8af9d7f86fe9ba6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3163f565e0ba680bfe0d96f847a39f85", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -418,94 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:18:47 GMT", + "Date": "Tue, 13 Jun 2023 04:34:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16b8099c-6188-4c17-966f-318cb017b503", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "04271354-53f3-41f3-9de5-5dd6b6315cf8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201847Z:16b8099c-6188-4c17-966f-318cb017b503" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-b0e526ef4a68d459-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ca1cd75c2a414aa9d835f61daf34ed04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:18:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3cfef6c-8462-4df0-9d2a-1834cf5a97fc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "48bd847b-4c40-4959-b54b-6b2043a4f1d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201849Z:c3cfef6c-8462-4df0-9d2a-1834cf5a97fc" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-f7579d4466b8198e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2cd1736905b228ab5680b9ffaa8e56f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:18:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "791c2a72-e69f-4305-bdf8-0af17dda4a75", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "7970a396-24e8-46a0-b97b-9a06d1849dae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201854Z:791c2a72-e69f-4305-bdf8-0af17dda4a75" + "x-ms-correlation-request-id": "9a5852ef-8655-4dd0-9719-c553aa12c658", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "bcbe6d92-01c9-4df2-be8e-bfb538f1bb2e", + "x-ms-routing-request-id": "JAPANEAST:20230613T043404Z:9a5852ef-8655-4dd0-9719-c553aa12c658" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-b25dbd8c6ab6917f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1386934361237ad79bde0f14bc62a3ab", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-0f858800e6317b94-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d3554abcc4f41b8ae49f7c7d4ebfd859", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:19:03 GMT", + "Date": "Tue, 13 Jun 2023 04:34:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4040e621-d5cd-4a43-b01b-fd1856e334a7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "a8dc4245-47eb-409b-8508-264fe0676b28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201903Z:4040e621-d5cd-4a43-b01b-fd1856e334a7" + "x-ms-correlation-request-id": "fcf3e602-c74b-4772-97f8-3f0c6ba85926", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "e1b748f3-c219-4e00-8346-c5f75429f729", + "x-ms-routing-request-id": "JAPANEAST:20230613T043406Z:fcf3e602-c74b-4772-97f8-3f0c6ba85926" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-99c4cfb1a1999560-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5b003180fb4157b02bf374c170a99f4a", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-0048ae49a1220105-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "abf23a40d1153e7564dfb3a6baf8aeb3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:19:19 GMT", + "Date": "Tue, 13 Jun 2023 04:34:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "010ef6f5-d524-4d20-a063-3132d60ed33c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "e31d9770-40af-46c5-8978-6d24abc365d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201920Z:010ef6f5-d524-4d20-a063-3132d60ed33c" + "x-ms-correlation-request-id": "1e9bc6bb-1bef-4f11-bec4-64e0b89f6bd3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "d70f40ef-ad75-4b39-9db9-7a705f8c50d6", + "x-ms-routing-request-id": "JAPANEAST:20230613T043410Z:1e9bc6bb-1bef-4f11-bec4-64e0b89f6bd3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-fc3bc887300a33db-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1bdafeded9ae08e09b5791d3f5966bf3", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-48cebfdc95560b72-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "58f661c6b267a1ea6b474d1b638e193f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:19:52 GMT", + "Date": "Tue, 13 Jun 2023 04:34:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23750b77-3e3e-42d8-bb44-d07e57cc8e28", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "06189290-d179-4863-b5ce-972a1a694c4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T201953Z:23750b77-3e3e-42d8-bb44-d07e57cc8e28" + "x-ms-correlation-request-id": "ae0efc0a-e536-4d38-b0e0-469ec92f4264", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "db3b3fc5-8cfa-4d10-957b-bbbf543cb090", + "x-ms-routing-request-id": "JAPANEAST:20230613T043418Z:ae0efc0a-e536-4d38-b0e0-469ec92f4264" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-0e6aaf6a563c3f1e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "787f0edcfa8e47b6e32fe72fed1509f1", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-6a5e1ce0c41e94f2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0db83d34f4b1ea6fd4166e1411e360eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:20:25 GMT", + "Date": "Tue, 13 Jun 2023 04:34:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15226ac2-07e1-45b7-9178-812b370e45fc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "3ef1da02-3a6e-49e1-8d7c-90dcd7fd2a05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202025Z:15226ac2-07e1-45b7-9178-812b370e45fc" + "x-ms-correlation-request-id": "e081c381-15d7-4817-a3fd-964268a89415", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "f0071e64-db07-4ef3-90e4-a0098af48b6e", + "x-ms-routing-request-id": "JAPANEAST:20230613T043435Z:e081c381-15d7-4817-a3fd-964268a89415" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-afdc8f2cd36d61eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "be36c53e8788a6fd51f7c0ea69dc6195", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-7ab766a178fcb57e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ecb6c9f07fc98df24f5040ce845adbd6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:20:57 GMT", + "Date": "Tue, 13 Jun 2023 04:35:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad429cc4-e4df-41ee-8c60-3615825daf02", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5e856e87-559f-451f-952a-8ba76856ff60", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "09791e51-86bb-42d4-add7-d106843bf7ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202058Z:ad429cc4-e4df-41ee-8c60-3615825daf02" + "x-ms-request-id": "8a1840c3-e266-45b8-b5cf-fb2776d4131c", + "x-ms-routing-request-id": "JAPANEAST:20230613T043507Z:5e856e87-559f-451f-952a-8ba76856ff60" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-a4d8218e082f4a2c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "61e480882629e3bb4792387ef2b11b86", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-caa4e142e8cce1a8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7d7273c5a13fd202f10b845043d68f87", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:21:31 GMT", + "Date": "Tue, 13 Jun 2023 04:35:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91726df1-7f44-42ad-8ea6-4597c0aa2c38", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "1af6f363-5f43-41e7-89a0-9df94d068a93", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "785d6d41-88a9-44ea-96cc-e7a941ba2f05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202131Z:91726df1-7f44-42ad-8ea6-4597c0aa2c38" + "x-ms-request-id": "90e5b5c9-d402-4464-93f5-fd9d8662f729", + "x-ms-routing-request-id": "JAPANEAST:20230613T043539Z:1af6f363-5f43-41e7-89a0-9df94d068a93" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-5b390e88407e3823-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "30949f4dac60546b11d927963accdd06", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-93546bec47ec0aab-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "992a61e62dd7b4764b2abe60b3a1667a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:22:04 GMT", + "Date": "Tue, 13 Jun 2023 04:36:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e5cd266-9991-4786-b9bd-082e035a1eee", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "85f4f306-0776-4f4b-97af-1591a000d699", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "7d1cb5fa-c40c-49c6-8a5d-a966f10f64ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202204Z:5e5cd266-9991-4786-b9bd-082e035a1eee" + "x-ms-request-id": "dc407b6c-8ba3-4363-a34c-ccd01f0db98e", + "x-ms-routing-request-id": "JAPANEAST:20230613T043612Z:85f4f306-0776-4f4b-97af-1591a000d699" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-b6c5e6ac9b76a266-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6ca652cda83018c8095277f64f7eb49f", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-b9fd517fb1eba278-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9d4e983be3714fabc7e4fabdfba14a78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:22:36 GMT", + "Date": "Tue, 13 Jun 2023 04:36:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01e59b45-b04c-40ca-b3ad-ef96d74a7f98", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a6be77db-41a7-4220-a0ba-17c380f3d7fb", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "2c36aea9-261d-4e12-9b64-f42f8fe1de8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202236Z:01e59b45-b04c-40ca-b3ad-ef96d74a7f98" + "x-ms-request-id": "71fa2801-bc4f-43f9-b290-c1b052fdc543", + "x-ms-routing-request-id": "JAPANEAST:20230613T043644Z:a6be77db-41a7-4220-a0ba-17c380f3d7fb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-e215b4811bfd311a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ca9c39dc3048dc34158f504ffe25a87a", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-e6b44e75163582a4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "22e7b8c0412f98fefdbd3215e2a11e50", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:23:09 GMT", + "Date": "Tue, 13 Jun 2023 04:37:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f30ba429-daa1-4a19-91a4-ba0f38fca67e", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "f051d562-5de1-470d-907b-24f839c12731", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "ae597db0-d6f3-4850-aec4-ef1a77e82655", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202309Z:f30ba429-daa1-4a19-91a4-ba0f38fca67e" + "x-ms-request-id": "a28b605b-70b9-4321-bd50-f108c3f91ab9", + "x-ms-routing-request-id": "JAPANEAST:20230613T043716Z:f051d562-5de1-470d-907b-24f839c12731" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-8f1f21e455ef3e69-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9fb031b4ae0aa555d77c270e34750592", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-35e7e5002bd68f9b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aa1409a5f2870316b5dad2f332b8b9a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:23:41 GMT", + "Date": "Tue, 13 Jun 2023 04:37:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "128ce33c-e955-4179-a664-dba51326b32a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "64d8e216-5fa8-4f86-b869-3d89ddee5490", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "9c8afabc-1226-4be6-a797-e613993d8023", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202342Z:128ce33c-e955-4179-a664-dba51326b32a" + "x-ms-request-id": "7d49ab90-5879-494e-9273-ecb5067f90f4", + "x-ms-routing-request-id": "JAPANEAST:20230613T043749Z:64d8e216-5fa8-4f86-b869-3d89ddee5490" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-21fdee4687aadd4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "01ba8825132f9dbe1eca57a0577819e3", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-120359f870ba4773-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fb9f45e043b9fa4a99b69fb4b1966c26", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:24:15 GMT", + "Date": "Tue, 13 Jun 2023 04:38:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de371b68-d903-4977-ad51-f360c1ea7df3", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a0e6693c-6c75-4e94-a500-5e958a7932f2", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "b190208a-fc3b-4861-b6ea-faa51391693d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202415Z:de371b68-d903-4977-ad51-f360c1ea7df3" + "x-ms-request-id": "bbf875cf-0a4e-4ff1-82b1-911885aa8b5d", + "x-ms-routing-request-id": "JAPANEAST:20230613T043821Z:a0e6693c-6c75-4e94-a500-5e958a7932f2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-5627decd3ef2deec-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1d41fca914cd2d94e4f7f3cb0926a7a0", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-92836bb6667d0cc0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f118aac59f8ccef1a2e46c546f0b6545", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,254 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:24:48 GMT", + "Date": "Tue, 13 Jun 2023 04:38:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b407642c-c22d-4efd-a3bc-454bcfcddacd", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "c193b2be-fda5-485a-b172-75d43615d5bd", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "4d930ce7-8f6a-47e7-a113-0f8ec550dbb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202449Z:b407642c-c22d-4efd-a3bc-454bcfcddacd" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-9db94bef6da5fa43-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "762abd8aa76ba04b7313814057b44d5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:25:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e95d03a0-26a8-4141-a485-815fa35b7290", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "c7b44067-86e7-43d1-b244-eaf15d67098d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202522Z:e95d03a0-26a8-4141-a485-815fa35b7290" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-7a7e0b0b8c7895df-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "37644363e73310c5f38c1c3720f393f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:25:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "637cc019-d679-4dcd-9dce-8a20c14c7f3e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "8e28ae66-6048-4ffd-9365-c502d0997b77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202555Z:637cc019-d679-4dcd-9dce-8a20c14c7f3e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-fac9963d73be5853-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9a16b722a24d0178b1a0aaba9354d52f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:26:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "978cc941-a4a9-4eb2-bf71-486532efe2be", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "842664f1-b69e-4fd7-bd65-1742ccd62e2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202627Z:978cc941-a4a9-4eb2-bf71-486532efe2be" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-1fba09d7bbbcd1c1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c56794aa6fc1a26cf81a82de8b138080", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:26:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c602be7d-5e7e-42a1-bd7a-801a167cc38e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "f73a164e-03e0-45cd-8f76-7965a3512998", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202700Z:c602be7d-5e7e-42a1-bd7a-801a167cc38e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-f69d86a78a4a5374-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a01d8980b39dc110cb6386923d0a7c9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:27:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3efc92e3-8609-4f27-92b0-61ccf96ca101", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "be654c93-696b-4ce3-bd05-791cefb8ce38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202733Z:3efc92e3-8609-4f27-92b0-61ccf96ca101" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-d6a9344339989b6e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8b8decb6ce8bb3364a73a2331f9a769e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:28:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce08d11e-3ce2-424c-ae28-9ca6059af6c5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "ca186099-0b0e-4e7b-aa28-ecc72d467651", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202806Z:ce08d11e-3ce2-424c-ae28-9ca6059af6c5" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-27ff48fe1f53f790-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0a3a2a203537f79184a6fa5ee9da65ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:28:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4de529ca-9861-4cb3-a266-564091fce770", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "785857c0-72a6-43ef-af7c-7688014b6e6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202839Z:4de529ca-9861-4cb3-a266-564091fce770" + "x-ms-request-id": "6f4f1b2d-a2c1-4a4d-8491-727e8d3a0fe6", + "x-ms-routing-request-id": "JAPANEAST:20230613T043854Z:c193b2be-fda5-485a-b172-75d43615d5bd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-4eca6f7bb920380f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9e27e39ef485b2f45369562a11dda131", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-68a75e2d9b0bbcc6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9c34880423016196bf1a10d05261521f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:29:11 GMT", + "Date": "Tue, 13 Jun 2023 04:39:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95a2aaa7-6979-4958-b856-e018c7c2b73a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "4a0c89d1-9821-489a-a373-c30d0abb6f09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202912Z:95a2aaa7-6979-4958-b856-e018c7c2b73a" + "x-ms-correlation-request-id": "59f5d12f-b0b1-4830-9612-88025adc748f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "ff3a69a6-b66e-4de8-a731-4194211b39fd", + "x-ms-routing-request-id": "JAPANEAST:20230613T043926Z:59f5d12f-b0b1-4830-9612-88025adc748f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-df79eaa2226234d8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1271e8ed71d081685b9607e4d3d8ca6f", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-185c527c2de57095-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "882dab6ec79f411d54d059d5d6f58a8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:29:44 GMT", + "Date": "Tue, 13 Jun 2023 04:39:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b032286a-a6a7-4de2-9483-4a9053538427", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "01d934f6-315d-426a-a0b2-8c4b4be4e808", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T202944Z:b032286a-a6a7-4de2-9483-4a9053538427" + "x-ms-correlation-request-id": "293b0ce2-5792-449b-9902-79d306efc64b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "8a8af904-9cdc-4c9c-9c55-9b50632ec80c", + "x-ms-routing-request-id": "JAPANEAST:20230613T043958Z:293b0ce2-5792-449b-9902-79d306efc64b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-b64b615755081889-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3c95b40ed7722c183588b7cddf67e6a7", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-e9322be95ee2c3f8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "28b05a50d062a22413b732718e207c40", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:30:17 GMT", + "Date": "Tue, 13 Jun 2023 04:40:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b10e5c7e-a242-467a-b9fb-52a92443430d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "a88ff960-786a-47e4-8b75-76ea3b348457", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203017Z:b10e5c7e-a242-467a-b9fb-52a92443430d" + "x-ms-correlation-request-id": "868ac926-7111-4257-8e30-b5ae75f151a7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "e2b76432-b358-467d-978c-52ff6eb79e6d", + "x-ms-routing-request-id": "JAPANEAST:20230613T044031Z:868ac926-7111-4257-8e30-b5ae75f151a7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-419fd9e46d173bb9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0071c90552682c1c7ba643efec0fde7a", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-563311440feb4981-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c3e64d92dcde3ca56af24831cac18ac9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:30:50 GMT", + "Date": "Tue, 13 Jun 2023 04:41:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ccdf56be-f4ef-4ac1-aab8-a1a83a5816e4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "50ffee5f-08d8-4fb5-b08f-cc9d558e29a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203050Z:ccdf56be-f4ef-4ac1-aab8-a1a83a5816e4" + "x-ms-correlation-request-id": "0e80ef14-027b-45cf-8a79-34283fb120c2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "36a2e1b1-4d98-422d-9eca-1abf9d37380a", + "x-ms-routing-request-id": "JAPANEAST:20230613T044103Z:0e80ef14-027b-45cf-8a79-34283fb120c2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-17be18420e8d1880-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5c1be69f644715becf45dc48ba9ba1f3", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-798dd270233cac27-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f77f829029b19dbc878a75e894abb333", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:31:24 GMT", + "Date": "Tue, 13 Jun 2023 04:41:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ef0ae7a-872f-49eb-9369-ca003d671c60", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "adea186c-d9d3-4128-bea6-db8236b0a442", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203124Z:8ef0ae7a-872f-49eb-9369-ca003d671c60" + "x-ms-correlation-request-id": "d2193857-4812-4d5b-84b7-792289b748c1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "724ac948-1996-43a4-b2a1-fbed8685eb65", + "x-ms-routing-request-id": "JAPANEAST:20230613T044135Z:d2193857-4812-4d5b-84b7-792289b748c1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-07757ada21ded066-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0adf60b0c966bc069769c1cc94293f26", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-fcbae6c905836558-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "88421854c60f73afb573bd6f87f3d851", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:31:57 GMT", + "Date": "Tue, 13 Jun 2023 04:42:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "179790b0-d4d9-4e3d-a544-3d0ffdea5ddb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "ea6ea574-25a0-4f62-812c-d484c7126a1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203157Z:179790b0-d4d9-4e3d-a544-3d0ffdea5ddb" + "x-ms-correlation-request-id": "6bb33c26-8b8b-45ed-b34a-3a9e1248997f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "7b8a6e98-005a-44cd-a7fd-2d3e598379eb", + "x-ms-routing-request-id": "JAPANEAST:20230613T044208Z:6bb33c26-8b8b-45ed-b34a-3a9e1248997f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-52ec9ca80163956d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f92d3ca9894ca05f0a5c312375d471df", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-50bf6bed3420dabe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0be1692c85a0698e91483b5367bca8bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:32:30 GMT", + "Date": "Tue, 13 Jun 2023 04:42:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58776bcd-0dcd-4be8-a9a2-3d4d0aeac22b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "318f2fc1-1ece-4342-a767-ce23cd8c6735", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203230Z:58776bcd-0dcd-4be8-a9a2-3d4d0aeac22b" + "x-ms-correlation-request-id": "e67fcca3-cc5b-4d86-a17b-4416db4dd2cc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "85c633d0-93c2-4dd9-a4e6-821e70cc709c", + "x-ms-routing-request-id": "JAPANEAST:20230613T044240Z:e67fcca3-cc5b-4d86-a17b-4416db4dd2cc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-776aad35f102a9f8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8b3e5004d330d614df5ec5dda3f180a6", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-39cfc1be5381d2c7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b1dc153f017ec9bad20c413d6b4d1694", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:33:03 GMT", + "Date": "Tue, 13 Jun 2023 04:43:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7234fb02-4594-45ec-9823-ff3356609e7e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "938f1c89-03ba-492c-9c01-f99f1fcc8476", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203303Z:7234fb02-4594-45ec-9823-ff3356609e7e" + "x-ms-correlation-request-id": "c14112e1-7691-4dcb-be05-b52feb377a9f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "690fa81e-16c4-4d81-9cc7-39ce58874671", + "x-ms-routing-request-id": "JAPANEAST:20230613T044313Z:c14112e1-7691-4dcb-be05-b52feb377a9f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-edf7370150528cb1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7e9eb605a86d27a6013fff0a97e346c3", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-cfba97e5b0939ef1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2abc24b2a8cacf928ad9f7c68a5b0cf9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:33:36 GMT", + "Date": "Tue, 13 Jun 2023 04:43:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aefe36bb-5894-4b4d-9537-3ebc2a9f4f1c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "f25b35c7-eb54-4093-8647-5500f9b24b1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203336Z:aefe36bb-5894-4b4d-9537-3ebc2a9f4f1c" + "x-ms-correlation-request-id": "94f08b6a-6cf6-4a98-86d4-72a1525ee77f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "f77f5fab-01bc-4c9a-a112-7265841d0133", + "x-ms-routing-request-id": "JAPANEAST:20230613T044345Z:94f08b6a-6cf6-4a98-86d4-72a1525ee77f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-ab73752b40bc5970-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "44c8e1f8b4ebd6f6285619edc481fc18", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-967debac15e6aa09-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7130fecb26162ad2af1738944350fd44", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:34:08 GMT", + "Date": "Tue, 13 Jun 2023 04:44:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64601206-078f-4336-92ae-11c6e9aa1359", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "45c8e601-519d-44d4-8720-9d31f7ad084e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203408Z:64601206-078f-4336-92ae-11c6e9aa1359" + "x-ms-correlation-request-id": "f1794618-e645-401f-afd4-9584bd6fbd7f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "b04b8bf3-b709-4d0a-85c8-8279dba35fed", + "x-ms-routing-request-id": "JAPANEAST:20230613T044417Z:f1794618-e645-401f-afd4-9584bd6fbd7f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-c296a977483716c3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "be1e8bdbf3355b71a9178af1d3093efc", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-0f8cf39dd6e3d1fe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "43a1a7327d0097f4830d27a50af43e77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:34:41 GMT", + "Date": "Tue, 13 Jun 2023 04:44:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9e3ea5b-c0cf-45c6-8c03-d3e9b2524b46", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "d9f052dd-cdc0-4b2d-805f-87a295a8742b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203441Z:a9e3ea5b-c0cf-45c6-8c03-d3e9b2524b46" + "x-ms-correlation-request-id": "04536a5c-0385-4a6d-b8bd-ff4a6891202e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "83c7f641-3d17-4d5b-a1d4-c097cef11c81", + "x-ms-routing-request-id": "JAPANEAST:20230613T044450Z:04536a5c-0385-4a6d-b8bd-ff4a6891202e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-5d8d5a1fa84377cf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c2e502183c2951bbc0c855178eb9637f", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-9cd0dd4ea5758c64-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6c7248ffa41d8b7e51917bb36ffd8c39", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:35:13 GMT", + "Date": "Tue, 13 Jun 2023 04:45:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4abb376-26f1-45ec-b9e7-b2ab13e7aaae", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "17670e56-6553-4b1f-b3c0-dcbdf908b337", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203514Z:f4abb376-26f1-45ec-b9e7-b2ab13e7aaae" + "x-ms-correlation-request-id": "663b56d8-9c57-47d5-84ed-f1b5dcebf47c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "f7b6ad8e-bb05-4394-bfa6-af4819fcb567", + "x-ms-routing-request-id": "JAPANEAST:20230613T044522Z:663b56d8-9c57-47d5-84ed-f1b5dcebf47c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-dac79edc776bd2c3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0c2fe74288c4048d6f6c9bd32905021e", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-5a594a51d7333b00-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e393b3dbc9ba4ef80a98ee08ff2d20bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:35:46 GMT", + "Date": "Tue, 13 Jun 2023 04:45:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7832b07a-5b86-4c91-b746-a7abbfa59e4a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "0cd18fdf-16bd-4c12-a063-449e2afc15ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203547Z:7832b07a-5b86-4c91-b746-a7abbfa59e4a" + "x-ms-correlation-request-id": "4dc8a960-ddf1-4aa1-a97b-96c557664364", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "3e04b14e-c17e-49f8-bc3c-44f387818121", + "x-ms-routing-request-id": "JAPANEAST:20230613T044555Z:4dc8a960-ddf1-4aa1-a97b-96c557664364" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-d177b28eb0e9dbf0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c2d51d183a9b9fefd0cdfe6d9d5acdef", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-8ff9f63a5d8624d6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fa95c1d891de8d262816f16e01412785", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:36:19 GMT", + "Date": "Tue, 13 Jun 2023 04:46:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "981daabc-c649-4c19-9d3b-4d3bdf19554d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "b3d6b9d6-bf8a-4629-a441-a883078f1834", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203620Z:981daabc-c649-4c19-9d3b-4d3bdf19554d" + "x-ms-correlation-request-id": "0af7c1e8-b907-4f26-a717-89d1c323517b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "508e55ff-2374-4e0a-99ae-ff3750665147", + "x-ms-routing-request-id": "JAPANEAST:20230613T044627Z:0af7c1e8-b907-4f26-a717-89d1c323517b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-cf7af16d72364a5a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ecae0ab432da903774e153bda0e727bb", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-77851040a0dd9f94-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "56c9ee815b6036bc50236184b5758b24", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:36:52 GMT", + "Date": "Tue, 13 Jun 2023 04:46:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85b738a1-19bd-479d-a7d6-ecd3faaba852", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "9a079f9b-b3b0-42ee-acbd-8a9fe9e85b17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203652Z:85b738a1-19bd-479d-a7d6-ecd3faaba852" + "x-ms-correlation-request-id": "d7659d68-f9d6-4209-820c-8b75af174ccc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "2122e3d9-4c9b-4a1a-a081-d4d144b29950", + "x-ms-routing-request-id": "JAPANEAST:20230613T044659Z:d7659d68-f9d6-4209-820c-8b75af174ccc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-6e03c6742bbc5b44-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "71fe36c5a0e308e3f78f3cf7891f6614", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-4a9730106f06ab2a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aedac07191674a5b8c05baa3d78a4dc9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:37:25 GMT", + "Date": "Tue, 13 Jun 2023 04:47:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a77238ce-1669-4a60-8e02-63ad909ba5a1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "c269d685-853f-40d2-89ad-6b3d7f1f9a80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203725Z:a77238ce-1669-4a60-8e02-63ad909ba5a1" + "x-ms-correlation-request-id": "4f5355eb-3271-4f4e-b312-ad34f6a12396", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "a6b6e306-aaad-4425-8545-239d45fac2b0", + "x-ms-routing-request-id": "JAPANEAST:20230613T044732Z:4f5355eb-3271-4f4e-b312-ad34f6a12396" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-23eae410b96f0c42-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1e1fab9f1656e644e5454dbae632fee8", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-872dc9698d4c8a20-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "11876970c9647d5a045faaba2fa2d8b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:37:59 GMT", + "Date": "Tue, 13 Jun 2023 04:48:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f89b21b0-0caf-4ff5-aa80-ceeb5e8113fa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "e625a1e6-329e-47d4-b8c3-be6efa7eaaaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203759Z:f89b21b0-0caf-4ff5-aa80-ceeb5e8113fa" + "x-ms-correlation-request-id": "d9b7d473-d731-4d51-8cf9-09c5b368d3bf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "27dede23-ed11-48f2-bca3-4fc2cde89dde", + "x-ms-routing-request-id": "JAPANEAST:20230613T044804Z:d9b7d473-d731-4d51-8cf9-09c5b368d3bf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-80ea166b3c613f4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "66a842a55b5c130b27a5f44af53f0655", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-282561ce089c134b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "41fccd8a7966ef1d937ec95aa0185ec5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:38:32 GMT", + "Date": "Tue, 13 Jun 2023 04:48:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "824b6e65-9ac3-44e1-812a-6002f06ad012", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "facf78fb-5389-4746-8b61-dfa5250c8e82", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203832Z:824b6e65-9ac3-44e1-812a-6002f06ad012" + "x-ms-correlation-request-id": "0506c35c-6691-49b4-948a-47ede04cba81", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "6340e0af-bc3c-40ca-b674-f98fbca51078", + "x-ms-routing-request-id": "JAPANEAST:20230613T044837Z:0506c35c-6691-49b4-948a-47ede04cba81" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-8ed6fdad428934fd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f51d3e7a08c7af64f2188b9e532921c5", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-977f783d3617e490-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4c1398d67aeea7bf655ca908e7a01bea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:39:04 GMT", + "Date": "Tue, 13 Jun 2023 04:49:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4272c7bd-cc1d-4495-8add-ec01660a9fb0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "d078172d-93a1-466c-9820-406b2cbf98dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203905Z:4272c7bd-cc1d-4495-8add-ec01660a9fb0" + "x-ms-correlation-request-id": "76734bf2-e3ca-458f-ae7e-09c8f1351136", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "982bc902-5fdf-445c-afd2-b68288fe1aa7", + "x-ms-routing-request-id": "JAPANEAST:20230613T044909Z:76734bf2-e3ca-458f-ae7e-09c8f1351136" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-0c5dd80823f3cd52-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "46515391007743b89f0cf7b021f9f0a6", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-2189d1535f50bc60-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0a19072d0b8df7624b977ee50000ddeb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:39:37 GMT", + "Date": "Tue, 13 Jun 2023 04:49:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54fa108b-bf50-4e01-9619-3a8f4e43c04f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "aaef8f70-8bcc-4c50-aee7-acded336c736", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T203938Z:54fa108b-bf50-4e01-9619-3a8f4e43c04f" + "x-ms-correlation-request-id": "ef0c1a32-a485-4c64-bf26-fe40674e9ef5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "d02c143a-d171-45af-9565-288e57c61b6f", + "x-ms-routing-request-id": "JAPANEAST:20230613T044941Z:ef0c1a32-a485-4c64-bf26-fe40674e9ef5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-00eabdd3cfa4222c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a83ff73e09149d20def97443cf6dbffd", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-db954cd6edccbc60-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "97e3e4008b8f10c40d55db0ad01408f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:40:10 GMT", + "Date": "Tue, 13 Jun 2023 04:50:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8dbfa8ca-cf6e-4d4b-ad4d-69854c581f9c", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "cf9844e8-a5b9-48d4-9e5d-aa349cca054c", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "b33c5d3c-d250-4c44-a049-88c9339b6303", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204011Z:8dbfa8ca-cf6e-4d4b-ad4d-69854c581f9c" + "x-ms-request-id": "3bd2767c-e344-45d0-aafc-10eaa1e21595", + "x-ms-routing-request-id": "JAPANEAST:20230613T045014Z:cf9844e8-a5b9-48d4-9e5d-aa349cca054c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-c26becbd5e22b615-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a1b92e84bfed7add86da55bb10b38df8", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-55888f2bdb230816-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "992cdf6354ffca37351c0056fcdaa764", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:40:43 GMT", + "Date": "Tue, 13 Jun 2023 04:50:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52f07d69-201a-4bed-9583-b300d0188ff6", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "e1a5ad58-3e8f-41e4-95e3-7c80ecd0aed5", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "cd2082a5-fa69-44fb-841c-dd1a0003633b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204043Z:52f07d69-201a-4bed-9583-b300d0188ff6" + "x-ms-request-id": "b5a6439b-b5ea-468d-b57f-35fb26014bf4", + "x-ms-routing-request-id": "JAPANEAST:20230613T045046Z:e1a5ad58-3e8f-41e4-95e3-7c80ecd0aed5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-edcf65d9681cfcf3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5b5fe52779e987b132b4687e8b747332", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-b9f0692da87f54cb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0208bd7f83bca15a4209fc382f582636", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:41:16 GMT", + "Date": "Tue, 13 Jun 2023 04:51:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e7bf5a3-5558-4b27-85ae-217797c8057c", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "08296beb-a17d-4b06-b3ae-1d4a65046e32", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "048d3e04-3ee6-45c7-b67a-d770363cf83f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204116Z:2e7bf5a3-5558-4b27-85ae-217797c8057c" + "x-ms-request-id": "c4ef17b5-1fed-4bd9-821a-b5835d231752", + "x-ms-routing-request-id": "JAPANEAST:20230613T045118Z:08296beb-a17d-4b06-b3ae-1d4a65046e32" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-5dc98a4bb453918f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f22cfa4c4e407fb819c52139b3658c2a", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-cf54b02aecdf6928-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "20818b8f44d3abecad1961728b6d1432", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:41:49 GMT", + "Date": "Tue, 13 Jun 2023 04:51:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ea1237a-3de5-45ab-90f9-78b8144fa6af", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "9416c4fe-532e-4e46-aeca-2f40dece2a20", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "a90f8c83-f7d9-4f0b-84a8-0a9de0dfd717", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204149Z:7ea1237a-3de5-45ab-90f9-78b8144fa6af" + "x-ms-request-id": "74cbd5b8-fc8b-4621-a743-a4c2bd247222", + "x-ms-routing-request-id": "JAPANEAST:20230613T045151Z:9416c4fe-532e-4e46-aeca-2f40dece2a20" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-88eaba686761e983-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ea1b7b6b630d0b137d316f38575fee11", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-fcc9b5765f634597-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "128a77ad050cdf36848a56f658fe9adc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1890,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:42:21 GMT", + "Date": "Tue, 13 Jun 2023 04:52:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "844d087e-49d2-44c2-adfc-e09e93c00654", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "ec18dc87-96b4-4d4c-b1b3-5b3acaacd643", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "720308fd-bc7b-451f-83ee-52cd81714583", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204222Z:844d087e-49d2-44c2-adfc-e09e93c00654" + "x-ms-request-id": "4fa5a45e-839d-413c-877a-76d1e7a6ab71", + "x-ms-routing-request-id": "JAPANEAST:20230613T045223Z:ec18dc87-96b4-4d4c-b1b3-5b3acaacd643" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-05e78ac121c1606e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "166e23669a87d9b72de042245777d4cd", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-17490594f5cd5600-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "70c7caf587583b90d15c55a322e816d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1922,254 +1629,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:42:54 GMT", + "Date": "Tue, 13 Jun 2023 04:52:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "497ccba5-9fe4-422c-843e-05830f0b9f11", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "36e0297c-c162-4be1-b943-e0b5af828fd9", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "f145301f-de05-43c9-b0aa-d36ca3be6256", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204255Z:497ccba5-9fe4-422c-843e-05830f0b9f11" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-060fce11304d5c2f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0f123d288959e924e621750edf7f28ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:43:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca248ce6-5eba-44d3-aea5-d3e8d49096bc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "eb8cc255-8d3f-4ec7-a73e-cbfbc995921b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204328Z:ca248ce6-5eba-44d3-aea5-d3e8d49096bc" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-5c9633d53e6835d4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8fd310d775f6d0a2c342bc2d21efb305", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:44:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c8fc174-bacf-4534-8c64-792e3e0b7b1d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "9fe3029b-a628-4822-af48-1083a69245a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204400Z:5c8fc174-bacf-4534-8c64-792e3e0b7b1d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-e515771f304a70bd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1910a15dde4cddb8ff852f6625a8f9ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:44:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc8c7018-0235-4833-a330-666eef50e68a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "3f4d1a9d-bfd4-41b1-a8d3-a02ead0076b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204434Z:cc8c7018-0235-4833-a330-666eef50e68a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-75a94f817065e06e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "474d87b844a4b2d79a414b16ccf7c7f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:45:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ab12f6b-2e40-46e0-a1f2-8b9cbb71c954", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "32841337-74fe-4a1d-8428-56e04c8a5f7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204507Z:5ab12f6b-2e40-46e0-a1f2-8b9cbb71c954" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-7df6757ec9ebabb2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3eb16f6d0e6ef86d57f69070463cab1b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:45:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74d7a502-0b03-45d5-ad03-663d83e25737", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "e3eda809-1a0d-4811-8754-5d0bd6f275e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204540Z:74d7a502-0b03-45d5-ad03-663d83e25737" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-06ffddc5d4e53c88-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "99740e486ca21861ca5d7e0b92a21008", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:46:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4aa05f2-e75d-406d-8671-bc3ac84fd485", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "a2a48f72-e3d8-4a56-a03c-32e9130f6e96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204613Z:b4aa05f2-e75d-406d-8671-bc3ac84fd485" + "x-ms-request-id": "cd380daf-3526-448b-b22b-40a7748f3dd8", + "x-ms-routing-request-id": "JAPANEAST:20230613T045256Z:36e0297c-c162-4be1-b943-e0b5af828fd9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-a3213328aae08611-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b6f838bebbf7a93f1a54efaeb4666c5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:46:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "56b6cfdf-7362-485f-80e4-6690a843bdcf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "d21569c4-a151-4660-8e71-9cff7cf6cbc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204646Z:56b6cfdf-7362-485f-80e4-6690a843bdcf" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-aa7bca3159438b57-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bdcd30962d8200540d997311906265b5", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-66f9ab2f614611f2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b88bc9f513ce892a55a19b48edf653ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2178,71 +1661,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:47:19 GMT", + "Date": "Tue, 13 Jun 2023 04:53:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a08420e-e54d-48dc-85bf-019f45c873b3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "c3bc7050-18e2-45f4-a3b1-3e3a48443130", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204719Z:7a08420e-e54d-48dc-85bf-019f45c873b3" + "x-ms-correlation-request-id": "264ee727-8d5e-4478-9e05-3c90773ab4c9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "53b4dcab-8551-4940-8693-ed00f48eb87b", + "x-ms-routing-request-id": "JAPANEAST:20230613T045328Z:264ee727-8d5e-4478-9e05-3c90773ab4c9" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52cf586067968e1ad4f4a07f84fbab89-53d8edc0e2207056-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0db287e5f5438d23cfcb7f4d7cb36363", + "traceparent": "00-d007837d6ddfdf6209679d5cd30a59df-ce3c3f3f8131af50-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c07d847ea3a625dae64f41b0af92bd9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2025", + "Content-Length": "2056", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:47:19 GMT", + "Date": "Tue, 13 Jun 2023 04:53:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5653a41-2e2a-4025-814c-098db9bf34a2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "e3629693-afc1-450d-8c81-7392de4a206e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204720Z:b5653a41-2e2a-4025-814c-098db9bf34a2" + "x-ms-correlation-request-id": "386587d6-40f5-4dc3-901f-a653b48cedaf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "1ccd4c0f-4989-420c-8dbc-304a71e4abed", + "x-ms-routing-request-id": "JAPANEAST:20230613T045328Z:386587d6-40f5-4dc3-901f-a653b48cedaf" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway", "name": "hdisdk-gateway", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "94e4cef9-1995-4e5e-9fde-2927cf7db6a5", + "location": "Japan East", + "etag": "e7898bce-f9ff-492b-9ff3-702c633778c2", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "75851d53d51347b4ab7f7724569de8da", + "clusterId": "903d6d66b75d49f78d5c61a646fea17c", "computeProfile": { "roles": [ { @@ -2288,7 +1771,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T20:18:38.69", + "createdDate": "2023-06-13T04:33:59.223", "quotaInfo": { "coresUsed": 20 }, @@ -2313,14 +1796,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster2653.blob.core.windows.net", + "name": "azstorageforcluster1738.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4252", + "container": "container8523", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2337,15 +1821,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2847/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/getGatewaySettings?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8224/providers/Microsoft.HDInsight/clusters/hdisdk-gateway/getGatewaySettings?api-version=2023-04-15-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-af3daf3ccac9656ecf1e63be51cc1942-21d9ea705dd44eb9-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "617420f152d49086e3f8a85d472e19b8", + "traceparent": "00-bc7590276571ac8206043dd26849fe7f-8a7f32e86144ea64-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8e018174e273e10e9f3d1ab6ec484dda", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2354,17 +1838,17 @@ "Cache-Control": "no-cache", "Content-Length": "128", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 20:47:20 GMT", + "Date": "Tue, 13 Jun 2023 04:53:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67e3ef7c-b306-4c20-b921-51ecf2f851e5", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a15a959e-608b-49a2-85b2-82ca0890824f", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "3a545444-ad42-454b-9c93-163bf4157b9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T204721Z:67e3ef7c-b306-4c20-b921-51ecf2f851e5" + "x-ms-request-id": "952225a5-b10c-46d0-aa59-df0f09a5996f", + "x-ms-routing-request-id": "JAPANEAST:20230613T045329Z:a15a959e-608b-49a2-85b2-82ca0890824f" }, "ResponseBody": { "restAuthCredential.isEnabled": "true", @@ -2374,9 +1858,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1363214883", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "440652292", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/CreateOrUpdate.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/CreateOrUpdate.json index d5f25a0ce343..1bb2ce2ad90d 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/CreateOrUpdate.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/CreateOrUpdate.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4725/providers/Microsoft.HDInsight/clusters/cluster7526/applications/application7607?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3934/providers/Microsoft.HDInsight/clusters/cluster6601/applications/application8709?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "405", "Content-Type": "application/json", - "traceparent": "00-9671781ba29f96dbb2e2cbf1d53c189a-4f1c1c3a578426d3-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f2467614dc3d3fba49ab4ac62745e17a", + "traceparent": "00-a71711d7460c08b9e254884fd48f5ab3-7088281d056f323a-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1316514e1233eefa1be65465b782c393", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -31,7 +31,7 @@ }, "installScriptActions": [ { - "name": "InstallHue4310", + "name": "InstallHue4198", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "parameters": "-version latest -port 20000", "roles": [ @@ -44,29 +44,29 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4725/providers/Microsoft.HDInsight/clusters/cluster7526/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3934/providers/Microsoft.HDInsight/clusters/cluster6601/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "857", + "Content-Length": "858", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 21:12:55 GMT", - "ETag": "\u002287A878D3-F622-4B19-A167-27B3955CF2B4\u0022", + "Date": "Tue, 13 Jun 2023 05:28:31 GMT", + "ETag": "\u0022036A1916-F6A0-4367-8DB4-DA5B56C8A0FF\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "188c3a5f-2883-4610-859b-fadaf70d7c11", - "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4725/providers/Microsoft.HDInsight/clusters/cluster7526/applications/application7607?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "a35f2e3b-da81-4649-9a6b-914fb6a99f3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T211256Z:188c3a5f-2883-4610-859b-fadaf70d7c11" + "x-ms-correlation-request-id": "147504ad-4eae-4313-9808-e053cef4758d", + "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3934/providers/Microsoft.HDInsight/clusters/cluster6601/applications/application8709?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "388f57cb-3a00-4420-adb2-993da1d24ca2", + "x-ms-routing-request-id": "JAPANEAST:20230613T052831Z:147504ad-4eae-4313-9808-e053cef4758d" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4725/providers/Microsoft.HDInsight/clusters/cluster7526/applications/application7607", - "name": "application7607", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3934/providers/Microsoft.HDInsight/clusters/cluster6601/applications/application8709", + "name": "application8709", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "87A878D3-F622-4B19-A167-27B3955CF2B4", + "etag": "036A1916-F6A0-4367-8DB4-DA5B56C8A0FF", "tags": { "test": "test" }, @@ -85,7 +85,7 @@ }, "installScriptActions": [ { - "name": "InstallHue4310", + "name": "InstallHue4198", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -97,19 +97,19 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T21:12:55.64", + "createdDate": "2023-06-13T05:28:31.557", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4725/providers/Microsoft.HDInsight/clusters/cluster7526/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3934/providers/Microsoft.HDInsight/clusters/cluster6601/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9671781ba29f96dbb2e2cbf1d53c189a-21ea106f1e06d74e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b76e3ace2e964da9886eb444f7c25413", + "traceparent": "00-a71711d7460c08b9e254884fd48f5ab3-ab2e68d5a1eb9d68-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a2a9656d2b2462bf016c5fd6def6454a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -118,55 +118,55 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 21:12:56 GMT", + "Date": "Tue, 13 Jun 2023 05:28:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c170afa-6e59-4ca2-8f3c-cbaf5e228e0b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "33882e12-8ebd-4d17-87ab-44d5db9cddda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T211256Z:7c170afa-6e59-4ca2-8f3c-cbaf5e228e0b" + "x-ms-correlation-request-id": "d1986085-7cc8-491b-95a8-5dcce3ca4a5a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "336c9355-d116-4acd-97a7-4547c13119da", + "x-ms-routing-request-id": "JAPANEAST:20230613T052832Z:d1986085-7cc8-491b-95a8-5dcce3ca4a5a" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4725/providers/Microsoft.HDInsight/clusters/cluster7526/applications/application7607?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3934/providers/Microsoft.HDInsight/clusters/cluster6601/applications/application8709?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9671781ba29f96dbb2e2cbf1d53c189a-0a996bbf797ae99d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8a8e0d6f203b17aecc1712bebd698922", + "traceparent": "00-a71711d7460c08b9e254884fd48f5ab3-dc65c2196ddc6143-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5fddfbddbcbe3a679021b216881ae9b7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "883", + "Content-Length": "858", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 21:12:57 GMT", + "Date": "Tue, 13 Jun 2023 05:28:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce447d64-8f07-4d31-b1e9-e06fff529885", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "0f46511b-2afa-4b60-95fb-923fb22526cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T211257Z:ce447d64-8f07-4d31-b1e9-e06fff529885" + "x-ms-correlation-request-id": "0f745a14-973b-4563-8f61-83abe064cda8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "2be86cec-7e5f-43de-b564-fbde942ccbb1", + "x-ms-routing-request-id": "JAPANEAST:20230613T052832Z:0f745a14-973b-4563-8f61-83abe064cda8" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4725/providers/Microsoft.HDInsight/clusters/cluster7526/applications/application7607", - "name": "application7607", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3934/providers/Microsoft.HDInsight/clusters/cluster6601/applications/application8709", + "name": "application8709", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "3F578102-7B9E-4041-A759-DA097ACC9207", + "etag": "036A1916-F6A0-4367-8DB4-DA5B56C8A0FF", "tags": { "test": "test" }, @@ -176,7 +176,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -186,7 +185,7 @@ }, "installScriptActions": [ { - "name": "InstallHue4310", + "name": "InstallHue4198", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -198,16 +197,16 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T21:12:55.64", + "createdDate": "2023-06-13T05:28:31.557", "applicationType": "CustomApplication" } } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1931750850", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "486543291", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/CreateOrUpdateAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/CreateOrUpdateAsync.json index 662e0fb836fa..b3133e997094 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/CreateOrUpdateAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/CreateOrUpdateAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1421/providers/Microsoft.HDInsight/clusters/cluster1414/applications/application7371?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1522/providers/Microsoft.HDInsight/clusters/cluster1855/applications/application9925?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "405", "Content-Type": "application/json", - "traceparent": "00-b954f85fd572e776a89234765d902b1b-ef402452d6579922-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dd02c4f919f966837d1b4976503e6464", + "traceparent": "00-788a8260e3a32e49029ed81c6b99d110-7c49a9ac67dac168-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a86480ba85bcbb4a98a3e408f750f735", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -31,7 +31,7 @@ }, "installScriptActions": [ { - "name": "InstallHue4506", + "name": "InstallHue5258", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "parameters": "-version latest -port 20000", "roles": [ @@ -44,29 +44,29 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1421/providers/Microsoft.HDInsight/clusters/cluster1414/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1522/providers/Microsoft.HDInsight/clusters/cluster1855/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "857", + "Content-Length": "858", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 22:59:21 GMT", - "ETag": "\u0022BC12ECAC-0AC7-41A9-92A0-250651BC199A\u0022", + "Date": "Tue, 13 Jun 2023 07:08:26 GMT", + "ETag": "\u0022D1DE59E7-13FF-49D1-BBB1-F35BCC37F669\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee5a2581-dc5d-4dbc-b8b1-2686f59fe32f", - "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1421/providers/Microsoft.HDInsight/clusters/cluster1414/applications/application7371?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "d7ff86bd-2577-4590-b2de-db39081b047b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T225921Z:ee5a2581-dc5d-4dbc-b8b1-2686f59fe32f" + "x-ms-correlation-request-id": "5829c512-fc2e-4b2a-9599-3be914e90535", + "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1522/providers/Microsoft.HDInsight/clusters/cluster1855/applications/application9925?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "d56437f4-683e-4d94-94ea-5af26b8a0417", + "x-ms-routing-request-id": "JAPANEAST:20230613T070826Z:5829c512-fc2e-4b2a-9599-3be914e90535" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1421/providers/Microsoft.HDInsight/clusters/cluster1414/applications/application7371", - "name": "application7371", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1522/providers/Microsoft.HDInsight/clusters/cluster1855/applications/application9925", + "name": "application9925", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "BC12ECAC-0AC7-41A9-92A0-250651BC199A", + "etag": "D1DE59E7-13FF-49D1-BBB1-F35BCC37F669", "tags": { "test": "test" }, @@ -85,7 +85,7 @@ }, "installScriptActions": [ { - "name": "InstallHue4506", + "name": "InstallHue5258", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -97,19 +97,19 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T22:59:21.19", + "createdDate": "2023-06-13T07:08:26.237", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1421/providers/Microsoft.HDInsight/clusters/cluster1414/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1522/providers/Microsoft.HDInsight/clusters/cluster1855/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b954f85fd572e776a89234765d902b1b-304c96198edba586-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cb2b59f664d0978f76d16819db80baf7", + "traceparent": "00-788a8260e3a32e49029ed81c6b99d110-046cf08390203eac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ebb4bc7857e4cd0b3cf911d356efdace", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -118,55 +118,55 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 22:59:22 GMT", + "Date": "Tue, 13 Jun 2023 07:08:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "403b2eb7-6adb-44b1-9772-3bd772d455a6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "3e5d6c1e-f334-4060-8454-52463fe38cc7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T225922Z:403b2eb7-6adb-44b1-9772-3bd772d455a6" + "x-ms-correlation-request-id": "0bcde490-7907-4836-a707-bb3268a7e7f1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "5c48431e-f1af-494e-8a04-c7d001349272", + "x-ms-routing-request-id": "JAPANEAST:20230613T070826Z:0bcde490-7907-4836-a707-bb3268a7e7f1" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1421/providers/Microsoft.HDInsight/clusters/cluster1414/applications/application7371?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1522/providers/Microsoft.HDInsight/clusters/cluster1855/applications/application9925?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b954f85fd572e776a89234765d902b1b-52cfe302f0292a2a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5c5376778e19436f0b06aadc5d0305e4", + "traceparent": "00-788a8260e3a32e49029ed81c6b99d110-9f971a3c0d0205de-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ed00c049987d244d284845a544cf5bb9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "883", + "Content-Length": "858", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 22:59:22 GMT", + "Date": "Tue, 13 Jun 2023 07:08:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cb2ab14-7c93-4def-b40f-e2ac4cd99525", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "e3ebadee-3d52-47ba-8977-21eafd70eb5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T225923Z:0cb2ab14-7c93-4def-b40f-e2ac4cd99525" + "x-ms-correlation-request-id": "adac51d3-6073-4727-96d0-fdad3c58667f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "2e544b7c-137f-4a84-820a-8e22314caf5e", + "x-ms-routing-request-id": "JAPANEAST:20230613T070827Z:adac51d3-6073-4727-96d0-fdad3c58667f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1421/providers/Microsoft.HDInsight/clusters/cluster1414/applications/application7371", - "name": "application7371", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1522/providers/Microsoft.HDInsight/clusters/cluster1855/applications/application9925", + "name": "application9925", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "F5EA1C91-3823-4AB0-9AB3-C06B73B913F3", + "etag": "D1DE59E7-13FF-49D1-BBB1-F35BCC37F669", "tags": { "test": "test" }, @@ -176,7 +176,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -186,7 +185,7 @@ }, "installScriptActions": [ { - "name": "InstallHue4506", + "name": "InstallHue5258", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -198,16 +197,16 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T22:59:21.19", + "createdDate": "2023-06-13T07:08:26.237", "applicationType": "CustomApplication" } } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1740128481", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "690130439", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/Exist.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/Exist.json index 0bbbfc5753c8..de5774b6d685 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/Exist.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/Exist.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5008/providers/Microsoft.HDInsight/clusters/cluster3093/applications/application1630?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8449/providers/Microsoft.HDInsight/clusters/cluster1724/applications/application2940?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "405", + "Content-Length": "404", "Content-Type": "application/json", - "traceparent": "00-b56eb7331d563088073dc176e5e16261-d38e01ed92e9a484-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d2a46113ff6f24a2456b95beaca870c0", + "traceparent": "00-d476ac1d7d7fbb40ef639b04260933e5-771af1c7a537a14e-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f64e6730e0007e490bc57e1ecd9d6246", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -31,7 +31,7 @@ }, "installScriptActions": [ { - "name": "InstallHue2996", + "name": "InstallHue117", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "parameters": "-version latest -port 20000", "roles": [ @@ -44,29 +44,29 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5008/providers/Microsoft.HDInsight/clusters/cluster3093/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8449/providers/Microsoft.HDInsight/clusters/cluster1724/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "858", + "Content-Length": "856", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 21:39:41 GMT", - "ETag": "\u0022394CCD58-B164-4F39-993E-60B1AA8689A9\u0022", + "Date": "Tue, 13 Jun 2023 05:50:41 GMT", + "ETag": "\u0022F81002DD-218B-482D-9FFC-1ABE5A510BF6\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4bde137c-9916-464e-9623-86f47579e005", - "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5008/providers/Microsoft.HDInsight/clusters/cluster3093/applications/application1630?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "73f5b80e-af7b-4ee9-9920-dfe134e73e15", + "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8449/providers/Microsoft.HDInsight/clusters/cluster1724/applications/application2940?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "b6ca1737-8ea5-44bf-94a2-c2751e94bd9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T213941Z:4bde137c-9916-464e-9623-86f47579e005" + "x-ms-request-id": "c58795f0-2ee4-4653-bbf6-4bf8ec2374fd", + "x-ms-routing-request-id": "JAPANEAST:20230613T055042Z:73f5b80e-af7b-4ee9-9920-dfe134e73e15" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5008/providers/Microsoft.HDInsight/clusters/cluster3093/applications/application1630", - "name": "application1630", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8449/providers/Microsoft.HDInsight/clusters/cluster1724/applications/application2940", + "name": "application2940", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "394CCD58-B164-4F39-993E-60B1AA8689A9", + "etag": "F81002DD-218B-482D-9FFC-1ABE5A510BF6", "tags": { "test": "test" }, @@ -85,7 +85,7 @@ }, "installScriptActions": [ { - "name": "InstallHue2996", + "name": "InstallHue117", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -97,19 +97,19 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T21:39:41.313", + "createdDate": "2023-06-13T05:50:42.23", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5008/providers/Microsoft.HDInsight/clusters/cluster3093/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8449/providers/Microsoft.HDInsight/clusters/cluster1724/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b56eb7331d563088073dc176e5e16261-b249b0c25fff0765-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "18f1279fe49dbc1b00b4ec23d51c82ab", + "traceparent": "00-d476ac1d7d7fbb40ef639b04260933e5-f740845a352c3350-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c9ebaaf006d243dc57adf50346c8a0da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -118,55 +118,55 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 21:39:42 GMT", + "Date": "Tue, 13 Jun 2023 05:50:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07981bdb-358a-4152-96f4-452f55f72adb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "e3c890b9-57e6-4dc1-b660-fe1bfca44447", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T213942Z:07981bdb-358a-4152-96f4-452f55f72adb" + "x-ms-correlation-request-id": "daf5a830-4a74-41b3-ab57-de083c971610", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "492763e4-87e9-402f-9986-1c2f5a2fdc97", + "x-ms-routing-request-id": "JAPANEAST:20230613T055042Z:daf5a830-4a74-41b3-ab57-de083c971610" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5008/providers/Microsoft.HDInsight/clusters/cluster3093/applications/application1630?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8449/providers/Microsoft.HDInsight/clusters/cluster1724/applications/application2940?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b56eb7331d563088073dc176e5e16261-0b1e9e3b808c8f2d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c0ab1fdf6f7884b25a163c253e55fcd3", + "traceparent": "00-d476ac1d7d7fbb40ef639b04260933e5-21c9ed55acadc530-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "71a14428036b810fb621c11d8c7027fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "884", + "Content-Length": "856", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 21:39:43 GMT", + "Date": "Tue, 13 Jun 2023 05:50:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d011b20d-c786-4853-84a0-16f481735d25", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "a47aa8ff-f3c4-4985-96c4-77bd7959635a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T213943Z:d011b20d-c786-4853-84a0-16f481735d25" + "x-ms-correlation-request-id": "6d8206ce-5d3a-4a13-a929-d9cf3a1b51f8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "9f2a9ef5-77cc-4bb2-acad-421aa8b63aca", + "x-ms-routing-request-id": "JAPANEAST:20230613T055043Z:6d8206ce-5d3a-4a13-a929-d9cf3a1b51f8" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5008/providers/Microsoft.HDInsight/clusters/cluster3093/applications/application1630", - "name": "application1630", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8449/providers/Microsoft.HDInsight/clusters/cluster1724/applications/application2940", + "name": "application2940", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "7AFBEBAD-B497-4199-A132-0FA59F850C88", + "etag": "F81002DD-218B-482D-9FFC-1ABE5A510BF6", "tags": { "test": "test" }, @@ -176,7 +176,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -186,7 +185,7 @@ }, "installScriptActions": [ { - "name": "InstallHue2996", + "name": "InstallHue117", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -198,45 +197,45 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T21:39:41.313", + "createdDate": "2023-06-13T05:50:42.23", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5008/providers/Microsoft.HDInsight/clusters/cluster3093/applications/application1630?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8449/providers/Microsoft.HDInsight/clusters/cluster1724/applications/application2940?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9a6212c6a91400d2631e16a470394387-b54719a4b907537c-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "841e56ba58b6582378e67f8fa3e3b879", + "traceparent": "00-ef08791a742fa30873027ca8ba0d3e86-026a8b36c3c3e3ef-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "222dfd3799b24873f8cdfad8b9ade56c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "884", + "Content-Length": "856", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 21:39:43 GMT", + "Date": "Tue, 13 Jun 2023 05:50:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e328411-6c31-47fc-8d99-f6bb9ce78bde", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "e0de4b6a-0cb6-44c6-9dcb-d7e37045eae6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T213943Z:5e328411-6c31-47fc-8d99-f6bb9ce78bde" + "x-ms-correlation-request-id": "8e686a1f-07a0-4a41-a6e5-32058e44d416", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "00384640-f1a6-4825-8793-0dd7bc509b4f", + "x-ms-routing-request-id": "JAPANEAST:20230613T055043Z:8e686a1f-07a0-4a41-a6e5-32058e44d416" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5008/providers/Microsoft.HDInsight/clusters/cluster3093/applications/application1630", - "name": "application1630", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8449/providers/Microsoft.HDInsight/clusters/cluster1724/applications/application2940", + "name": "application2940", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "7AFBEBAD-B497-4199-A132-0FA59F850C88", + "etag": "F81002DD-218B-482D-9FFC-1ABE5A510BF6", "tags": { "test": "test" }, @@ -246,7 +245,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -256,7 +254,7 @@ }, "installScriptActions": [ { - "name": "InstallHue2996", + "name": "InstallHue117", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -268,16 +266,16 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T21:39:41.313", + "createdDate": "2023-06-13T05:50:42.23", "applicationType": "CustomApplication" } } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1506490611", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1468313926", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/ExistAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/ExistAsync.json index a05baee4d4b3..ef7aa0e88333 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/ExistAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/ExistAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6881/providers/Microsoft.HDInsight/clusters/cluster246/applications/application8062?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3158/providers/Microsoft.HDInsight/clusters/cluster3738/applications/application9904?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "405", "Content-Type": "application/json", - "traceparent": "00-ec1157825bca5a697d2dc46cd1adb981-f1e2d65191a17ca6-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6e36a7e0f0b4181de5717c2fc56dbbeb", + "traceparent": "00-91742bf77d73d3db474950e6e3a13dcb-748fe48152217fb0-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "be478ff7d58ab3ac9fbeca5011a70ff9", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -31,7 +31,7 @@ }, "installScriptActions": [ { - "name": "InstallHue7472", + "name": "InstallHue3920", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "parameters": "-version latest -port 20000", "roles": [ @@ -44,29 +44,29 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6881/providers/Microsoft.HDInsight/clusters/cluster246/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3158/providers/Microsoft.HDInsight/clusters/cluster3738/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "856", + "Content-Length": "857", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 23:30:27 GMT", - "ETag": "\u0022E09DE67A-2F7F-4195-9987-1D1656F625F9\u0022", + "Date": "Tue, 13 Jun 2023 07:29:33 GMT", + "ETag": "\u0022CD1F2857-A827-490D-A03E-C4311144CF72\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd260e91-3bcc-401e-9da3-c37088b94415", - "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6881/providers/Microsoft.HDInsight/clusters/cluster246/applications/application8062?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "b4be6ef1-a2ee-4ad8-a212-ccf1d49a1bbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T233027Z:bd260e91-3bcc-401e-9da3-c37088b94415" + "x-ms-correlation-request-id": "b43e8dd5-460a-4fa8-a5cd-22804b30ab60", + "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3158/providers/Microsoft.HDInsight/clusters/cluster3738/applications/application9904?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "613a1e39-2d84-4546-9e4f-1ba483888002", + "x-ms-routing-request-id": "JAPANEAST:20230613T072933Z:b43e8dd5-460a-4fa8-a5cd-22804b30ab60" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6881/providers/Microsoft.HDInsight/clusters/cluster246/applications/application8062", - "name": "application8062", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3158/providers/Microsoft.HDInsight/clusters/cluster3738/applications/application9904", + "name": "application9904", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "E09DE67A-2F7F-4195-9987-1D1656F625F9", + "etag": "CD1F2857-A827-490D-A03E-C4311144CF72", "tags": { "test": "test" }, @@ -85,7 +85,7 @@ }, "installScriptActions": [ { - "name": "InstallHue7472", + "name": "InstallHue3920", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -97,19 +97,19 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T23:30:26.54", + "createdDate": "2023-06-13T07:29:33.21", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6881/providers/Microsoft.HDInsight/clusters/cluster246/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3158/providers/Microsoft.HDInsight/clusters/cluster3738/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec1157825bca5a697d2dc46cd1adb981-aa370cf2e41913a1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ec0ea549658e85ff88721dd4efa9d781", + "traceparent": "00-91742bf77d73d3db474950e6e3a13dcb-2d8d010b50461614-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d4d89a8b1761677dc82d43632493d6c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -118,55 +118,55 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 23:30:27 GMT", + "Date": "Tue, 13 Jun 2023 07:29:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce19f4c8-5b23-44f3-8a83-aac894b674ba", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "ad6fc090-92b5-4aa1-8f43-b3abe259a512", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T233027Z:ce19f4c8-5b23-44f3-8a83-aac894b674ba" + "x-ms-correlation-request-id": "0639b486-4740-4d90-9370-3df91335995e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "b9688bd2-b46b-4f06-9433-42fa7b747391", + "x-ms-routing-request-id": "JAPANEAST:20230613T072933Z:0639b486-4740-4d90-9370-3df91335995e" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6881/providers/Microsoft.HDInsight/clusters/cluster246/applications/application8062?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3158/providers/Microsoft.HDInsight/clusters/cluster3738/applications/application9904?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec1157825bca5a697d2dc46cd1adb981-f3a06616ca7741f0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f441c0d8ad86a64fae148f8bc97a1e0d", + "traceparent": "00-91742bf77d73d3db474950e6e3a13dcb-31d0acd2c511e882-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f8f24c9e5d068c9baf8494acfea0324e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "882", + "Content-Length": "857", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 23:30:28 GMT", + "Date": "Tue, 13 Jun 2023 07:29:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ebe94c44-0db2-4084-856f-6962564cd7d7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "55646213-f035-4447-aa3d-11a0fd887c8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T233028Z:ebe94c44-0db2-4084-856f-6962564cd7d7" + "x-ms-correlation-request-id": "875f4955-047a-4de2-94b5-4dac4c970aa1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "41262d73-d524-491b-af1c-3d1f781f233b", + "x-ms-routing-request-id": "JAPANEAST:20230613T072934Z:875f4955-047a-4de2-94b5-4dac4c970aa1" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6881/providers/Microsoft.HDInsight/clusters/cluster246/applications/application8062", - "name": "application8062", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3158/providers/Microsoft.HDInsight/clusters/cluster3738/applications/application9904", + "name": "application9904", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "B9B9C636-D1E4-4A64-B176-B8F5023C7264", + "etag": "CD1F2857-A827-490D-A03E-C4311144CF72", "tags": { "test": "test" }, @@ -176,7 +176,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -186,7 +185,7 @@ }, "installScriptActions": [ { - "name": "InstallHue7472", + "name": "InstallHue3920", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -198,45 +197,45 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T23:30:26.54", + "createdDate": "2023-06-13T07:29:33.21", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6881/providers/Microsoft.HDInsight/clusters/cluster246/applications/application8062?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3158/providers/Microsoft.HDInsight/clusters/cluster3738/applications/application9904?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-199802951f465098b5a1729b22b1ef66-45dc3b342fb53710-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "20e6f03ccf5f045db693c3fe1c253334", + "traceparent": "00-2982a2c4b0a524db8f21ba905e7a02ed-7d0940aa9da588a7-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "76c473b13bcec397f2f9e881267c9d96", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "882", + "Content-Length": "857", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 23:30:29 GMT", + "Date": "Tue, 13 Jun 2023 07:29:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b056c2c-a57d-4500-a838-877b354013f0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "a07567f2-0f40-4674-8fc4-d963322b058c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T233029Z:1b056c2c-a57d-4500-a838-877b354013f0" + "x-ms-correlation-request-id": "1384ef08-ee7a-4fba-b0b8-b7f03db17ff3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "a4dede71-f7a6-432c-a1bf-16453a37b212", + "x-ms-routing-request-id": "JAPANEAST:20230613T072934Z:1384ef08-ee7a-4fba-b0b8-b7f03db17ff3" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-6881/providers/Microsoft.HDInsight/clusters/cluster246/applications/application8062", - "name": "application8062", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3158/providers/Microsoft.HDInsight/clusters/cluster3738/applications/application9904", + "name": "application9904", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "B9B9C636-D1E4-4A64-B176-B8F5023C7264", + "etag": "CD1F2857-A827-490D-A03E-C4311144CF72", "tags": { "test": "test" }, @@ -246,7 +245,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -256,7 +254,7 @@ }, "installScriptActions": [ { - "name": "InstallHue7472", + "name": "InstallHue3920", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -268,16 +266,16 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T23:30:26.54", + "createdDate": "2023-06-13T07:29:33.21", "applicationType": "CustomApplication" } } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1893104779", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1327899125", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/Get.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/Get.json index 9c30c1d06071..c8c081753c0f 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/Get.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/Get.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1859/providers/Microsoft.HDInsight/clusters/cluster9464/applications/application178?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4337/providers/Microsoft.HDInsight/clusters/cluster1130/applications/application5080?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "405", "Content-Type": "application/json", - "traceparent": "00-4ced5042023b2bf52c313f3d02c68621-567ae7816a20205d-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6fe316c09610733c97039421a28c704e", + "traceparent": "00-9242bebcb9c5e037b98577267276b9f6-f5a5b49a8c165981-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f79bfc1563c254b094a6ed9c6a9f66aa", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -31,7 +31,7 @@ }, "installScriptActions": [ { - "name": "InstallHue9336", + "name": "InstallHue7295", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "parameters": "-version latest -port 20000", "roles": [ @@ -44,29 +44,29 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1859/providers/Microsoft.HDInsight/clusters/cluster9464/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4337/providers/Microsoft.HDInsight/clusters/cluster1130/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "854", + "Content-Length": "857", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 22:05:15 GMT", - "ETag": "\u0022FBDA75D2-DAA6-4F03-ABBB-9D8461050AD3\u0022", + "Date": "Tue, 13 Jun 2023 06:14:30 GMT", + "ETag": "\u002232324733-2B7F-49B4-927A-8894DB2A2C0A\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06daa112-065f-49d2-9868-0e846adcdcf4", - "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1859/providers/Microsoft.HDInsight/clusters/cluster9464/applications/application178?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "8f97f280-1d96-4255-9659-f019fe50f2f7", + "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4337/providers/Microsoft.HDInsight/clusters/cluster1130/applications/application5080?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "1105bd68-58b5-4266-b97c-b26afbfba3b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T220515Z:06daa112-065f-49d2-9868-0e846adcdcf4" + "x-ms-request-id": "1be2811d-da19-4d3a-9986-e2886854f35b", + "x-ms-routing-request-id": "JAPANEAST:20230613T061431Z:8f97f280-1d96-4255-9659-f019fe50f2f7" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1859/providers/Microsoft.HDInsight/clusters/cluster9464/applications/application178", - "name": "application178", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4337/providers/Microsoft.HDInsight/clusters/cluster1130/applications/application5080", + "name": "application5080", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "FBDA75D2-DAA6-4F03-ABBB-9D8461050AD3", + "etag": "32324733-2B7F-49B4-927A-8894DB2A2C0A", "tags": { "test": "test" }, @@ -85,7 +85,7 @@ }, "installScriptActions": [ { - "name": "InstallHue9336", + "name": "InstallHue7295", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -97,19 +97,19 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T22:05:15.6", + "createdDate": "2023-06-13T06:14:31.11", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1859/providers/Microsoft.HDInsight/clusters/cluster9464/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4337/providers/Microsoft.HDInsight/clusters/cluster1130/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4ced5042023b2bf52c313f3d02c68621-14679eec4a985602-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8c4b665a8704eaff82a09df6079406b0", + "traceparent": "00-9242bebcb9c5e037b98577267276b9f6-5818d12b22277d40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9065194ded52c30d99078c2354617418", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -118,55 +118,55 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 22:05:16 GMT", + "Date": "Tue, 13 Jun 2023 06:14:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8945b832-6937-4d63-b817-542b835cc060", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "707da97b-8a44-4bb2-b74e-ae64dff12f49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T220516Z:8945b832-6937-4d63-b817-542b835cc060" + "x-ms-correlation-request-id": "c234caf4-7b71-4404-9ef3-87a2a3fa15f7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "bec13fad-3fbd-40d0-bccb-27fd157be0ed", + "x-ms-routing-request-id": "JAPANEAST:20230613T061431Z:c234caf4-7b71-4404-9ef3-87a2a3fa15f7" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1859/providers/Microsoft.HDInsight/clusters/cluster9464/applications/application178?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4337/providers/Microsoft.HDInsight/clusters/cluster1130/applications/application5080?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4ced5042023b2bf52c313f3d02c68621-28bd81f6c58c48ed-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "caad0824ae6504f79ba5879ecc4e183e", + "traceparent": "00-9242bebcb9c5e037b98577267276b9f6-b17c5eb0275be5c7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "af665e79f752b8fe4c66873d4805b765", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "880", + "Content-Length": "857", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 22:05:17 GMT", + "Date": "Tue, 13 Jun 2023 06:14:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0d57e33-f282-41e9-b618-982264c6f643", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "594e21fc-2d55-40e4-899f-4dd811b86385", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T220517Z:f0d57e33-f282-41e9-b618-982264c6f643" + "x-ms-correlation-request-id": "dada5a64-2c10-493d-87d8-efbdb4e81a8b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "cab25e3f-95de-46da-b1c8-90d7412bedff", + "x-ms-routing-request-id": "JAPANEAST:20230613T061432Z:dada5a64-2c10-493d-87d8-efbdb4e81a8b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1859/providers/Microsoft.HDInsight/clusters/cluster9464/applications/application178", - "name": "application178", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4337/providers/Microsoft.HDInsight/clusters/cluster1130/applications/application5080", + "name": "application5080", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "CD76114F-4128-420E-8BD0-35322B551D9F", + "etag": "32324733-2B7F-49B4-927A-8894DB2A2C0A", "tags": { "test": "test" }, @@ -176,7 +176,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -186,7 +185,7 @@ }, "installScriptActions": [ { - "name": "InstallHue9336", + "name": "InstallHue7295", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -198,45 +197,45 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T22:05:15.6", + "createdDate": "2023-06-13T06:14:31.11", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1859/providers/Microsoft.HDInsight/clusters/cluster9464/applications/application178?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4337/providers/Microsoft.HDInsight/clusters/cluster1130/applications/application5080?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ad1a9bc4831de75ff373cda552e3a109-5620389e052128e4-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3bc68581e440374a769771c61e853653", + "traceparent": "00-09dc06dcb49048e59ef458913f9892c9-d85304ef3b0caec4-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "504ea3a5d539f95820266539d08cdf0e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "880", + "Content-Length": "857", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 22:05:18 GMT", + "Date": "Tue, 13 Jun 2023 06:14:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9dee674a-4419-404f-9021-ca51df076a74", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "f729625d-c98c-460b-80b5-6013f4a9bd74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T220518Z:9dee674a-4419-404f-9021-ca51df076a74" + "x-ms-correlation-request-id": "259ac5a9-4963-4639-ab5f-cda818914cbc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "80ef210b-df01-403a-89ea-eda41b95a96a", + "x-ms-routing-request-id": "JAPANEAST:20230613T061432Z:259ac5a9-4963-4639-ab5f-cda818914cbc" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1859/providers/Microsoft.HDInsight/clusters/cluster9464/applications/application178", - "name": "application178", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4337/providers/Microsoft.HDInsight/clusters/cluster1130/applications/application5080", + "name": "application5080", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "CD76114F-4128-420E-8BD0-35322B551D9F", + "etag": "32324733-2B7F-49B4-927A-8894DB2A2C0A", "tags": { "test": "test" }, @@ -246,7 +245,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -256,7 +254,7 @@ }, "installScriptActions": [ { - "name": "InstallHue9336", + "name": "InstallHue7295", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -268,16 +266,16 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T22:05:15.6", + "createdDate": "2023-06-13T06:14:31.11", "applicationType": "CustomApplication" } } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "571619325", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1249007259", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/GetAll.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/GetAll.json index 25efd834a926..34dc27a2a354 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/GetAll.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/GetAll.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7488/providers/Microsoft.HDInsight/clusters/cluster2685/applications/application4559?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7031/providers/Microsoft.HDInsight/clusters/cluster6049/applications/application5434?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "405", "Content-Type": "application/json", - "traceparent": "00-a09d36fb3e2a96d13ce6658f174dd406-20084970e60f2af5-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6d9f00a4f99313fb993e54bb3368b7fd", + "traceparent": "00-3a0a7cb6a61f1c0301bba9e980287ffc-23705b95095031e1-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b7cd90f3fa08b49ae679a6b4f81518f0", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -31,7 +31,7 @@ }, "installScriptActions": [ { - "name": "InstallHue4485", + "name": "InstallHue9527", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "parameters": "-version latest -port 20000", "roles": [ @@ -44,29 +44,29 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7488/providers/Microsoft.HDInsight/clusters/cluster2685/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7031/providers/Microsoft.HDInsight/clusters/cluster6049/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "858", + "Content-Length": "857", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 22:33:08 GMT", - "ETag": "\u002201C294A0-4A53-4E33-B454-4D5C7AB71597\u0022", + "Date": "Tue, 13 Jun 2023 06:34:32 GMT", + "ETag": "\u0022A2970D11-1111-488C-B081-E7236C3F39C0\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89994507-7942-446e-b104-497926774342", - "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7488/providers/Microsoft.HDInsight/clusters/cluster2685/applications/application4559?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "65e0daed-0f78-4dc5-8fcf-3fe3d644d955", + "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7031/providers/Microsoft.HDInsight/clusters/cluster6049/applications/application5434?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "65506392-76cd-45bf-862e-01958d80d719", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T223308Z:89994507-7942-446e-b104-497926774342" + "x-ms-request-id": "ff67adc6-06c0-415c-b5fc-6e75af9ef5f9", + "x-ms-routing-request-id": "JAPANEAST:20230613T063433Z:65e0daed-0f78-4dc5-8fcf-3fe3d644d955" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7488/providers/Microsoft.HDInsight/clusters/cluster2685/applications/application4559", - "name": "application4559", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7031/providers/Microsoft.HDInsight/clusters/cluster6049/applications/application5434", + "name": "application5434", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "01C294A0-4A53-4E33-B454-4D5C7AB71597", + "etag": "A2970D11-1111-488C-B081-E7236C3F39C0", "tags": { "test": "test" }, @@ -85,7 +85,7 @@ }, "installScriptActions": [ { - "name": "InstallHue4485", + "name": "InstallHue9527", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -97,19 +97,19 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T22:33:08.583", + "createdDate": "2023-06-13T06:34:32.83", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7488/providers/Microsoft.HDInsight/clusters/cluster2685/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7031/providers/Microsoft.HDInsight/clusters/cluster6049/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09d36fb3e2a96d13ce6658f174dd406-a769fddf1011f50f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9d52d62088190ff45c6638ed0932a760", + "traceparent": "00-3a0a7cb6a61f1c0301bba9e980287ffc-be7838e811c6e65c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "69c5caba73b9eb60bd69d5bab6a30b4b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -118,55 +118,55 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 22:33:09 GMT", + "Date": "Tue, 13 Jun 2023 06:34:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a50a7d9b-1d8f-49a7-9308-054ebbe8f12c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "cd6ad486-9b4a-41b2-af67-01b2d64defa8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T223309Z:a50a7d9b-1d8f-49a7-9308-054ebbe8f12c" + "x-ms-correlation-request-id": "a58d5456-c367-41fb-a192-115447760234", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "30cad25a-2e49-4611-a615-7e3248815a18", + "x-ms-routing-request-id": "JAPANEAST:20230613T063433Z:a58d5456-c367-41fb-a192-115447760234" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7488/providers/Microsoft.HDInsight/clusters/cluster2685/applications/application4559?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7031/providers/Microsoft.HDInsight/clusters/cluster6049/applications/application5434?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a09d36fb3e2a96d13ce6658f174dd406-171ea1aa8794e504-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b42a34be66e42c300256de32b9148caa", + "traceparent": "00-3a0a7cb6a61f1c0301bba9e980287ffc-1890ff0469d38524-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4ba41a0d69d989be8a9cd7499bac05a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "884", + "Content-Length": "857", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 22:33:10 GMT", + "Date": "Tue, 13 Jun 2023 06:34:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34fcf7c9-d9c2-4b37-b027-8a8b386660ec", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "f5449d34-6a07-4e66-ad55-2d9ca9db936f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T223310Z:34fcf7c9-d9c2-4b37-b027-8a8b386660ec" + "x-ms-correlation-request-id": "bf16ce49-27f5-4ab8-bddc-af6b81d5b4dc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "889ca68b-4f76-477c-9479-de015a7a042f", + "x-ms-routing-request-id": "JAPANEAST:20230613T063433Z:bf16ce49-27f5-4ab8-bddc-af6b81d5b4dc" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7488/providers/Microsoft.HDInsight/clusters/cluster2685/applications/application4559", - "name": "application4559", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7031/providers/Microsoft.HDInsight/clusters/cluster6049/applications/application5434", + "name": "application5434", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "A0420AB2-5349-4FD0-8ABC-EB749252418B", + "etag": "A2970D11-1111-488C-B081-E7236C3F39C0", "tags": { "test": "test" }, @@ -176,7 +176,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -186,7 +185,7 @@ }, "installScriptActions": [ { - "name": "InstallHue4485", + "name": "InstallHue9527", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -198,47 +197,47 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T22:33:08.583", + "createdDate": "2023-06-13T06:34:32.83", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7488/providers/Microsoft.HDInsight/clusters/cluster2685/applications?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7031/providers/Microsoft.HDInsight/clusters/cluster6049/applications?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-dc0288dbc50ee8bf2f93d82f38afc5ef-4e19c9812811945c-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5d9a4f06191643e3fa4280793f113f5d", + "traceparent": "00-511138bb5afafa86bd46f64aad7fa2dc-ee881a80ba49f81c-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2ef92a22af4f633608a47556954b7b3d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "896", + "Content-Length": "869", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 22:33:11 GMT", + "Date": "Tue, 13 Jun 2023 06:34:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a478c405-f2a1-4df3-a452-4a39ef3aacd0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "a4b746d2-5c6a-441a-8f55-1d01d924538a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T223311Z:a478c405-f2a1-4df3-a452-4a39ef3aacd0" + "x-ms-correlation-request-id": "c6380870-69c1-4557-94cf-fc791419cb85", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "c32d2f36-121e-4bd3-bb54-513219003287", + "x-ms-routing-request-id": "JAPANEAST:20230613T063434Z:c6380870-69c1-4557-94cf-fc791419cb85" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7488/providers/Microsoft.HDInsight/clusters/cluster2685/applications/application4559", - "name": "application4559", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7031/providers/Microsoft.HDInsight/clusters/cluster6049/applications/application5434", + "name": "application5434", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "A0420AB2-5349-4FD0-8ABC-EB749252418B", + "etag": "A2970D11-1111-488C-B081-E7236C3F39C0", "tags": { "test": "test" }, @@ -248,7 +247,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -258,7 +256,7 @@ }, "installScriptActions": [ { - "name": "InstallHue4485", + "name": "InstallHue9527", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -270,7 +268,7 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T22:33:08.583", + "createdDate": "2023-06-13T06:34:32.83", "applicationType": "CustomApplication" } } @@ -279,9 +277,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1130201223", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "110001557", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/GetAllAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/GetAllAsync.json index 4fdec2cd4382..bfc920963158 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/GetAllAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/GetAllAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9851/providers/Microsoft.HDInsight/clusters/cluster7580/applications/application4231?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3237/providers/Microsoft.HDInsight/clusters/cluster6253/applications/application1358?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "405", "Content-Type": "application/json", - "traceparent": "00-94e303d52ea4e20a50450a548c1eff11-58fbe8a1e8a5b986-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "77aeb8e8213c9496bd18e9acf03b9889", + "traceparent": "00-46138643bdf12b95237054edab32a09b-334db90214355a6d-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b3ced8c3f9794ca750eb8e64bc89497c", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -31,7 +31,7 @@ }, "installScriptActions": [ { - "name": "InstallHue2328", + "name": "InstallHue1045", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "parameters": "-version latest -port 20000", "roles": [ @@ -44,29 +44,29 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9851/providers/Microsoft.HDInsight/clusters/cluster7580/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3237/providers/Microsoft.HDInsight/clusters/cluster6253/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "857", + "Content-Length": "858", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 03:26:14 GMT", - "ETag": "\u0022D0DB9D74-C805-41F9-A43E-1282F9929AF8\u0022", + "Date": "Tue, 13 Jun 2023 08:11:14 GMT", + "ETag": "\u00228A0E50F8-FCAC-426F-8FC9-4E3761BBAF4F\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10f7b2ae-c1cf-4774-b6a8-62e112ab4727", - "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9851/providers/Microsoft.HDInsight/clusters/cluster7580/applications/application4231?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "bb2e12d1-0398-4c4b-840f-46fff528c2bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T032615Z:10f7b2ae-c1cf-4774-b6a8-62e112ab4727" + "x-ms-correlation-request-id": "e601b6e9-4515-470a-a046-5684c26a4a31", + "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3237/providers/Microsoft.HDInsight/clusters/cluster6253/applications/application1358?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "acb8a589-b6cf-44d8-8180-309408b53c67", + "x-ms-routing-request-id": "JAPANEAST:20230613T081115Z:e601b6e9-4515-470a-a046-5684c26a4a31" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9851/providers/Microsoft.HDInsight/clusters/cluster7580/applications/application4231", - "name": "application4231", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3237/providers/Microsoft.HDInsight/clusters/cluster6253/applications/application1358", + "name": "application1358", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "D0DB9D74-C805-41F9-A43E-1282F9929AF8", + "etag": "8A0E50F8-FCAC-426F-8FC9-4E3761BBAF4F", "tags": { "test": "test" }, @@ -85,7 +85,7 @@ }, "installScriptActions": [ { - "name": "InstallHue2328", + "name": "InstallHue1045", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -97,19 +97,19 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-06T03:26:15.06", + "createdDate": "2023-06-13T08:11:14.787", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9851/providers/Microsoft.HDInsight/clusters/cluster7580/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3237/providers/Microsoft.HDInsight/clusters/cluster6253/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94e303d52ea4e20a50450a548c1eff11-ceed71016ac15f73-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1a094ea449a3abeeca9b30ca2a7c2962", + "traceparent": "00-46138643bdf12b95237054edab32a09b-b13278c3a9f52cf5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0763de0f30f5e485f069b11902d15bb7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -118,55 +118,55 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 03:26:15 GMT", + "Date": "Tue, 13 Jun 2023 08:11:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "532546fc-e703-4877-8503-e79e1c22f0b6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "7eb7f576-52e1-4d82-b3bd-3571d6a90ccd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T032616Z:532546fc-e703-4877-8503-e79e1c22f0b6" + "x-ms-correlation-request-id": "b1c6a99d-e937-4fb8-bca8-fb72af9139e1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "123741fd-6655-4198-af70-baa61e970377", + "x-ms-routing-request-id": "JAPANEAST:20230613T081115Z:b1c6a99d-e937-4fb8-bca8-fb72af9139e1" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9851/providers/Microsoft.HDInsight/clusters/cluster7580/applications/application4231?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3237/providers/Microsoft.HDInsight/clusters/cluster6253/applications/application1358?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-94e303d52ea4e20a50450a548c1eff11-c79629184e4b2bb3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "df94b9d04f7a2df39d6ebdaf9f69d5b9", + "traceparent": "00-46138643bdf12b95237054edab32a09b-a2c0145b2bc32452-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "de51acc4dbbb343f392510524f115304", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "883", + "Content-Length": "858", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 03:26:16 GMT", + "Date": "Tue, 13 Jun 2023 08:11:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ee70219-1358-4e0b-9ff1-3e378d8a2b49", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "25347b93-c2a3-4a13-bfea-e2c81cd3eed5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T032616Z:5ee70219-1358-4e0b-9ff1-3e378d8a2b49" + "x-ms-correlation-request-id": "44f8a4e8-db35-47fd-8481-fe93b4704c36", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "a4dc881c-54c1-4573-8905-85d5ba220d55", + "x-ms-routing-request-id": "JAPANEAST:20230613T081115Z:44f8a4e8-db35-47fd-8481-fe93b4704c36" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9851/providers/Microsoft.HDInsight/clusters/cluster7580/applications/application4231", - "name": "application4231", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3237/providers/Microsoft.HDInsight/clusters/cluster6253/applications/application1358", + "name": "application1358", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "14D2266B-0E1A-47D1-BC23-2B0F7FD1C9ED", + "etag": "8A0E50F8-FCAC-426F-8FC9-4E3761BBAF4F", "tags": { "test": "test" }, @@ -176,7 +176,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -186,7 +185,7 @@ }, "installScriptActions": [ { - "name": "InstallHue2328", + "name": "InstallHue1045", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -198,47 +197,46 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-06T03:26:15.06", + "createdDate": "2023-06-13T08:11:14.787", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9851/providers/Microsoft.HDInsight/clusters/cluster7580/applications?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3237/providers/Microsoft.HDInsight/clusters/cluster6253/applications?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-94cf07c7c5599c9a1a9d690e037f48af-1d1f75f1ad41d785-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a108c0bc7d313ce6ed9f07368a50153d", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dd55df4a4225288697edde30dd86a6d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "895", + "Content-Length": "870", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 06 Dec 2022 03:26:17 GMT", + "Date": "Tue, 13 Jun 2023 08:11:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83552c30-19f9-4d7c-a844-d6c7811b388f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "b84b74d5-654b-4b61-9f2e-2c1c6f596184", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221206T032617Z:83552c30-19f9-4d7c-a844-d6c7811b388f" + "x-ms-correlation-request-id": "912b6e02-8e75-46c5-b373-19661780f7a8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "10cc853d-4e56-4b54-ab21-03658d34e4e4", + "x-ms-routing-request-id": "JAPANEAST:20230613T081116Z:912b6e02-8e75-46c5-b373-19661780f7a8" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9851/providers/Microsoft.HDInsight/clusters/cluster7580/applications/application4231", - "name": "application4231", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-3237/providers/Microsoft.HDInsight/clusters/cluster6253/applications/application1358", + "name": "application1358", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "14D2266B-0E1A-47D1-BC23-2B0F7FD1C9ED", + "etag": "8A0E50F8-FCAC-426F-8FC9-4E3761BBAF4F", "tags": { "test": "test" }, @@ -248,7 +246,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -258,7 +255,7 @@ }, "installScriptActions": [ { - "name": "InstallHue2328", + "name": "InstallHue1045", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -270,7 +267,7 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-06T03:26:15.06", + "createdDate": "2023-06-13T08:11:14.787", "applicationType": "CustomApplication" } } @@ -279,9 +276,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1075202673", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1142490441", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/GetAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/GetAsync.json index f1d508a323fe..02957e89ac6c 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/GetAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightApplicationTests/GetAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4948/providers/Microsoft.HDInsight/clusters/cluster9332/applications/application616?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7802/providers/Microsoft.HDInsight/clusters/cluster6051/applications/application641?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "405", "Content-Type": "application/json", - "traceparent": "00-43a06f44bbecb40d5e40c05a9ebc41e7-39bfa954319e04fd-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "27cc039225822c45857a0e3f9367d978", + "traceparent": "00-9e317d3187ded592c704cf49861c4602-f9d5bcbf05cd508d-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "740474e30d7ce322f43e52289978d33b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -31,7 +31,7 @@ }, "installScriptActions": [ { - "name": "InstallHue5716", + "name": "InstallHue3608", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "parameters": "-version latest -port 20000", "roles": [ @@ -44,29 +44,29 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4948/providers/Microsoft.HDInsight/clusters/cluster9332/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7802/providers/Microsoft.HDInsight/clusters/cluster6051/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "856", + "Content-Length": "855", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 23:56:37 GMT", - "ETag": "\u0022976E0192-879C-4F77-8B18-4B29AA240709\u0022", + "Date": "Tue, 13 Jun 2023 07:50:07 GMT", + "ETag": "\u002209B18F00-AB89-4C14-904A-77E122E5AC7A\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4545a6f5-1eb2-4065-92d2-730f5eb786f3", - "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4948/providers/Microsoft.HDInsight/clusters/cluster9332/applications/application616?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "1aef5318-695b-441e-81e9-7993638d835f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T235637Z:4545a6f5-1eb2-4065-92d2-730f5eb786f3" + "x-ms-correlation-request-id": "bb0b1b66-df8c-4822-acd3-ae5b4b36f148", + "x-ms-hdi-appuri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7802/providers/Microsoft.HDInsight/clusters/cluster6051/applications/application641?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1185", + "x-ms-request-id": "ae310a30-6335-46f4-9450-c6a9ab845d01", + "x-ms-routing-request-id": "JAPANEAST:20230613T075007Z:bb0b1b66-df8c-4822-acd3-ae5b4b36f148" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4948/providers/Microsoft.HDInsight/clusters/cluster9332/applications/application616", - "name": "application616", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7802/providers/Microsoft.HDInsight/clusters/cluster6051/applications/application641", + "name": "application641", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "976E0192-879C-4F77-8B18-4B29AA240709", + "etag": "09B18F00-AB89-4C14-904A-77E122E5AC7A", "tags": { "test": "test" }, @@ -85,7 +85,7 @@ }, "installScriptActions": [ { - "name": "InstallHue5716", + "name": "InstallHue3608", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -97,19 +97,19 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T23:56:36.687", + "createdDate": "2023-06-13T07:50:07.61", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4948/providers/Microsoft.HDInsight/clusters/cluster9332/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7802/providers/Microsoft.HDInsight/clusters/cluster6051/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-43a06f44bbecb40d5e40c05a9ebc41e7-8a7ac6c32079fab3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2adeca6c892977469609e3ff24fbbb41", + "traceparent": "00-9e317d3187ded592c704cf49861c4602-887176edb53e9694-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "96b8e14e86ccf4fcd34d7e724ec88f95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -118,55 +118,55 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 23:56:37 GMT", + "Date": "Tue, 13 Jun 2023 07:50:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a471cb5-1611-44d2-ae7d-fbc8cc243483", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "a9d9545f-514a-4b97-a14b-e371fedd2707", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T235638Z:1a471cb5-1611-44d2-ae7d-fbc8cc243483" + "x-ms-correlation-request-id": "56134a7e-9cb9-43d9-8a03-824f40847310", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "8a4d0986-699f-4738-a630-c1f6fcba2a43", + "x-ms-routing-request-id": "JAPANEAST:20230613T075008Z:56134a7e-9cb9-43d9-8a03-824f40847310" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4948/providers/Microsoft.HDInsight/clusters/cluster9332/applications/application616?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7802/providers/Microsoft.HDInsight/clusters/cluster6051/applications/application641?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-43a06f44bbecb40d5e40c05a9ebc41e7-adf0deb8afc1d2c7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "47bd5842133bfcd3b543f64099ca3fe5", + "traceparent": "00-9e317d3187ded592c704cf49861c4602-722244c292d7369d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e973ab6013f5f9e28b9cd7a6a62b3fde", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "882", + "Content-Length": "855", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 23:56:38 GMT", + "Date": "Tue, 13 Jun 2023 07:50:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edb7bb56-dafe-4c12-953c-99eca3987c44", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "51857e70-1463-41ea-8312-e6fa08347ae2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T235638Z:edb7bb56-dafe-4c12-953c-99eca3987c44" + "x-ms-correlation-request-id": "7823991d-76f3-459e-83a1-d80e2e23e181", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "4c29ca44-1315-43e2-b12f-c8a3f4a0ad0c", + "x-ms-routing-request-id": "JAPANEAST:20230613T075008Z:7823991d-76f3-459e-83a1-d80e2e23e181" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4948/providers/Microsoft.HDInsight/clusters/cluster9332/applications/application616", - "name": "application616", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7802/providers/Microsoft.HDInsight/clusters/cluster6051/applications/application641", + "name": "application641", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "AFD86D7E-82B7-454F-B7EC-5BF850AFA2F9", + "etag": "09B18F00-AB89-4C14-904A-77E122E5AC7A", "tags": { "test": "test" }, @@ -176,7 +176,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -186,7 +185,7 @@ }, "installScriptActions": [ { - "name": "InstallHue5716", + "name": "InstallHue3608", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -198,45 +197,45 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T23:56:36.687", + "createdDate": "2023-06-13T07:50:07.61", "applicationType": "CustomApplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4948/providers/Microsoft.HDInsight/clusters/cluster9332/applications/application616?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7802/providers/Microsoft.HDInsight/clusters/cluster6051/applications/application641?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-be9ba528f4db9750794701baca210cb4-7e8892484f186d71-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c9d2b2eaaf88654f5dcb25e9b34f6434", + "traceparent": "00-f160de9d03dd08509746674d95f278db-4d4f7712e2931f23-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.5; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b7dae3833cbff16fe8c2f0466b7518d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "882", + "Content-Length": "855", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 23:56:39 GMT", + "Date": "Tue, 13 Jun 2023 07:50:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52a6b4f7-6d48-4ea5-8c89-01a646b95745", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "b592fba5-b7c5-43ac-9e45-02cf5a85c09a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T235639Z:52a6b4f7-6d48-4ea5-8c89-01a646b95745" + "x-ms-correlation-request-id": "6d88c821-84fc-49ff-b6fc-e7b4d4aa1885", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "f0054ee2-3379-43a5-8b47-cdc0c328308e", + "x-ms-routing-request-id": "JAPANEAST:20230613T075008Z:6d88c821-84fc-49ff-b6fc-e7b4d4aa1885" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4948/providers/Microsoft.HDInsight/clusters/cluster9332/applications/application616", - "name": "application616", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7802/providers/Microsoft.HDInsight/clusters/cluster6051/applications/application641", + "name": "application641", "type": "Microsoft.HDInsight/clusters/applications", - "etag": "AFD86D7E-82B7-454F-B7EC-5BF850AFA2F9", + "etag": "09B18F00-AB89-4C14-904A-77E122E5AC7A", "tags": { "test": "test" }, @@ -246,7 +245,6 @@ { "name": "edgenode", "targetInstanceCount": 1, - "VMGroupName": "edgenode1", "hardwareProfile": { "vmSize": "standard_a4_v2" }, @@ -256,7 +254,7 @@ }, "installScriptActions": [ { - "name": "InstallHue5716", + "name": "InstallHue3608", "uri": "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", "roles": [ "edgenode" @@ -268,16 +266,16 @@ "sshEndpoints": [], "provisioningState": "InProgress", "applicationState": "Accepted", - "createdDate": "2022-12-05T23:56:36.687", + "createdDate": "2023-06-13T07:50:07.61", "applicationType": "CustomApplication" } } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "917284061", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1463728547", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/AddTagTest.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/AddTagTest.json index b47fbb68a728..9cb0fc133743 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/AddTagTest.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/AddTagTest.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-fbf9418d9d1b9bd88d5c66b40328f8ef-44aa7ca8f0727c86-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ba598cf437baaebcf6fe87b0670abadd", + "traceparent": "00-ec4c9421ce7d59431c8779a7395d4798-b3b0231a19f06704-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f723f21a8767b3f60de3378635d46a5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:25:08 GMT", + "Date": "Wed, 14 Jun 2023 06:02:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1aa355d-cbd7-4223-87e5-5f3c61dad0c2", + "x-ms-correlation-request-id": "2e81d7b0-0ae9-4cbd-b815-4150a4a96b69", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a1aa355d-cbd7-4223-87e5-5f3c61dad0c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032508Z:a1aa355d-cbd7-4223-87e5-5f3c61dad0c2" + "x-ms-request-id": "2e81d7b0-0ae9-4cbd-b815-4150a4a96b69", + "x-ms-routing-request-id": "JAPANEAST:20230614T060255Z:2e81d7b0-0ae9-4cbd-b815-4150a4a96b69" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-9242?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-6627?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-2782d7c2bc2f06fda3cbb129def49572-1d33c92ad0be3946-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d4a62c0b0850c4ef63b9742e09f9018a", + "traceparent": "00-8339a0ffc77702900e4fb1b80103e79d-996ba449b28bbdb8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5e54efa6e16620de79e75a28a37129b1", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:25:11 GMT", + "Date": "Wed, 14 Jun 2023 06:02:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32d1a342-11fa-405e-a8ff-aa03e7ba42ab", + "x-ms-correlation-request-id": "ecb622d6-65d3-44f8-9253-2a3cd0b8d71d", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "32d1a342-11fa-405e-a8ff-aa03e7ba42ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032511Z:32d1a342-11fa-405e-a8ff-aa03e7ba42ab" + "x-ms-request-id": "ecb622d6-65d3-44f8-9253-2a3cd0b8d71d", + "x-ms-routing-request-id": "JAPANEAST:20230614T060255Z:ecb622d6-65d3-44f8-9253-2a3cd0b8d71d" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242", - "name": "HDInsightRG-9242", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627", + "name": "HDInsightRG-6627", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-85d68530e2001c79d997db66f227009d-5e33df44fe14687f-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "67e05caef5b38b1a22221b42cf90cc24", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-5305dae705a103c4-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2b3459ee91e7cf464a156a7e85e75ecc", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8309.blob.core.windows.net", + "name": "azstorageforcluster5483.blob.core.windows.net", "isDefault": true, - "container": "container5053", + "container": "container5026", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1803", + "Content-Length": "1833", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:25:50 GMT", - "ETag": "\u0022063ad29b-affb-415d-b9d8-e50d346e089f\u0022", + "Date": "Wed, 14 Jun 2023 06:03:26 GMT", + "ETag": "\u00229f70c9fc-8bac-46ed-b234-07cacf17fb81\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c69911b-6df3-47c7-8e8e-e8c44d6e811e", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d2cda44c-7576-4485-8d59-c60ec8ec369e", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "81ea1ef2-5aee-45b0-bd3f-36ffb2f03625", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032550Z:1c69911b-6df3-47c7-8e8e-e8c44d6e811e" + "x-ms-request-id": "9680c7d8-6cd2-4269-8428-dc96851a159d", + "x-ms-routing-request-id": "JAPANEAST:20230614T060327Z:d2cda44c-7576-4485-8d59-c60ec8ec369e" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805", - "name": "cluster7805", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168", + "name": "cluster2168", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "063ad29b-affb-415d-b9d8-e50d346e089f", + "location": "Japan East", + "etag": "9f70c9fc-8bac-46ed-b234-07cacf17fb81", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "903672d25fab450d9886cd5c22729b59", + "clusterId": "ad9a1939e0ca4907a2050a8876976f7b", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T03:25:48.443", + "createdDate": "2023-06-14T06:03:26.793", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8309.blob.core.windows.net", + "name": "azstorageforcluster5483.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container5053", + "container": "container5026", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,45 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-f2c2a74993815d2e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6e69f1a9c93dc0163db3d1db8763bbc3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:25:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c7a1bc9-af4b-4e5d-8732-db0bea439f4d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "a604515a-8892-4cd9-ba80-0d3892a22517", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032551Z:1c7a1bc9-af4b-4e5d-8732-db0bea439f4d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-d314194c61b4ac73-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "28d75a189c8e88b2e51ebc1e6219d442", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-5c042f2cb3a84cfb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5816bc6a28695365443e2bfeac523948", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -354,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:25:53 GMT", + "Date": "Wed, 14 Jun 2023 06:03:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fed584a6-59db-4a1a-bcc6-7a6b16d4aed1", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "adf4d6f4-6ffb-41e3-b48f-453e42d85af4", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "eed95a7d-f730-4a38-b2b8-b969fa373b1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032553Z:fed584a6-59db-4a1a-bcc6-7a6b16d4aed1" + "x-ms-request-id": "038ff3e4-cfe9-4bfb-bac1-7cce85ec3f9c", + "x-ms-routing-request-id": "JAPANEAST:20230614T060327Z:adf4d6f4-6ffb-41e3-b48f-453e42d85af4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-02dec3272ba8c1b6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "de9833ff5e272de709ae8f4b559a3a47", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-3987db3bf4802dfd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8a6586223c9d0748f5a23ffcb38ccef3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -386,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:25:55 GMT", + "Date": "Wed, 14 Jun 2023 06:03:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b485ac50-5bc1-46f3-88c0-2ba451018cc6", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "65c5dc42-eaf4-44d6-b2f2-1695361c9899", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "4fb4506d-6f8b-48e3-bcb5-ec5848495072", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032555Z:b485ac50-5bc1-46f3-88c0-2ba451018cc6" + "x-ms-request-id": "e151ab4b-1b7a-45f4-9c98-e6d4ff401dbe", + "x-ms-routing-request-id": "JAPANEAST:20230614T060329Z:65c5dc42-eaf4-44d6-b2f2-1695361c9899" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-8f45f1cc69354950-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5de8cfd8fa080d5a3fe1881e0cf85e24", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-43dedd8fd61879f4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c813c7e406d13a635242844cbb65e59a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -418,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:25:57 GMT", + "Date": "Wed, 14 Jun 2023 06:03:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6795256b-4e0d-40d8-b42c-6b71d620d04c", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "1b131d44-d2bb-4a37-a9ff-4e72d7770d53", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "6f8dfd0d-f27d-407a-8780-ea0a7ad0c4f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032557Z:6795256b-4e0d-40d8-b42c-6b71d620d04c" + "x-ms-request-id": "93cad4c9-b52e-4009-8e7f-c76aed368d22", + "x-ms-routing-request-id": "JAPANEAST:20230614T060330Z:1b131d44-d2bb-4a37-a9ff-4e72d7770d53" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-55cde7e21d0c74ef-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "54db8ededdcaba9c72a91fdf0c66324b", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-89a1834d56e91c8b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7b9895b0a5f12e05740e63c6e868a0b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -450,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:26:00 GMT", + "Date": "Wed, 14 Jun 2023 06:03:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4f42909-eb6f-4e0f-b983-84051bb905a4", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "739d90ae-9d08-4715-938e-7dbece8b18ca", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "9c80dfcb-a18e-486f-8bea-51791d1801ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032600Z:f4f42909-eb6f-4e0f-b983-84051bb905a4" + "x-ms-request-id": "ebd6ff5b-9aa0-4af9-b621-6f3a51a3b283", + "x-ms-routing-request-id": "JAPANEAST:20230614T060331Z:739d90ae-9d08-4715-938e-7dbece8b18ca" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-34e3d8a510b8f7a2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "924575e476310539d88b9f46d6c82011", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-5d0a2e98b25a55b4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e5193770713e1b77222b385ab8fb4b90", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -482,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:26:04 GMT", + "Date": "Wed, 14 Jun 2023 06:03:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39f54d59-5230-4179-9624-590f3af51be2", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "9ff0cabe-aaed-4c97-9a39-b40f256587b2", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "53191320-78f8-48aa-a857-f69178555343", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032605Z:39f54d59-5230-4179-9624-590f3af51be2" + "x-ms-request-id": "c84b8086-363e-4c89-8a83-03abdf355ed8", + "x-ms-routing-request-id": "JAPANEAST:20230614T060334Z:9ff0cabe-aaed-4c97-9a39-b40f256587b2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-0e4991ffbd3d4261-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c66c6b4fe5befb7c332eea5fda7a00d8", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-7c85b8627d14d391-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1d4ba5bd52f33f01c1e553c3a29c51e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:26:13 GMT", + "Date": "Wed, 14 Jun 2023 06:03:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d0db618-bf2c-4fdb-967a-950f28b7e27d", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "bf2913b3-228b-451e-b8a5-e43f34cf4f34", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "04f30ee4-1b06-49e0-be7f-a544f94ddba7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032614Z:0d0db618-bf2c-4fdb-967a-950f28b7e27d" + "x-ms-request-id": "5d8e8599-25b0-41ba-88f7-f9e4360e6aa8", + "x-ms-routing-request-id": "JAPANEAST:20230614T060338Z:bf2913b3-228b-451e-b8a5-e43f34cf4f34" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-766767eca08d7970-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "973a3caeccb268f355d67b3f3d56e3aa", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-390b5d23712ce4a9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "84dccba2ff4b3f5b1e7c58c66dab7678", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:26:32 GMT", + "Date": "Wed, 14 Jun 2023 06:03:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec6dbee1-ad7d-4efa-9098-c63ddb0f11fc", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d856e961-6c69-4a53-b005-baf536b50cc9", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "9f62a039-97c3-49a8-a704-2a0166579e91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032633Z:ec6dbee1-ad7d-4efa-9098-c63ddb0f11fc" + "x-ms-request-id": "668e6fcf-f05e-4c30-be9d-a07e90e6fad1", + "x-ms-routing-request-id": "JAPANEAST:20230614T060346Z:d856e961-6c69-4a53-b005-baf536b50cc9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-c5b7b82387faa9fb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a1900e896bfafe8cf8495e038bda2a5e", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-1134e0eac1b36193-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4309d3c2821c1dc436da23591db37885", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:27:06 GMT", + "Date": "Wed, 14 Jun 2023 06:04:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c765c01d-229b-4c90-8a8c-0357901d07f3", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "0c843d64-31f4-4f9b-9918-9d1083a22484", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "a7c727d1-aefd-433b-8d3b-7db4f96b1397", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032706Z:c765c01d-229b-4c90-8a8c-0357901d07f3" + "x-ms-request-id": "46945462-b599-4cdc-b4be-9c98d9fd2515", + "x-ms-routing-request-id": "JAPANEAST:20230614T060403Z:0c843d64-31f4-4f9b-9918-9d1083a22484" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-40cea2cce0be5901-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9997c68a888d825e780471e86a3cbddd", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-2322b01fdb66736c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ecb74fd9c71fbd44490cff77fa3bd215", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:27:38 GMT", + "Date": "Wed, 14 Jun 2023 06:04:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36e5873f-a24e-4c1c-ac04-2f7eacfc8e20", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "bf830e21-11ac-470f-b9e3-9e04222df738", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "c61e4c00-6b7b-400c-b8e9-3bce140fbcd9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032739Z:36e5873f-a24e-4c1c-ac04-2f7eacfc8e20" + "x-ms-request-id": "734ab00b-8428-41a9-b04e-bb34aa0cdb6e", + "x-ms-routing-request-id": "JAPANEAST:20230614T060435Z:bf830e21-11ac-470f-b9e3-9e04222df738" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-1ba26e26f203f679-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ccd5404a5fe942deb03c9e696df0dc7a", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-1e74390c67712820-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cf00db6f0d9320cc07bf4d70dc02216a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:28:11 GMT", + "Date": "Wed, 14 Jun 2023 06:05:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18c07f1c-e0dd-4ffa-98ee-364da35960b5", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "79595821-c592-45af-a624-03387eb64aa0", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "1e893949-e5aa-48b8-bdd5-a03c5ea4cce4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032811Z:18c07f1c-e0dd-4ffa-98ee-364da35960b5" + "x-ms-request-id": "d63d4c72-7834-4899-b414-7958a0b4a9af", + "x-ms-routing-request-id": "JAPANEAST:20230614T060507Z:79595821-c592-45af-a624-03387eb64aa0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-f9c5d077cd896153-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "77b41cab49be011caf0d28f6faa393bb", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-f307f6cc2c578f6c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1eecd20389f4fa598e4bfa10834d22fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:28:44 GMT", + "Date": "Wed, 14 Jun 2023 06:05:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf8a7762-5cdb-4ae3-a671-4dd264a43214", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "6ca3a3f0-649c-4bbe-8785-4a0ce2651fab", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "b215f5f2-aea0-4321-9ac6-639087af23d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032845Z:cf8a7762-5cdb-4ae3-a671-4dd264a43214" + "x-ms-request-id": "d64926cb-c7d7-42ed-a541-d416945e52f4", + "x-ms-routing-request-id": "JAPANEAST:20230614T060540Z:6ca3a3f0-649c-4bbe-8785-4a0ce2651fab" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-689858ed27bf6997-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4bb8818b5d052a74e855e951eaf51588", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-e2ba8d5d715e7507-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "42e90e08a9b3ccf28297e5607ad3e147", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:29:18 GMT", + "Date": "Wed, 14 Jun 2023 06:06:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4167d5f4-59df-422f-a4bb-0adb5c351b29", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "cf9471b9-1166-4b75-8442-6c55e036a5ef", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "1c002bc8-8f68-4f65-975e-fad10e4c5180", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032918Z:4167d5f4-59df-422f-a4bb-0adb5c351b29" + "x-ms-request-id": "1b2840a3-24fb-4682-9afa-e666cd389726", + "x-ms-routing-request-id": "JAPANEAST:20230614T060612Z:cf9471b9-1166-4b75-8442-6c55e036a5ef" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-ee55631354f012c9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4d3df6274688001e23d41ddc36e8480d", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-cdbfbbde1c2d91ec-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "277394eab44ee5218206414813bb9cb9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:29:50 GMT", + "Date": "Wed, 14 Jun 2023 06:06:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a4e445f-aab2-490f-841c-b8ae87943e60", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "00f46006-81aa-400d-8c12-2e401a281fdb", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "12a26cd4-a80e-4204-98c4-5ca2c3e91140", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T032951Z:3a4e445f-aab2-490f-841c-b8ae87943e60" + "x-ms-request-id": "c90b1baa-473a-47df-b4f6-8cba097a26aa", + "x-ms-routing-request-id": "JAPANEAST:20230614T060644Z:00f46006-81aa-400d-8c12-2e401a281fdb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-bcd8decd284373e7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ecdde2a890374d75a8898e6860cb17ba", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-53ff51d6a5d3f89f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cd68529cdf185ab7e0209b5da4f880ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,126 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:30:23 GMT", + "Date": "Wed, 14 Jun 2023 06:07:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a49ff958-6200-469c-97bb-453a63dd97c1", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "3c2123f3-4869-4479-b232-d103abd498b2", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "58d8a86b-bab0-4115-a398-3d4ee4ca5d7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033024Z:a49ff958-6200-469c-97bb-453a63dd97c1" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-621ea495b156058b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "03cea0f84666443362b728304098f400", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:30:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51c89024-a707-4426-8a16-11d31e53f024", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "b596b72b-c0a8-4fa7-a62b-03d7a84e890a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033057Z:51c89024-a707-4426-8a16-11d31e53f024" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-ddfb12c5bb801727-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "07a8dc0d2917965080efa5feb8b59f57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:31:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12ad0f03-1fc4-4274-a504-be401e37d749", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "5783195e-1342-4420-a479-d2ead76d3174", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033130Z:12ad0f03-1fc4-4274-a504-be401e37d749" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-f2f8fd1783c22b79-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "96e363bd441962a6ae98897f68450c0f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:32:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "055a1762-87c8-4b44-b328-058bf4cbdc16", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "d7acd4ee-52b0-4ea6-b3da-b61d482e8ff0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033204Z:055a1762-87c8-4b44-b328-058bf4cbdc16" + "x-ms-request-id": "9adb4a99-3175-459f-ba77-b96bfadafc07", + "x-ms-routing-request-id": "JAPANEAST:20230614T060717Z:3c2123f3-4869-4479-b232-d103abd498b2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-237c35ce39fcddef-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "845b8d950f23cfa24f388376a0358cad", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-0333371ee82bb791-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ef25b26afbda54aced04bfac67aab9c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:32:37 GMT", + "Date": "Wed, 14 Jun 2023 06:07:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a00f97e4-d8c4-4d40-8974-54a2e4746a69", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "b640c30b-4664-491c-98c6-86e437aa7363", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "93d7823c-efd7-4d4c-bcbc-d78a4b8241ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033237Z:a00f97e4-d8c4-4d40-8974-54a2e4746a69" + "x-ms-request-id": "cdf59854-c167-4fd9-bd9f-acd996a36b4c", + "x-ms-routing-request-id": "JAPANEAST:20230614T060749Z:b640c30b-4664-491c-98c6-86e437aa7363" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-a26bcdef54a2a28c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dd73d0185db5c8e73545587f9fd02d3b", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-38167dec46e63465-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "27c42bfa136b0b2fdd18472e18c34189", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,94 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:33:09 GMT", + "Date": "Wed, 14 Jun 2023 06:08:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6460eeb0-2c1d-453e-85ed-8616dd22c796", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "cf0dc8c3-c3b7-492a-98d8-8c4719171647", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "9360d409-41ce-48d0-b3cf-fa832a44b5c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033310Z:6460eeb0-2c1d-453e-85ed-8616dd22c796" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-4cc7d3c2eb28e623-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2a6895e31a5aad34c01346e1c130c179", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:33:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "518ee817-a5b3-4f98-bdd3-b3e1cab3271f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "34b755fa-0c8b-4f60-9f59-3dad235413a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033342Z:518ee817-a5b3-4f98-bdd3-b3e1cab3271f" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-51296b2171568dd7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9867db0c2fd1375aa6924fddb7222f7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:34:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da587ade-775a-4ad6-8371-34d063eedf3d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "b77679f7-b1a9-4902-b6c0-6ea8cae53670", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033416Z:da587ade-775a-4ad6-8371-34d063eedf3d" + "x-ms-request-id": "1702a77b-bb85-4fb6-8510-2c8d92b5be3b", + "x-ms-routing-request-id": "JAPANEAST:20230614T060821Z:cf0dc8c3-c3b7-492a-98d8-8c4719171647" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-b8f423996f2228cd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0b93470a61ccfd539cc61ca117060704", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-0ea0f1ade51f3f99-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "60dd8685ad96a1dfa614e0131f0af236", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:34:48 GMT", + "Date": "Wed, 14 Jun 2023 06:08:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4eabee1-a227-4941-a554-fdf9e483bbf8", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "30f0e500-d79d-4ea7-90e3-a1cae0b60740", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "81154920-c5d8-4379-9542-52efca7e4191", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033448Z:a4eabee1-a227-4941-a554-fdf9e483bbf8" + "x-ms-request-id": "d3cbeb6a-4089-4556-8ada-d71ec5718c80", + "x-ms-routing-request-id": "JAPANEAST:20230614T060854Z:30f0e500-d79d-4ea7-90e3-a1cae0b60740" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-893bd5ba28809ecf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c473df849569b36a3b3084c7cb57f69d", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-4003543fcd61b218-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7862d4675934574f831a12c1b37e3b29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:35:20 GMT", + "Date": "Wed, 14 Jun 2023 06:09:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b83c4188-6599-4f18-a1d8-f8ac0c8f3cb2", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "b28815fc-d3a6-42df-b4f5-22d4c23a46b7", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "d3b5f760-c6b3-4647-bc53-5f9221016a4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033521Z:b83c4188-6599-4f18-a1d8-f8ac0c8f3cb2" + "x-ms-request-id": "55c1be74-537e-45f5-97b2-2cd51fbbecea", + "x-ms-routing-request-id": "JAPANEAST:20230614T060926Z:b28815fc-d3a6-42df-b4f5-22d4c23a46b7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-ab6554032012e887-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "79d6c7e3b69daaac886afb0b12b820a0", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-db156418cdd93c15-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e12636c258cc4d304c228056321bebd2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:35:54 GMT", + "Date": "Wed, 14 Jun 2023 06:09:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ec88e15-b849-45f2-a4b7-0b04e2f1f2c7", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "0add484a-1f71-4994-b89f-3ebc0ea3f76c", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "2dcaf114-2ac3-42c0-9c77-c23c6cdf99ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033554Z:0ec88e15-b849-45f2-a4b7-0b04e2f1f2c7" + "x-ms-request-id": "04b7140d-fb3b-4d5a-a2a2-f3af7c8c9cac", + "x-ms-routing-request-id": "JAPANEAST:20230614T060959Z:0add484a-1f71-4994-b89f-3ebc0ea3f76c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-58a8687449e7e7ab-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d8584a8a6baf7415dddfcf9cdc8b3144", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-b09d596e8077a375-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "43c61025c9612c553786dd7b9b1eed28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:36:27 GMT", + "Date": "Wed, 14 Jun 2023 06:10:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "095ce9ac-87bf-4519-a1cf-346aa5c7e447", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "6b5f550e-7fd2-4530-a96b-4d3ee8375cea", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "7b614082-2745-4eff-857e-26bb0adc3c51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033627Z:095ce9ac-87bf-4519-a1cf-346aa5c7e447" + "x-ms-request-id": "0e95ae36-fe96-4e06-b27e-182440af6e1d", + "x-ms-routing-request-id": "JAPANEAST:20230614T061031Z:6b5f550e-7fd2-4530-a96b-4d3ee8375cea" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-4529711b8365b7de-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4fbd7ecf8e2fcd6732c83bff995ea183", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-d0d57c92a0529e29-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e951b7d811e30e69a4152b11d8f82467", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:36:59 GMT", + "Date": "Wed, 14 Jun 2023 06:11:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2aeff9a-3e69-47fc-86da-919752305c26", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "29d99ea7-c162-4a04-a24b-78bf86de02fb", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "aa0ff41d-e809-4e26-a284-e0522c6ec358", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033700Z:c2aeff9a-3e69-47fc-86da-919752305c26" + "x-ms-request-id": "4878e472-7959-431f-8844-66e7fb58d91a", + "x-ms-routing-request-id": "JAPANEAST:20230614T061103Z:29d99ea7-c162-4a04-a24b-78bf86de02fb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-5a21cc00113a6a4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "803ce4101efe78eeb1629bbde710cdfd", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-ef949d5e1a199352-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a29b3f2ff7b7f8c7e0faaa467bb5b12e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,62 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:37:32 GMT", + "Date": "Wed, 14 Jun 2023 06:11:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8addaccd-885a-4676-90c0-c5d253faa44c", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "3cf43741-a599-4154-b000-3885dda42550", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "a74b60c3-9c87-4769-b661-da40a3bd6625", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033733Z:8addaccd-885a-4676-90c0-c5d253faa44c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-be3d050dbd138a4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "933bb738d0fafc70e38ba5e73016da7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:38:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a3ced7e-e887-4eb6-922b-36a341c894c2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "f7c92d91-1a31-4d84-ba83-1f687b217666", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033806Z:4a3ced7e-e887-4eb6-922b-36a341c894c2" + "x-ms-request-id": "fb5d0a13-dcbf-432a-98a6-78e63147b10f", + "x-ms-routing-request-id": "JAPANEAST:20230614T061136Z:3cf43741-a599-4154-b000-3885dda42550" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-ebbb3a363487cca0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f88c4b3eb14fb14690459ecdf2aae621", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-8878be05e1963a27-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7a7e583502c914eea7b89f4b9e43533e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:38:39 GMT", + "Date": "Wed, 14 Jun 2023 06:12:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86e9801f-fd72-4396-aaf0-25b735562db5", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "993272e9-d0df-4cec-8822-0b992312a546", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "dd969d73-70ba-4243-9ed5-83fb96dfa0e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033840Z:86e9801f-fd72-4396-aaf0-25b735562db5" + "x-ms-request-id": "38cec168-7fad-455b-9ee4-4330bfaa42d2", + "x-ms-routing-request-id": "JAPANEAST:20230614T061208Z:993272e9-d0df-4cec-8822-0b992312a546" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-b5c59d09f36c7750-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e2c63dfa0d233f88733f9d737807479b", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-d2958243b68e2ab3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5c4b75614a82e070ef5808e9672393ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:39:13 GMT", + "Date": "Wed, 14 Jun 2023 06:12:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d86a88a-42d4-4a11-a87c-6889f1b537f3", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "12ce0406-d89d-4923-af00-e356a2a5a949", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "83ad6242-fa7f-4e1a-923a-06d0bc303346", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033913Z:2d86a88a-42d4-4a11-a87c-6889f1b537f3" + "x-ms-request-id": "bbe4c0f8-7174-453f-8b79-ea0ee9ff0ebd", + "x-ms-routing-request-id": "JAPANEAST:20230614T061240Z:12ce0406-d89d-4923-af00-e356a2a5a949" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-067382a0a436e73e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9b7f1d87d58487ad708903b532a30938", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-7a529e0914cef3c2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "80dbfd64a97a2d9d5087fbff587c5a9d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:39:46 GMT", + "Date": "Wed, 14 Jun 2023 06:13:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4558fb8-9957-4506-9609-5ea1c40d7ff9", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a19b1bfb-18ae-43f9-917d-8196a1305c24", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "1ac4a5f8-cf50-4bd9-b16e-08e7409bbb8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T033946Z:a4558fb8-9957-4506-9609-5ea1c40d7ff9" + "x-ms-request-id": "b0a287db-8c6b-4903-bd65-7583a5b85f01", + "x-ms-routing-request-id": "JAPANEAST:20230614T061313Z:a19b1bfb-18ae-43f9-917d-8196a1305c24" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-d397aea2a434896d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f2ec83a4f74f305ac24c840f13d33889", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-e4eb454416fb5f4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "05e46ba65569ebabe79d8b71f905ac84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:40:18 GMT", + "Date": "Wed, 14 Jun 2023 06:13:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "059b4e86-e107-48b9-98c8-6696c1a23fbe", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d4f5a3c0-3d6b-4b01-98df-872107d6b093", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "4ca080c9-bc8f-4d33-adba-13d907c31784", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034019Z:059b4e86-e107-48b9-98c8-6696c1a23fbe" + "x-ms-request-id": "1187ad89-113f-4c82-8a18-140fda27a27d", + "x-ms-routing-request-id": "JAPANEAST:20230614T061345Z:d4f5a3c0-3d6b-4b01-98df-872107d6b093" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-8c3160bd1308f3f2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d54602fd4b2a249d903f729a0ad30cd0", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-151837c2c22201af-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a0e7b025d367b8c4d71e0bfb4f718873", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:40:52 GMT", + "Date": "Wed, 14 Jun 2023 06:14:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e811035-9b89-4bcd-a5e7-681d1c19d629", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "70505d81-398c-44ee-b3cc-578d1b77371d", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "201f7a72-1024-4aa5-af06-a6390f59646a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034052Z:9e811035-9b89-4bcd-a5e7-681d1c19d629" + "x-ms-request-id": "1516ee5e-ce35-4ca6-84c9-8bfbd3cf1d8c", + "x-ms-routing-request-id": "JAPANEAST:20230614T061417Z:70505d81-398c-44ee-b3cc-578d1b77371d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-3f4d2d66c6c4b37f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f5ce6435541a8f4bc24fd837519d739c", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-4d6d6076c9bcb5b3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fb436bfe8d3e0e8552f098dc1e2c334b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:41:25 GMT", + "Date": "Wed, 14 Jun 2023 06:14:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d31ec220-5611-42fe-a835-552a0bcfadf1", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "77441dab-eb42-48d0-b06d-13c4b6444e43", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "a0090de5-9f3d-47a7-a27b-1e402c25ef29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034125Z:d31ec220-5611-42fe-a835-552a0bcfadf1" + "x-ms-request-id": "1c458ecc-80e4-4e2c-bac5-bafbcf8f1c84", + "x-ms-routing-request-id": "JAPANEAST:20230614T061450Z:77441dab-eb42-48d0-b06d-13c4b6444e43" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-c6f0fe791a111cca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2fb77950345d590ee6c7621085c025ef", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-697495ee4f92a681-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a7d977dbba95d235a72c2d4b4aaf9c76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:41:58 GMT", + "Date": "Wed, 14 Jun 2023 06:15:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "547f8086-6884-4836-babd-2a5a840ce0ce", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "fe4d894e-a67e-4391-a3bb-98b69a775fd0", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "ad28bd7c-6b3e-48b5-9e5d-b1ddf7963708", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034159Z:547f8086-6884-4836-babd-2a5a840ce0ce" + "x-ms-request-id": "8b2ffaae-588a-4b73-a6ca-85b84c61f5e3", + "x-ms-routing-request-id": "JAPANEAST:20230614T061522Z:fe4d894e-a67e-4391-a3bb-98b69a775fd0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-7e7055b00d935965-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "afd9b3404304a96eb7b612db7265d3f2", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-0453b8347d5fe5ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8d721714b0c297462bd84e773be799ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:42:31 GMT", + "Date": "Wed, 14 Jun 2023 06:15:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19f00cc1-5527-4363-bdd0-50ebaf4d6493", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "96880d40-f77d-48e0-901d-abc326df2ce4", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "f6fcf649-47c8-49e4-ac42-ef0314957319", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034231Z:19f00cc1-5527-4363-bdd0-50ebaf4d6493" + "x-ms-request-id": "1ae37bdb-74a6-4d11-8e73-6d4877983eb8", + "x-ms-routing-request-id": "JAPANEAST:20230614T061554Z:96880d40-f77d-48e0-901d-abc326df2ce4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-563bc1461666ce6b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9049d5ccdc1c017356750e52f23b0a02", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-e3edf5c1eb73196d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d720c0eae19743de36705411603ac4a2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:43:04 GMT", + "Date": "Wed, 14 Jun 2023 06:16:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c2a2b3d-7bfd-4111-99b7-ed5f275c3bd6", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "da1cbc33-71f7-4611-858d-665441c400f6", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "4247533a-97d1-4f1b-9c09-6c4aa9386f69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034304Z:6c2a2b3d-7bfd-4111-99b7-ed5f275c3bd6" + "x-ms-request-id": "88e6e576-1648-4587-853f-2111c907066c", + "x-ms-routing-request-id": "JAPANEAST:20230614T061627Z:da1cbc33-71f7-4611-858d-665441c400f6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-4bd970483de117b0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9df7e929c3c40c980b0e78a62232e680", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-ab0051ff4686ba59-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "07c82154a5b92a8831427bbc6bbd97c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:43:37 GMT", + "Date": "Wed, 14 Jun 2023 06:16:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ea49d4d-a6ee-497f-a75e-a84f07004cfb", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "fdc60962-3e89-4f1d-8902-e44041062d7b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "ee1073ed-d3da-4590-a282-119e005a6e03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034337Z:2ea49d4d-a6ee-497f-a75e-a84f07004cfb" + "x-ms-request-id": "651c0079-2ec4-442d-950d-9294e06f1ca3", + "x-ms-routing-request-id": "JAPANEAST:20230614T061659Z:fdc60962-3e89-4f1d-8902-e44041062d7b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-856d579721b54d6f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b04370f4947763d23fd8588f341cb67b", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-57cf37eecf3d0089-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "89608293c48f33de392e57515b3436f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:44:10 GMT", + "Date": "Wed, 14 Jun 2023 06:17:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3832c4d7-d288-4995-9fa1-01c98343ac9d", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d7bdc3ed-6699-4e61-b18f-3e329182ea50", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "2d61b598-4daa-4d79-a91b-830ace0bbc85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034410Z:3832c4d7-d288-4995-9fa1-01c98343ac9d" + "x-ms-request-id": "f4bee596-f4f0-4390-9718-9d4d00cb0060", + "x-ms-routing-request-id": "JAPANEAST:20230614T061731Z:d7bdc3ed-6699-4e61-b18f-3e329182ea50" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-aab806a474b1ea55-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "89b110ac366d082e3d3c850e64cdde23", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-177ae6a964fa7467-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1922ac13921e44f137f5a6546521d878", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:44:43 GMT", + "Date": "Wed, 14 Jun 2023 06:18:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa558dc2-38c0-4762-86d9-75aeab3f7651", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a9a6ab53-7778-422a-97ba-abe0ffa7f2a3", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "f1381f74-11b2-448a-842c-02ee07b2d4d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034443Z:aa558dc2-38c0-4762-86d9-75aeab3f7651" + "x-ms-request-id": "db1d048b-28b0-4ed2-9c10-41ae6b4d0594", + "x-ms-routing-request-id": "JAPANEAST:20230614T061804Z:a9a6ab53-7778-422a-97ba-abe0ffa7f2a3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-cad65f01706c9c85-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "815e8e8f5af7958a16945deb6b09d7ef", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-4ad0c3d4b91f85b6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dd7e93d93ad990124395cd8a4e36cefc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:45:17 GMT", + "Date": "Wed, 14 Jun 2023 06:18:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd4e89e2-63a4-4908-bb01-1458467a24ff", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "33a5471f-b0fa-4396-ad6f-b4c58f8a1327", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "b92e3374-3c74-40db-9010-3051ef0c9df3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034518Z:bd4e89e2-63a4-4908-bb01-1458467a24ff" + "x-ms-request-id": "d1e531e1-4be5-4881-bf3f-c38d1f0821ba", + "x-ms-routing-request-id": "JAPANEAST:20230614T061836Z:33a5471f-b0fa-4396-ad6f-b4c58f8a1327" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-7592ae6824892514-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "12fafc575c81bd12413a723a0fc4ff72", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-aa0d9261b276357e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bfa88a0b7d9b00a1901c529a1d89cd17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:45:50 GMT", + "Date": "Wed, 14 Jun 2023 06:19:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c3d1914-2996-49e6-865d-458b275db48b", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "8f7b72ca-a394-4550-a473-cff424124099", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "e3de9ac3-d6bb-434a-bd99-019a42c410cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034550Z:2c3d1914-2996-49e6-865d-458b275db48b" + "x-ms-request-id": "1d4462f6-5dcf-4eb8-9b41-7834ed7f0485", + "x-ms-routing-request-id": "JAPANEAST:20230614T061909Z:8f7b72ca-a394-4550-a473-cff424124099" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-37605d291fa26ec6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a60035fa34bd5184851c73d9d8439d34", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-4a217419dead5453-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c878df5658b6d8189992d689c466f600", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:46:23 GMT", + "Date": "Wed, 14 Jun 2023 06:19:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0792d53f-64bf-48da-b639-0ac284aebe65", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "7b410f8b-31be-4037-85b6-19cb4ac40628", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "e814c86e-ec57-4fa2-b82c-e283cedc1d75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034623Z:0792d53f-64bf-48da-b639-0ac284aebe65" + "x-ms-request-id": "52f3484c-bb5b-4cc5-a9c8-ac3cecb55b1c", + "x-ms-routing-request-id": "JAPANEAST:20230614T061941Z:7b410f8b-31be-4037-85b6-19cb4ac40628" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-8a30dc96e9d42b65-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "67b69664ccd232a27ba040bce7508551", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-4be8d37fb45c2635-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "db48aa2618785bddf27d4dbde87873b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:46:56 GMT", + "Date": "Wed, 14 Jun 2023 06:20:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73f243a5-24a1-4863-9ef6-1ad4bdfb2930", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "e390f10c-53f1-44a3-a98d-c7177c6a9ab3", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "493ef7e9-563e-45d0-a70b-787b23b89662", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034656Z:73f243a5-24a1-4863-9ef6-1ad4bdfb2930" + "x-ms-request-id": "6847d266-2a4e-480d-ab97-7ff32ca8baae", + "x-ms-routing-request-id": "JAPANEAST:20230614T062013Z:e390f10c-53f1-44a3-a98d-c7177c6a9ab3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-c3073fc0de2eee23-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "35f0eb953009223178a88c64e939e5fe", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-20661f06fdc69878-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6e34b5c706beb34671d02609a6183c2a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:47:29 GMT", + "Date": "Wed, 14 Jun 2023 06:20:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "029676fe-2a16-49c6-82a2-815c123f8da4", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "7a3aea4c-dff9-456f-b431-0db395f7f4d6", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "5adcb11b-057a-4d78-9589-fdbf41e00859", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034729Z:029676fe-2a16-49c6-82a2-815c123f8da4" + "x-ms-request-id": "a8f39482-7d40-46d8-8fa9-c825a81e9510", + "x-ms-routing-request-id": "JAPANEAST:20230614T062046Z:7a3aea4c-dff9-456f-b431-0db395f7f4d6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-9b08f06fd836038e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "78d53e9d970d2d9f93cd2b1df4c76a35", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-7131b75832a0b578-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "72735225f2403e9f021cd5380b5af021", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:48:02 GMT", + "Date": "Wed, 14 Jun 2023 06:21:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "910e3025-dbdc-490f-9b23-eba95c2d450c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "07fe786f-ebfc-4198-bccc-00c8d237984c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034802Z:910e3025-dbdc-490f-9b23-eba95c2d450c" + "x-ms-correlation-request-id": "509dc963-634d-4ba6-9305-65b551081d6f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "261f795c-89d6-450e-9b6e-b6ac462370ad", + "x-ms-routing-request-id": "JAPANEAST:20230614T062118Z:509dc963-634d-4ba6-9305-65b551081d6f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-cfc6b0ee8988038a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ed4421966752342b6494ee293f3d4841", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-2d8398f0ae853c6e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0ec11d1f87322041639569a8f2d4b4d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:48:35 GMT", + "Date": "Wed, 14 Jun 2023 06:21:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18598ec5-37e2-480b-b707-15be333ea006", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "ba0a0956-6f6a-4716-b509-29e2a4d77a48", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034835Z:18598ec5-37e2-480b-b707-15be333ea006" + "x-ms-correlation-request-id": "3d41c0ec-a3bf-4bef-b994-7828c36b1e49", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "bd9b6f91-16a2-426a-8246-c2f0ac7959c5", + "x-ms-routing-request-id": "JAPANEAST:20230614T062151Z:3d41c0ec-a3bf-4bef-b994-7828c36b1e49" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-713e4fd93dcf8ce2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a81f41bb0c7afd444bc3a23b05142db1", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-214c180cad3c311a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "969722410005d57816f56ca1300da716", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,30 +1629,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:49:08 GMT", + "Date": "Wed, 14 Jun 2023 06:22:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4fea04c-bd63-4263-93f1-bb171f64eeef", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "0bd71cb5-1162-4cab-b845-668d6301e43e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034908Z:a4fea04c-bd63-4263-93f1-bb171f64eeef" + "x-ms-correlation-request-id": "7ee8f07f-9b25-435d-88e0-1080b6607072", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "a8fb873d-b7f3-451a-9c8a-7182b58e5d75", + "x-ms-routing-request-id": "JAPANEAST:20230614T062223Z:7ee8f07f-9b25-435d-88e0-1080b6607072" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-32213835f70dd7b8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c8ce573ef7f535ac13a11478a975ed55", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-3dbf17c3416672cc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "89e904df2d569ef710530fab88f74b2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1890,30 +1661,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:49:41 GMT", + "Date": "Wed, 14 Jun 2023 06:22:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2caa7ba8-7997-4f1f-aae5-03f815729837", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "f398144a-75aa-4431-84fa-77461d843677", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T034942Z:2caa7ba8-7997-4f1f-aae5-03f815729837" + "x-ms-correlation-request-id": "9d44808b-f628-4768-b0e4-cedebf4a52a1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "0d6847aa-133b-4675-a3b4-4360ed2300f7", + "x-ms-routing-request-id": "JAPANEAST:20230614T062255Z:9d44808b-f628-4768-b0e4-cedebf4a52a1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-bfa167d311e6d9eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b361e984c1a789badd46a18ec5ef2e50", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-a5aff8afab2101e2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e9f7fb6759c31f1ca4ecf83c1aa0ef56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1922,30 +1693,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:50:14 GMT", + "Date": "Wed, 14 Jun 2023 06:23:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05e73d47-a2f8-4443-8723-341e41c8a694", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "b04a7f05-9271-4a59-af1b-deb80cd61250", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035015Z:05e73d47-a2f8-4443-8723-341e41c8a694" + "x-ms-correlation-request-id": "878fab2e-ce0f-4c3f-b021-cc21026863c8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "90e90571-79f4-4d35-9fdc-a77774f85534", + "x-ms-routing-request-id": "JAPANEAST:20230614T062328Z:878fab2e-ce0f-4c3f-b021-cc21026863c8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-c268083d3b008757-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e8eb3d67806fc34c94e994d9f8cb54d5", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-e240f05c356e6972-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "edc852ee2bea14832af986b1f1cd4c1f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1954,71 +1725,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:50:47 GMT", + "Date": "Wed, 14 Jun 2023 06:23:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "707d6dff-676c-4d5e-9447-b920d4e56a49", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "44dad391-14c6-495f-80b8-a0720ea657fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035048Z:707d6dff-676c-4d5e-9447-b920d4e56a49" + "x-ms-correlation-request-id": "86c4efd0-a24b-4caa-b5b3-ee8ebb2d3b2a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "084d62b3-25a7-45de-8e9e-fe0c42e16b04", + "x-ms-routing-request-id": "JAPANEAST:20230614T062400Z:86c4efd0-a24b-4caa-b5b3-ee8ebb2d3b2a" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-85d68530e2001c79d997db66f227009d-86760b4468f9a49e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1bb64dd579b27c099d44eaae551d7024", + "traceparent": "00-1309bc4b3ab527fcb205b236a85bc28d-3ec58bb9ec92b6f5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "34393ea9bd168653e8cae46a34bb836f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2014", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:50:47 GMT", + "Date": "Wed, 14 Jun 2023 06:24:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c19ba3e1-6788-49db-8cae-b6162767600b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "8f900380-a802-4fdc-b432-d9779b78e9fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035048Z:c19ba3e1-6788-49db-8cae-b6162767600b" + "x-ms-correlation-request-id": "98af56e0-7ac4-4586-b644-f1d0c89afd02", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "db4e13c4-fe7a-4f14-a548-9cb2b849636e", + "x-ms-routing-request-id": "JAPANEAST:20230614T062401Z:98af56e0-7ac4-4586-b644-f1d0c89afd02" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805", - "name": "cluster7805", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168", + "name": "cluster2168", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "063ad29b-affb-415d-b9d8-e50d346e089f", + "location": "Japan East", + "etag": "9f70c9fc-8bac-46ed-b234-07cacf17fb81", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "903672d25fab450d9886cd5c22729b59", + "clusterId": "ad9a1939e0ca4907a2050a8876976f7b", "computeProfile": { "roles": [ { @@ -2064,7 +1835,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T03:25:48.443", + "createdDate": "2023-06-14T06:03:26.793", "quotaInfo": { "coresUsed": 20 }, @@ -2072,13 +1843,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster7805-ssh.azurehdinsight.net", + "location": "cluster2168-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster7805.azurehdinsight.net", + "location": "cluster2168.azurehdinsight.net", "port": 443 } ], @@ -2089,14 +1860,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8309.blob.core.windows.net", + "name": "azstorageforcluster5483.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container5053", + "container": "container5026", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2113,34 +1885,34 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.Resources?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-cb88de13a66e9e332303b15d84de82cd-1bac113bc5499cf8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6b11c372058a04e69d9e1fbe2ce09012", + "traceparent": "00-df5f54882cb8192197273f09352fe230-b8e1416ca215ef5a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "36bcb8635e2e3c4478e3becad36a2ed7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "17728", + "Content-Length": "21239", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:50:49 GMT", + "Date": "Wed, 14 Jun 2023 06:24:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f078db3-f612-47b3-8485-7df2076d8bd3", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "2f078db3-f612-47b3-8485-7df2076d8bd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035049Z:2f078db3-f612-47b3-8485-7df2076d8bd3" + "x-ms-correlation-request-id": "77cacb29-c060-4fc6-8eb8-27b425f7b6bd", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "77cacb29-c060-4fc6-8eb8-27b425f7b6bd", + "x-ms-routing-request-id": "JAPANEAST:20230614T062403Z:77cacb29-c060-4fc6-8eb8-27b425f7b6bd" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.Resources", "namespace": "Microsoft.Resources", "authorizations": [ { @@ -2152,55 +1924,487 @@ ], "resourceTypes": [ { - "resourceType": "tenants", - "locations": [], - "apiVersions": [ - "2020-01-01", - "2019-09-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-11-01", - "2018-09-01", - "2018-08-01", - "2018-07-01", - "2018-05-01", - "2018-02-01", - "2018-01-01", - "2017-08-01", - "2017-06-01", - "2017-05-10", - "2017-05-01", - "2017-03-01", - "2016-09-01", - "2016-07-01", - "2016-06-01", - "2016-02-01", - "2015-11-01", - "2015-01-01", - "2014-04-01-preview" + "resourceType": "deploymentScripts", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "South India", + "Jio India West", + "Japan East", + "Japan West", + "Korea Central", + "North Europe", + "Norway East", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "South Central US", + "West US 3", + "South Africa North", + "Switzerland West", + "Central US EUAP", + "East US 2 EUAP" ], - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2016-06-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2016-06-01" - } + "apiVersions": [ + "2020-10-01", + "2019-10-01-preview" ], - "capabilities": "None" + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "locations", - "locations": [], - "apiVersions": [ - "2019-09-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-11-01", + "resourceType": "deploymentScripts/logs", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "South India", + "Jio India West", + "Japan East", + "Japan West", + "Korea Central", + "North Europe", + "Norway East", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "South Central US", + "West US 3", + "South Africa North", + "Switzerland West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2020-10-01", + "2019-10-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/deploymentScriptOperationResults", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "South India", + "Jio India West", + "Japan East", + "Japan West", + "Korea Central", + "North Europe", + "Norway East", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "South Central US", + "West US 3", + "South Africa North", + "Switzerland West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2020-10-01", + "2019-10-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "templateSpecs", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "West US 3", + "South Central US", + "South Africa North", + "Brazil Southeast", + "Switzerland West", + "Central US EUAP", + "Germany North", + "East US 2 EUAP", + "France South", + "Jio India Central", + "Italy North", + "Norway West", + "Sweden South", + "UAE Central", + "South Africa West" + ], + "apiVersions": [ + "2022-02-01", + "2021-05-01", + "2021-03-01-preview", + "2019-06-01-preview" + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "templateSpecs/versions", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "West US 3", + "South Central US", + "South Africa North", + "Brazil Southeast", + "Switzerland West", + "Central US EUAP", + "Germany North", + "East US 2 EUAP", + "France South", + "Jio India Central", + "Italy North", + "Norway West", + "Sweden South", + "UAE Central", + "South Africa West" + ], + "apiVersions": [ + "2022-02-01", + "2021-05-01", + "2021-03-01-preview", + "2019-06-01-preview" + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "builtInTemplateSpecs", + "locations": [], + "apiVersions": [ + "2022-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "builtInTemplateSpecs/versions", + "locations": [], + "apiVersions": [ + "2022-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "deploymentStacks", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "West US 3", + "South Central US", + "South Africa North", + "Brazil Southeast", + "Switzerland West", + "Central US EUAP", + "Germany North", + "East US 2 EUAP", + "France South", + "Jio India Central", + "Italy North", + "Norway West", + "Sweden South", + "UAE Central", + "South Africa West" + ], + "apiVersions": [ + "2022-08-01-preview" + ], + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/deploymentStackOperationStatus", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "West US 3", + "South Central US", + "South Africa North", + "Brazil Southeast", + "Switzerland West", + "Central US EUAP", + "Germany North", + "East US 2 EUAP", + "France South", + "Jio India Central", + "Italy North", + "Norway West", + "Sweden South", + "UAE Central", + "South Africa West" + ], + "apiVersions": [ + "2022-08-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "tagnamespaces", + "locations": [ + "East US", + "East US 2", + "East US STG", + "West Central US", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP", + "Canada Central", + "Canada East", + "Central US", + "North Central US", + "South Central US", + "South Central US STG" + ], + "apiVersions": [ + "2023-03-01-preview" + ], + "capabilities": "SupportsExtension" + }, + { + "resourceType": "tagNamespaceOperationResults", + "locations": [], + "apiVersions": [ + "2023-03-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "tenants", + "locations": [], + "apiVersions": [ + "2020-01-01", + "2019-09-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2016-06-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-06-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations", + "locations": [], + "apiVersions": [ + "2019-09-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", "2018-09-01", "2018-08-01", "2018-07-01", @@ -2289,6 +2493,7 @@ "resourceType": "tags", "locations": [], "apiVersions": [ + "2022-09-01", "2019-10-01", "2019-05-01", "2019-04-01", @@ -2404,6 +2609,7 @@ "resourceType": "calculateTemplateHash", "locations": [], "apiVersions": [ + "2022-09-01", "2019-09-01", "2019-05-01", "2019-04-01", @@ -2674,7 +2880,21 @@ "Jio India West", "West US 3", "Qatar Central", - "Sweden Central" + "Sweden Central", + "Poland Central", + "Italy North", + "France South", + "Australia Central 2", + "UAE Central", + "South Africa West", + "Switzerland West", + "Germany North", + "Norway West", + "Brazil Southeast", + "Jio India Central", + "Sweden South", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2019-05-01", @@ -2751,7 +2971,21 @@ "Jio India West", "West US 3", "Qatar Central", - "Sweden Central" + "Sweden Central", + "Poland Central", + "Italy North", + "France South", + "Australia Central 2", + "UAE Central", + "South Africa West", + "Switzerland West", + "Germany North", + "Norway West", + "Brazil Southeast", + "Jio India Central", + "Sweden South", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2019-05-01", @@ -2871,6 +3105,7 @@ "resourceType": "subscriptions/tagnames", "locations": [], "apiVersions": [ + "2022-09-01", "2019-05-01", "2019-04-01", "2019-03-01", @@ -2910,6 +3145,7 @@ "resourceType": "subscriptions/tagNames/tagValues", "locations": [], "apiVersions": [ + "2022-09-01", "2019-05-01", "2019-04-01", "2019-03-01", @@ -2949,6 +3185,7 @@ "resourceType": "deployments", "locations": [], "apiVersions": [ + "2022-09-01", "2021-04-01", "2021-01-01", "2020-10-01", @@ -2994,6 +3231,7 @@ "resourceType": "deployments/operations", "locations": [], "apiVersions": [ + "2022-09-01", "2021-04-01", "2021-01-01", "2020-10-01", @@ -3124,255 +3362,11 @@ ], "capabilities": "None" }, - { - "resourceType": "deploymentScripts", - "locations": [ - "East Asia", - "Southeast Asia", - "Australia East", - "Australia Southeast", - "Brazil South", - "Canada Central", - "Canada East", - "Switzerland North", - "Germany West Central", - "East US 2", - "East US", - "Central US", - "North Central US", - "France Central", - "UK South", - "UK West", - "Central India", - "South India", - "Jio India West", - "Japan East", - "Japan West", - "Korea Central", - "North Europe", - "Norway East", - "Sweden Central", - "UAE North", - "West Central US", - "West Europe", - "West US 2", - "West US", - "South Central US", - "West US 3", - "South Africa North" - ], - "apiVersions": [ - "2020-10-01", - "2019-10-01-preview" - ], - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "deploymentScripts/logs", - "locations": [ - "East Asia", - "Southeast Asia", - "Australia East", - "Australia Southeast", - "Brazil South", - "Canada Central", - "Canada East", - "Switzerland North", - "Germany West Central", - "East US 2", - "East US", - "Central US", - "North Central US", - "France Central", - "UK South", - "UK West", - "Central India", - "South India", - "Jio India West", - "Japan East", - "Japan West", - "Korea Central", - "North Europe", - "Norway East", - "Sweden Central", - "UAE North", - "West Central US", - "West Europe", - "West US 2", - "West US", - "South Central US", - "West US 3", - "South Africa North" - ], - "apiVersions": [ - "2020-10-01", - "2019-10-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/deploymentScriptOperationResults", - "locations": [ - "East Asia", - "Southeast Asia", - "Australia East", - "Australia Southeast", - "Brazil South", - "Canada Central", - "Canada East", - "Switzerland North", - "Germany West Central", - "East US 2", - "East US", - "Central US", - "North Central US", - "France Central", - "UK South", - "UK West", - "Central India", - "South India", - "Jio India West", - "Japan East", - "Japan West", - "Korea Central", - "North Europe", - "Norway East", - "Sweden Central", - "UAE North", - "West Central US", - "West Europe", - "West US 2", - "West US", - "South Central US", - "West US 3", - "South Africa North" - ], - "apiVersions": [ - "2020-10-01", - "2019-10-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "templateSpecs", - "locations": [ - "East Asia", - "Southeast Asia", - "Australia East", - "Australia Central", - "Australia Central 2", - "Australia Southeast", - "Brazil South", - "Canada Central", - "Canada East", - "Switzerland North", - "Germany West Central", - "East US 2", - "East US", - "Central US", - "North Central US", - "France Central", - "UK South", - "UK West", - "Central India", - "West India", - "Jio India West", - "South India", - "Japan East", - "Japan West", - "Korea Central", - "Korea South", - "North Europe", - "Norway East", - "Qatar Central", - "Sweden Central", - "UAE North", - "West Central US", - "West Europe", - "West US 2", - "West US", - "West US 3", - "South Central US", - "South Africa North" - ], - "apiVersions": [ - "2022-02-01", - "2021-05-01", - "2021-03-01-preview", - "2019-06-01-preview" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "templateSpecs/versions", - "locations": [ - "East Asia", - "Southeast Asia", - "Australia East", - "Australia Central", - "Australia Central 2", - "Australia Southeast", - "Brazil South", - "Canada Central", - "Canada East", - "Switzerland North", - "Germany West Central", - "East US 2", - "East US", - "Central US", - "North Central US", - "France Central", - "UK South", - "UK West", - "Central India", - "West India", - "Jio India West", - "South India", - "Japan East", - "Japan West", - "Korea Central", - "Korea South", - "North Europe", - "Norway East", - "Qatar Central", - "Sweden Central", - "UAE North", - "West Central US", - "West Europe", - "West US 2", - "West US", - "West US 3", - "South Central US", - "South Africa North" - ], - "apiVersions": [ - "2022-02-01", - "2021-05-01", - "2021-03-01-preview", - "2019-06-01-preview" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "builtInTemplateSpecs", - "locations": [], - "apiVersions": [ - "2022-02-01" - ], - "capabilities": "None" - }, - { - "resourceType": "builtInTemplateSpecs/versions", - "locations": [], - "apiVersions": [ - "2022-02-01" - ], - "capabilities": "None" - }, { "resourceType": "changes", "locations": [], "apiVersions": [ + "2023-03-01-preview", "2022-05-01", "2022-03-01-preview" ], @@ -3392,14 +3386,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-cb88de13a66e9e332303b15d84de82cd-7fd3252c0c358e2f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "77b9ccf21339ed9d336f4a2b959d6d77", + "traceparent": "00-df5f54882cb8192197273f09352fe230-96d191e340e4abfd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dc93d99fba663040fe42051f4618df6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3408,18 +3402,18 @@ "Cache-Control": "no-cache", "Content-Length": "277", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:50:50 GMT", + "Date": "Wed, 14 Jun 2023 06:24:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1a95c0b-19fa-462f-8699-c6b30ae5f9a2", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "a1a95c0b-19fa-462f-8699-c6b30ae5f9a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035050Z:a1a95c0b-19fa-462f-8699-c6b30ae5f9a2" + "x-ms-correlation-request-id": "82cb5275-6a56-4400-b293-4abe12d35b9d", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "82cb5275-6a56-4400-b293-4abe12d35b9d", + "x-ms-routing-request-id": "JAPANEAST:20230614T062403Z:82cb5275-6a56-4400-b293-4abe12d35b9d" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/providers/Microsoft.Resources/tags/default", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/providers/Microsoft.Resources/tags/default", "name": "default", "type": "Microsoft.Resources/tags", "properties": { @@ -3430,16 +3424,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "67", "Content-Type": "application/json", - "traceparent": "00-cb88de13a66e9e332303b15d84de82cd-99ae82a24207b649-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "34667079e8b9d04b66b17d145a4b4fbc", + "traceparent": "00-df5f54882cb8192197273f09352fe230-e3d00cf25486a013-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "384e167516114bf0fafdbc32ff89b27d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -3455,18 +3449,18 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:50:57 GMT", + "Date": "Wed, 14 Jun 2023 06:24:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7cf2646c-d21b-441f-8f7f-656dd558f8d6", + "x-ms-correlation-request-id": "27dc24c1-2422-4a74-85ae-283585b00c19", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "7cf2646c-d21b-441f-8f7f-656dd558f8d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035057Z:7cf2646c-d21b-441f-8f7f-656dd558f8d6" + "x-ms-request-id": "27dc24c1-2422-4a74-85ae-283585b00c19", + "x-ms-routing-request-id": "JAPANEAST:20230614T062403Z:27dc24c1-2422-4a74-85ae-283585b00c19" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805/providers/Microsoft.Resources/tags/default", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168/providers/Microsoft.Resources/tags/default", "name": "default", "type": "Microsoft.Resources/tags", "properties": { @@ -3478,56 +3472,56 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-cb88de13a66e9e332303b15d84de82cd-0e68b23ef4b66724-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "89bbd8b3f8645fea2624371ababb6e00", + "traceparent": "00-df5f54882cb8192197273f09352fe230-855004064b923149-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bc544e04f51c88c6e847e269fe0d3175", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2040", + "Content-Length": "2070", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:50:58 GMT", + "Date": "Wed, 14 Jun 2023 06:24:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df547ae9-6d27-4bea-ac65-2e3bfd505e08", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "b7be5ef0-8cce-4e29-8f56-a01493ac09f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035058Z:df547ae9-6d27-4bea-ac65-2e3bfd505e08" + "x-ms-correlation-request-id": "09a093ed-acad-4365-a9bb-85a13b53d334", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "ce9b768c-4b56-4388-971a-0bbdc4421646", + "x-ms-routing-request-id": "JAPANEAST:20230614T062404Z:09a093ed-acad-4365-a9bb-85a13b53d334" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805", - "name": "cluster7805", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168", + "name": "cluster2168", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "063ad29b-affb-415d-b9d8-e50d346e089f", + "location": "Japan East", + "etag": "9f70c9fc-8bac-46ed-b234-07cacf17fb81", "tags": { "key0": "value0", "addtagkey": "addtagvalue" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "903672d25fab450d9886cd5c22729b59", + "clusterId": "ad9a1939e0ca4907a2050a8876976f7b", "computeProfile": { "roles": [ { @@ -3573,7 +3567,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T03:25:48.443", + "createdDate": "2023-06-14T06:03:26.793", "quotaInfo": { "coresUsed": 20 }, @@ -3581,13 +3575,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster7805-ssh.azurehdinsight.net", + "location": "cluster2168-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster7805.azurehdinsight.net", + "location": "cluster2168.azurehdinsight.net", "port": 443 } ], @@ -3598,14 +3592,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8309.blob.core.windows.net", + "name": "azstorageforcluster5483.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container5053", + "container": "container5026", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -3622,56 +3617,56 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-16caeeb762285f08ccc3f232812cefac-cfa27da77ef7fee7-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bb44a8305b790a5880e91187958892e8", + "traceparent": "00-b4c9ad4d26dbcbd2ea34d97689a1c125-58d4a74922c9b665-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3882878f834cce470ca4bf85df04f2d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2040", + "Content-Length": "2070", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:50:59 GMT", + "Date": "Wed, 14 Jun 2023 06:24:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ecd5fee-51b5-4e09-8c43-b28c0d6ba219", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "97534b46-dc04-443d-98d3-d237389201e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035059Z:9ecd5fee-51b5-4e09-8c43-b28c0d6ba219" + "x-ms-correlation-request-id": "e9d62690-5675-491d-b67a-d12557673a27", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "979070e5-cf97-466f-bae3-8df84f220a40", + "x-ms-routing-request-id": "JAPANEAST:20230614T062404Z:e9d62690-5675-491d-b67a-d12557673a27" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9242/providers/Microsoft.HDInsight/clusters/cluster7805", - "name": "cluster7805", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6627/providers/Microsoft.HDInsight/clusters/cluster2168", + "name": "cluster2168", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "063ad29b-affb-415d-b9d8-e50d346e089f", + "location": "Japan East", + "etag": "9f70c9fc-8bac-46ed-b234-07cacf17fb81", "tags": { "key0": "value0", "addtagkey": "addtagvalue" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "903672d25fab450d9886cd5c22729b59", + "clusterId": "ad9a1939e0ca4907a2050a8876976f7b", "computeProfile": { "roles": [ { @@ -3717,7 +3712,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T03:25:48.443", + "createdDate": "2023-06-14T06:03:26.793", "quotaInfo": { "coresUsed": 20 }, @@ -3725,13 +3720,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster7805-ssh.azurehdinsight.net", + "location": "cluster2168-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster7805.azurehdinsight.net", + "location": "cluster2168.azurehdinsight.net", "port": 443 } ], @@ -3742,14 +3737,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8309.blob.core.windows.net", + "name": "azstorageforcluster5483.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container5053", + "container": "container5026", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -3767,9 +3763,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1424938729", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "2033508697", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/AddTagTestAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/AddTagTestAsync.json index 373badb79f2a..7b3a9a98addb 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/AddTagTestAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/AddTagTestAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3e5e9c63c3245843bc4ccabd12cca6f7-520e5751f2c900bd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e5e454e7e2020a066b352ae860e1d264", + "traceparent": "00-17ddc28c30e10a4fe6de0d68bc4fe22d-b888d91b43c04366-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "77a03997ec97ab9e811c9b200d37d068", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:53:47 GMT", + "Date": "Wed, 14 Jun 2023 03:32:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93947392-5a3c-4370-81c0-5ed48c573cc9", + "x-ms-correlation-request-id": "84bbb09a-fb0f-4697-bd2c-8dd230ad15c3", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "93947392-5a3c-4370-81c0-5ed48c573cc9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035348Z:93947392-5a3c-4370-81c0-5ed48c573cc9" + "x-ms-request-id": "84bbb09a-fb0f-4697-bd2c-8dd230ad15c3", + "x-ms-routing-request-id": "JAPANEAST:20230614T033205Z:84bbb09a-fb0f-4697-bd2c-8dd230ad15c3" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-4340?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-8551?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-bbc76b0143755f642898fd230c6b4554-b59d8468e5dfd81f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "018124c974eea9e5bc2d6ae737150e6b", + "traceparent": "00-174d50484931bf4d79715df4653cd801-dfdbc55dfe1e57e3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a2eab867865e1227426a7fb74ddaa546", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:53:52 GMT", + "Date": "Wed, 14 Jun 2023 03:32:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed534d48-7b8e-4588-8d8e-716d65acd4d4", + "x-ms-correlation-request-id": "eaa909db-ab70-4373-9312-ff33747cb517", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ed534d48-7b8e-4588-8d8e-716d65acd4d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035352Z:ed534d48-7b8e-4588-8d8e-716d65acd4d4" + "x-ms-request-id": "eaa909db-ab70-4373-9312-ff33747cb517", + "x-ms-routing-request-id": "JAPANEAST:20230614T033205Z:eaa909db-ab70-4373-9312-ff33747cb517" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340", - "name": "HDInsightRG-4340", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551", + "name": "HDInsightRG-8551", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-908a9e98f965eada-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4f9ebbb8fda2955dbc54adb51325355f", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-3fe0ed07a478c2c8-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3d2ab44d117456096f7aaf7c4e9f89df", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4471.blob.core.windows.net", + "name": "azstorageforcluster9093.blob.core.windows.net", "isDefault": true, - "container": "container2257", + "container": "container5737", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1803", + "Content-Length": "1833", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:54:25 GMT", - "ETag": "\u002292889aa2-7abd-48d9-b3f0-0077d18cc286\u0022", + "Date": "Wed, 14 Jun 2023 03:32:35 GMT", + "ETag": "\u002256645e9e-62fa-4eb5-8fb2-7ac15b339446\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43c119af-f069-4dca-959e-a31814f1e947", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "f56190c2-f369-4226-8569-6ba516460c85", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "a635b393-022a-44eb-a0fc-7e7c13719a6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035425Z:43c119af-f069-4dca-959e-a31814f1e947" + "x-ms-request-id": "917b42ac-53e8-4497-b0d7-d54dbb957109", + "x-ms-routing-request-id": "JAPANEAST:20230614T033235Z:f56190c2-f369-4226-8569-6ba516460c85" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481", - "name": "cluster2481", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558", + "name": "cluster3558", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "92889aa2-7abd-48d9-b3f0-0077d18cc286", + "location": "Japan East", + "etag": "56645e9e-62fa-4eb5-8fb2-7ac15b339446", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "235bd8cdafd7411b8767deaa11228b25", + "clusterId": "066a18a606cd47b789f2b952af81937f", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T03:54:23.483", + "createdDate": "2023-06-14T03:32:35.253", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4471.blob.core.windows.net", + "name": "azstorageforcluster9093.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container2257", + "container": "container5737", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,77 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-473ca9427a7802ec-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dc7a0a6a6c1e499bd7f2f53e67cf7540", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:54:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa2ef7a9-2fde-4381-b784-8550ff22d63e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ed923915-b7f2-44c7-9e8b-ccff3cef5cfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035426Z:aa2ef7a9-2fde-4381-b784-8550ff22d63e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-ef61fa2edf25ee9b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dcb0ab306e33419fbbf46c9d6d2ee97a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:54:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24d42094-2fde-4114-9a27-018f634b6846", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "cd7c3eae-4397-450c-8acd-666e238cfe2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035428Z:24d42094-2fde-4114-9a27-018f634b6846" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-e726b852aec1a2da-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "094a48fb59abaa40672e6aee80c24213", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-738abf8c2f49c9ce-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "73f0065f0bf74ee7f4da87cb4987ca73", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -386,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:54:29 GMT", + "Date": "Wed, 14 Jun 2023 03:32:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00142286-d40b-4d63-a892-4d9aa21a2ddd", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "f411b2d0-ece0-460e-a9d6-eeae4bb1dc11", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "51b53576-067b-4ad4-8c90-ca4ee4ba4ce9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035430Z:00142286-d40b-4d63-a892-4d9aa21a2ddd" + "x-ms-request-id": "bee2d8e6-f593-42c4-8901-3d5964c57e12", + "x-ms-routing-request-id": "JAPANEAST:20230614T033236Z:f411b2d0-ece0-460e-a9d6-eeae4bb1dc11" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-e06347a0e6dd40e5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "00fe4e8f7b91fb316b38212a00fedba8", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-d6158273c98edf4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2c756c576f131e9864710a69a7969111", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -418,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:54:31 GMT", + "Date": "Wed, 14 Jun 2023 03:32:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad7fb292-3c4a-4502-9a3f-8787c47852f8", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a7a38c33-182d-48e2-9182-3f39992e3891", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b8a7a7e5-fa62-4188-90da-100f29fc9e14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035432Z:ad7fb292-3c4a-4502-9a3f-8787c47852f8" + "x-ms-request-id": "52aa0568-b30b-4172-b1e1-73dffd6db2a1", + "x-ms-routing-request-id": "JAPANEAST:20230614T033237Z:a7a38c33-182d-48e2-9182-3f39992e3891" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-cdebb53b5432cece-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1e427b086c84d7956b06750404b0c0f8", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-0108ec1d3e81fb20-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "471c668615afa5e7b287b928a8846eab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -450,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:54:34 GMT", + "Date": "Wed, 14 Jun 2023 03:32:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a04124bf-b03c-43c5-b15d-42716436c743", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "11ca8c2b-b39b-488f-9cfb-f323b6e648de", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "b6081b1c-519f-4e63-a2d2-2f472e08e902", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035435Z:a04124bf-b03c-43c5-b15d-42716436c743" + "x-ms-request-id": "04a1c05d-d328-4620-bb49-90da06e4f5f1", + "x-ms-routing-request-id": "JAPANEAST:20230614T033238Z:11ca8c2b-b39b-488f-9cfb-f323b6e648de" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-150efe49097f920e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1f0e59b2e9307fe9174f9d723816a969", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-348481b5168b8928-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "591bf640c7e8ef356dd10e85007da75e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -482,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:54:39 GMT", + "Date": "Wed, 14 Jun 2023 03:32:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93c51c56-ae15-44bd-854e-f2f100375154", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d13b41f6-a483-4218-ba8b-a75aa33f0ce7", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "11e6d2c8-dc37-420d-9635-05b4da49c01d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035440Z:93c51c56-ae15-44bd-854e-f2f100375154" + "x-ms-request-id": "8c3efd2f-5956-4cc9-94fa-913f0410becc", + "x-ms-routing-request-id": "JAPANEAST:20230614T033240Z:d13b41f6-a483-4218-ba8b-a75aa33f0ce7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-922da5f6c587ad45-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "05e5c153247f228eb926958b062df7ba", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-d3eba165f7ce381a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e3457549826a42c484d0798cb57075e0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:54:48 GMT", + "Date": "Wed, 14 Jun 2023 03:32:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7853122-9851-4514-aa34-9f21088b3263", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "40e7212e-04c0-4f9d-ad1f-c3c7d1e36aab", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "9f4e351a-0fb6-44dd-ad64-bb50de6a24b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035449Z:b7853122-9851-4514-aa34-9f21088b3263" + "x-ms-request-id": "db9d8602-ecef-4b3f-908f-e5ea2bf59f1c", + "x-ms-routing-request-id": "JAPANEAST:20230614T033242Z:40e7212e-04c0-4f9d-ad1f-c3c7d1e36aab" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-5c0fcade6ef84354-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a6782877bcef1f7892c20735ce229e54", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-50751dbe2fad2691-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b0295f03377abf29302cdadd0662a435", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:55:06 GMT", + "Date": "Wed, 14 Jun 2023 03:32:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b466c0bc-02ab-416f-884b-a51fcff8cbc3", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d3e5bc2a-f10e-4152-a14b-62ac82dc3a80", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "1741419e-e47a-4684-b8c8-d911b24f333c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035506Z:b466c0bc-02ab-416f-884b-a51fcff8cbc3" + "x-ms-request-id": "fc8c62d4-98ec-44a7-93b3-44419f1d57f7", + "x-ms-routing-request-id": "JAPANEAST:20230614T033246Z:d3e5bc2a-f10e-4152-a14b-62ac82dc3a80" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-6d4582ad7e0e8f90-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "42b00c5cbbcb8e78cbeb6509535e79e9", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-3cd8f0b112628ac7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "32de5bdf8a3ebd4032d8d5184da83afc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:55:38 GMT", + "Date": "Wed, 14 Jun 2023 03:32:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c2207e5-0eda-4010-8c2f-66414d4eb7c8", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "7224d523-bdcd-4b5d-9a59-028d3f45dd62", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "43122d17-0d06-4aee-bc01-8f930a3e5d31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035539Z:5c2207e5-0eda-4010-8c2f-66414d4eb7c8" + "x-ms-request-id": "185c4ecb-5d27-4359-890b-7819fbddcba0", + "x-ms-routing-request-id": "JAPANEAST:20230614T033255Z:7224d523-bdcd-4b5d-9a59-028d3f45dd62" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-2bc9211125129740-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "10fbe357039e977949c573bc1c585397", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-bf087f9095ce4913-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a1822e5cf75411e44c85b23da8e73c22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:56:12 GMT", + "Date": "Wed, 14 Jun 2023 03:33:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "557c2343-a3b0-4aba-8fe1-1e77e3e15925", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "6ee25d94-89a8-4bab-a220-c5ae82cf5c18", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "6658dddd-fa8c-40f1-9077-f873939686e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035612Z:557c2343-a3b0-4aba-8fe1-1e77e3e15925" + "x-ms-request-id": "4152ce30-772d-468b-9771-d293b3e998d2", + "x-ms-routing-request-id": "JAPANEAST:20230614T033311Z:6ee25d94-89a8-4bab-a220-c5ae82cf5c18" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-3aadf1e737a8b53a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fa2e4088b57cbceeafeadb03566ecb34", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-6aa41c6a85337f32-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5aac442b429178a11e6b7da162107288", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:56:44 GMT", + "Date": "Wed, 14 Jun 2023 03:33:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec78ba42-80e0-4509-81cf-7eab3a9c5c8e", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "cdaf1f67-d579-4cb3-944c-40ed909d9a3b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "7187aba7-daf7-4b3f-902d-e2eb61d83a23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035645Z:ec78ba42-80e0-4509-81cf-7eab3a9c5c8e" + "x-ms-request-id": "25a4eb98-bf03-45ef-8612-7d32d43485cc", + "x-ms-routing-request-id": "JAPANEAST:20230614T033343Z:cdaf1f67-d579-4cb3-944c-40ed909d9a3b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-3c36fcbfc9206393-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ebde1d498e2759b69219f80548bc7173", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-c230a3387ac71985-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d880ddf203dfe8e076cde6b9d703144b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:57:17 GMT", + "Date": "Wed, 14 Jun 2023 03:34:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d030ee87-c8f1-4921-be21-5deba73d37b8", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "c241594b-83da-44d3-9300-7db12983013d", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "9f7361b1-4533-4b40-9e6a-50875cac9fa7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035718Z:d030ee87-c8f1-4921-be21-5deba73d37b8" + "x-ms-request-id": "d1e00665-7a55-45de-ad0d-9f8101eb9d30", + "x-ms-routing-request-id": "JAPANEAST:20230614T033416Z:c241594b-83da-44d3-9300-7db12983013d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-e697d2ebe6070761-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1381ce987f2fa26cf43e60b4277640db", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-50d760494843ff7b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "08ecb39ce0fc196b8c0a82e87942af3b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:57:50 GMT", + "Date": "Wed, 14 Jun 2023 03:34:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2623ecb6-48e6-4277-8f2f-13aa95435a84", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "0e7ca2c6-226a-4152-b3a3-5a51d40ae224", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "9126f1f0-156a-47b8-b53f-2df41204125a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035750Z:2623ecb6-48e6-4277-8f2f-13aa95435a84" + "x-ms-request-id": "71cbc164-f9d1-4124-8a7e-9a585bf8df2e", + "x-ms-routing-request-id": "JAPANEAST:20230614T033448Z:0e7ca2c6-226a-4152-b3a3-5a51d40ae224" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-6b5079de20ca4982-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ff733efa687af96f8ad46763bce973f3", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-bdacdd868033bb25-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cb4b2a136366274263c4e3c45ce8a01b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:58:23 GMT", + "Date": "Wed, 14 Jun 2023 03:35:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e42655ef-ff6e-4091-9b14-f540d6c9015c", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "1b4d32f1-ef9f-4372-aecb-c2a93c6337d6", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "4d7f3f32-ea2a-48cc-af9b-56dc2fa36f62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035823Z:e42655ef-ff6e-4091-9b14-f540d6c9015c" + "x-ms-request-id": "e1900986-67ea-4155-9478-ea8acff9e078", + "x-ms-routing-request-id": "JAPANEAST:20230614T033521Z:1b4d32f1-ef9f-4372-aecb-c2a93c6337d6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-f64c80bfc97ee994-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "876b6878b8ecca04b13bf7e82d01311c", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-2815769b0fe1dd19-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "af0432576923128b72674bd580f86e33", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:58:56 GMT", + "Date": "Wed, 14 Jun 2023 03:35:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "308a7e64-b135-4278-81c7-92fdc9d6c6dc", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5bd46533-512e-41ae-b557-ff8ad683fd54", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "7b82e905-0b64-4066-b673-d43e7b72dbf2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035856Z:308a7e64-b135-4278-81c7-92fdc9d6c6dc" + "x-ms-request-id": "4474b538-a8d1-4e69-9854-e931f5f3f283", + "x-ms-routing-request-id": "JAPANEAST:20230614T033553Z:5bd46533-512e-41ae-b557-ff8ad683fd54" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-d0825e795d1975b6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "090b1cd8724830f95e88895a1709e50a", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-f13562fd845b7457-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ada5aa1e49b739e470c5a438fca6bda3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 03:59:30 GMT", + "Date": "Wed, 14 Jun 2023 03:36:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81b8ab35-385c-406e-a952-ed771f829015", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "7259fd6e-02c1-49e7-bb15-5d7cb75c921f", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "e2394efe-2003-4168-9458-6535da59a3de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T035930Z:81b8ab35-385c-406e-a952-ed771f829015" + "x-ms-request-id": "4c81e680-efd9-4cc1-b27d-fd6532e3bba1", + "x-ms-routing-request-id": "JAPANEAST:20230614T033625Z:7259fd6e-02c1-49e7-bb15-5d7cb75c921f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-ab78ae28ecbf71fd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bf3b6dcab80b42ef3aa84e3e7087cb88", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-2665db6ce027f3f8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4791666aff3ea9179f3859ff176da66b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:00:03 GMT", + "Date": "Wed, 14 Jun 2023 03:36:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "196ea61d-2fd3-4ee2-89e0-bcafa195a705", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "4e7a81a9-3639-43e9-94e1-47c06cddd54e", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "039a6d85-f0f8-46a5-8567-1a07e4513477", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040003Z:196ea61d-2fd3-4ee2-89e0-bcafa195a705" + "x-ms-request-id": "b8feedc2-5dc0-4089-89f4-3080845489f2", + "x-ms-routing-request-id": "JAPANEAST:20230614T033658Z:4e7a81a9-3639-43e9-94e1-47c06cddd54e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-8f5ce12c01096919-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a08a4ba36add06aa6e3b29632eaab2a7", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-6b7f5f348440eb1e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b1a6af56f3420d634ecb3e5ec55316cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:00:35 GMT", + "Date": "Wed, 14 Jun 2023 03:37:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a1a8d43-8320-491e-8c20-3dd48b0577b9", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a2fd602c-d051-4040-bb98-025351ac5ea3", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "8e80b892-67c2-451a-bd88-8d0fb4938b1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040036Z:6a1a8d43-8320-491e-8c20-3dd48b0577b9" + "x-ms-request-id": "7e3c7423-b888-4567-970c-8cacd3e26b00", + "x-ms-routing-request-id": "JAPANEAST:20230614T033730Z:a2fd602c-d051-4040-bb98-025351ac5ea3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-ef52471fec2c1cd8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c01dec5571c620102cc9cfa024babfd7", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-eb56bafa12604ced-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1a6aa8aa26671ef592fb0d7eefe42103", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:01:09 GMT", + "Date": "Wed, 14 Jun 2023 03:38:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42b4da24-d2d1-4d9b-8bc3-f26050f08abc", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "2c8b5589-0c80-4169-8ad5-7c2f67a8f44c", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "1752c10a-ba8b-489b-97b7-2f42923cbc6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040109Z:42b4da24-d2d1-4d9b-8bc3-f26050f08abc" + "x-ms-request-id": "2bf5e3fc-f4ea-4cff-a26f-4f9059f4737e", + "x-ms-routing-request-id": "JAPANEAST:20230614T033803Z:2c8b5589-0c80-4169-8ad5-7c2f67a8f44c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-e378d19246c19056-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ccb701bc457e602dc33450cf8f8b138f", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-e497b7c9bea52655-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4ce2391e0b0077600283f872c1b8e44b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:01:41 GMT", + "Date": "Wed, 14 Jun 2023 03:38:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afd23103-4214-431b-8304-2e76eb3fd59b", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "6a07263d-a98f-441b-814a-443022749087", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "f396350b-1bae-4ce9-9b24-00940c1ccc71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040142Z:afd23103-4214-431b-8304-2e76eb3fd59b" + "x-ms-request-id": "fed6f07f-9400-434c-8154-758aa0277fca", + "x-ms-routing-request-id": "JAPANEAST:20230614T033835Z:6a07263d-a98f-441b-814a-443022749087" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-f4cc4a3817713619-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "83e8a6f60b6931c13a6a73149a0ae2b4", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-41c44822d9d2dd80-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6f558d228c022f04ba871e47e5e51e69", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:02:15 GMT", + "Date": "Wed, 14 Jun 2023 03:39:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "385d6644-6b75-4ced-8da7-c0dc5f8d1eaa", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "6732ca1a-776c-4dd5-81c9-fa9beae957b8", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "17dcde66-433e-41b1-9ce8-475eb1041a01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040215Z:385d6644-6b75-4ced-8da7-c0dc5f8d1eaa" + "x-ms-request-id": "72ced8fd-d328-4888-a59f-556fcf2599bd", + "x-ms-routing-request-id": "JAPANEAST:20230614T033907Z:6732ca1a-776c-4dd5-81c9-fa9beae957b8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-02fd0f4f36394966-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2da7517be6f31028bfbcfc91204190a1", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-b1b49dfbec49607d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8b403baac9719ecb47f317e32e835dda", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:02:47 GMT", + "Date": "Wed, 14 Jun 2023 03:39:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1814ec5a-2ed1-4785-b870-159b5266f047", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "2778354b-c9bd-4cac-bc4d-42bd56dbff0e", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "3859bd32-0d1a-4cef-9b14-1a77ea675364", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040248Z:1814ec5a-2ed1-4785-b870-159b5266f047" + "x-ms-request-id": "b6d4c682-3fb6-4b95-9a98-63e940fcd881", + "x-ms-routing-request-id": "JAPANEAST:20230614T033940Z:2778354b-c9bd-4cac-bc4d-42bd56dbff0e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-ae7301a66f742ae0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7daa3fb63bd1b16d3f859114d119c6b9", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-e36c4d929d4102f3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "625bc117b18f910034b39278ec19911d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:03:20 GMT", + "Date": "Wed, 14 Jun 2023 03:40:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa2f5817-dcc6-4e0d-afda-19fdb9421af7", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "10450b00-736e-4eb9-9fa4-8af39a8b307f", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "fadd5f35-62f9-4b63-ac6f-5b295529ba1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040320Z:fa2f5817-dcc6-4e0d-afda-19fdb9421af7" + "x-ms-request-id": "337240fd-90dd-4fc8-86f7-c2e5e33c555f", + "x-ms-routing-request-id": "JAPANEAST:20230614T034012Z:10450b00-736e-4eb9-9fa4-8af39a8b307f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-5af87ffcbd69e0d4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3d549c51e5e40f9c7dd8c4ac0e3011f9", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-5a5817e80c504182-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "85c78f65587859dac1b6280f75200036", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:03:53 GMT", + "Date": "Wed, 14 Jun 2023 03:40:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e6a2fe9-1814-48ef-9b89-93f65f51055d", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "f09364ff-97a0-4d1d-adfd-e6edca6724f4", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "8a2922ca-71cb-4c3b-83fa-6df41d1a03d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040353Z:1e6a2fe9-1814-48ef-9b89-93f65f51055d" + "x-ms-request-id": "6fc47a4e-9a87-4075-ab5d-f99deb9da38b", + "x-ms-routing-request-id": "JAPANEAST:20230614T034044Z:f09364ff-97a0-4d1d-adfd-e6edca6724f4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-5151437a3c3d6c53-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5a5dd2d9655f3fe2e3f6ee6d54143ea5", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-4e569c477d0e2cdd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "232f442abb89f9da3bae57bd3753b22d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:04:27 GMT", + "Date": "Wed, 14 Jun 2023 03:41:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45dfc8de-9c46-4826-91de-09ed826eec15", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "3a848e90-9372-4016-8720-0477c02b66e8", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "2f63811d-1482-4032-b232-33d12303f1a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040427Z:45dfc8de-9c46-4826-91de-09ed826eec15" + "x-ms-request-id": "5d0b86ab-7e58-4d7e-8518-f0681882f10c", + "x-ms-routing-request-id": "JAPANEAST:20230614T034117Z:3a848e90-9372-4016-8720-0477c02b66e8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-bd88da94d154fd50-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "843f43f652ecd0bda29a00f977c0a20e", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-1d5f58bcbf9da22c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9e7ef961d7bbbe61e602a0d889f11b13", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:05:00 GMT", + "Date": "Wed, 14 Jun 2023 03:41:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "797379c0-aa48-44d3-8e9b-cc33aa8a31cd", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d2e53218-4375-473e-9d86-51eb99192aab", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "ef5b3335-ea01-458a-8760-cafa7515c2fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040500Z:797379c0-aa48-44d3-8e9b-cc33aa8a31cd" + "x-ms-request-id": "c9682ded-8a60-42b6-a86d-d776d750ba22", + "x-ms-routing-request-id": "JAPANEAST:20230614T034149Z:d2e53218-4375-473e-9d86-51eb99192aab" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-b246ab83496c3984-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ff3a98736bbbec59b9145aeef72fbb68", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-892afa3855df4ff4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a74d5bb26ee9a994b4ce4ac9011c216e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:05:33 GMT", + "Date": "Wed, 14 Jun 2023 03:42:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "935e3178-d566-43dc-a272-0dac268da09b", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a2e1bc77-2aa4-4e24-88c6-8a880f0f7271", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "cfdcd859-93d9-40b4-875e-7ac993c6dcf4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040533Z:935e3178-d566-43dc-a272-0dac268da09b" + "x-ms-request-id": "59f75ccb-cc6c-4f70-aef5-58c17aeb0b33", + "x-ms-routing-request-id": "JAPANEAST:20230614T034222Z:a2e1bc77-2aa4-4e24-88c6-8a880f0f7271" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-780d5b48a38f346e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cab51e9a8df0870c158db8c564e9c822", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-e2dbc3eeeb07389c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7cadfa0461a2537be2713c861b026f4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:06:06 GMT", + "Date": "Wed, 14 Jun 2023 03:42:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f2a959a-215a-48d7-9325-1e8b76aa5ec8", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "924c407b-5e97-4d57-9312-0693eabc1e5a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "ada84608-6ee0-456f-96cd-60ee152d025c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040606Z:2f2a959a-215a-48d7-9325-1e8b76aa5ec8" + "x-ms-request-id": "4ae1584a-4b95-4d06-bbdf-7998b8a9a30f", + "x-ms-routing-request-id": "JAPANEAST:20230614T034254Z:924c407b-5e97-4d57-9312-0693eabc1e5a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-c93a1cd469f1df67-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bcfadf533eda8beaea52cad7f8ced873", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-f1f76c4b177f13a0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dc0b43930a06f34364d4eaec8d98bdca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:06:38 GMT", + "Date": "Wed, 14 Jun 2023 03:43:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "297a8810-9c6f-4c96-a433-bdc39c754413", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "3611a9d9-a54f-4313-a401-6a4434b1d4b1", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "98f427ce-8d49-44a3-b8f2-f03c9fab4adb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040639Z:297a8810-9c6f-4c96-a433-bdc39c754413" + "x-ms-request-id": "79dd5cbf-8380-4517-a3ff-a2d4ccc7240d", + "x-ms-routing-request-id": "JAPANEAST:20230614T034326Z:3611a9d9-a54f-4313-a401-6a4434b1d4b1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-09b6818b95e05290-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "585e97dfd80ae61e8bb2ea2eb39388cf", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-42d34559b89ba7d1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8ed431e09f435070dff9c478310e8eb2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:07:11 GMT", + "Date": "Wed, 14 Jun 2023 03:43:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b55b1d55-627d-4a6e-9ae7-31589df9e0df", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "237c3974-5f1b-4d32-9016-90b82da7fbf7", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "f81d8dda-fabd-4ed4-9e9c-484a44006920", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040712Z:b55b1d55-627d-4a6e-9ae7-31589df9e0df" + "x-ms-request-id": "c23d3e6b-4516-47f5-8748-9cb052edab3f", + "x-ms-routing-request-id": "JAPANEAST:20230614T034359Z:237c3974-5f1b-4d32-9016-90b82da7fbf7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-fb556a50618ee845-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "189a374cff345b8e342ae09dc2358e46", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-e717b35808dca9a4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bd36ff5f4511f968b6b918ce778ec64a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:07:44 GMT", + "Date": "Wed, 14 Jun 2023 03:44:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe22f3b2-51a9-4663-9a58-198caa7d43c1", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "ff97ee50-3774-476e-9509-9e40b65e4b90", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "da0ad680-320d-455d-9545-cb427fe9ace6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040745Z:fe22f3b2-51a9-4663-9a58-198caa7d43c1" + "x-ms-request-id": "38d7e180-b7d9-48ab-9c01-e8a7b433a23a", + "x-ms-routing-request-id": "JAPANEAST:20230614T034431Z:ff97ee50-3774-476e-9509-9e40b65e4b90" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-a8b7935764e5949d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cce644b46f8b7b18c113302753bcd856", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-97092007543880a4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e9a572b4e02df306d2bbfc0c46cbc156", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:08:17 GMT", + "Date": "Wed, 14 Jun 2023 03:45:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e966ff24-e02e-4a92-b48c-6c23716f8ecc", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "4117b1fd-b6a7-4555-98c7-c18ce77a9cc5", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "c7b6cc5d-51e5-423b-a143-877148caa77b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040818Z:e966ff24-e02e-4a92-b48c-6c23716f8ecc" + "x-ms-request-id": "3c60a0d4-7935-41c1-82c4-eecfbbacaa7a", + "x-ms-routing-request-id": "JAPANEAST:20230614T034503Z:4117b1fd-b6a7-4555-98c7-c18ce77a9cc5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-52bf81ed6c4361e4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c18bfbcac034e03e090324e0f7802456", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-1bd0bb5221624a2c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8d8d3746ff629bb8c9dad88987a2d851", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:08:50 GMT", + "Date": "Wed, 14 Jun 2023 03:45:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f61c029a-6132-4d2e-9954-76bf795c72b0", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "54e07cc7-4928-463c-8d95-780cee0632d6", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "521b9923-6a0f-4622-b323-e5518ce9d09b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040851Z:f61c029a-6132-4d2e-9954-76bf795c72b0" + "x-ms-request-id": "e32e619e-280a-4ea1-a2d2-bf0ce3d35c3f", + "x-ms-routing-request-id": "JAPANEAST:20230614T034536Z:54e07cc7-4928-463c-8d95-780cee0632d6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-ccdacc698c168b11-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6e79a423bbaddc441f1f5621ce660777", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-5f230bb9d7426b3b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bfc47a33a4687e84f942ea56495cb3eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:09:24 GMT", + "Date": "Wed, 14 Jun 2023 03:46:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b685a907-58e6-4695-b3a9-0e39b5507408", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a10fd7b2-d737-40eb-8af7-1440d1f41b6b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "c0b609ad-ffdf-4eed-add4-6e38dafa5d98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040925Z:b685a907-58e6-4695-b3a9-0e39b5507408" + "x-ms-request-id": "24a1a910-9c2c-4db2-bed5-84dd02baf498", + "x-ms-routing-request-id": "JAPANEAST:20230614T034608Z:a10fd7b2-d737-40eb-8af7-1440d1f41b6b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-9c3a85104b17a78e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c7d28a51cda9f3110506c3874b378340", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-4aec473f5f3bd735-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4087c1f73801b4e8b90a2053087c6c2f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:09:58 GMT", + "Date": "Wed, 14 Jun 2023 03:46:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7a07220-1ea9-459c-a5b3-7874d5574707", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "e735d744-c588-4e88-8c3f-11d10327a989", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "73eb85ea-8be4-4065-bcd1-10aad5f6a3b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T040958Z:b7a07220-1ea9-459c-a5b3-7874d5574707" + "x-ms-request-id": "937ac4f6-5386-4721-b94b-5235298074b1", + "x-ms-routing-request-id": "JAPANEAST:20230614T034640Z:e735d744-c588-4e88-8c3f-11d10327a989" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-7efd7ead85ce73b0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "af03daee69420fa9b6afa2146a1d11a2", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-4be2162c3c9230d7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ccd8abe20207a2edb20f941f1462516c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:10:30 GMT", + "Date": "Wed, 14 Jun 2023 03:47:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4ec0aeb-18ef-4ae1-946a-42f7c2a5889a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5d7360fe-1fc8-4b5b-bc51-e0d751b9b174", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "9fa2c957-717a-405e-a03d-e14ea1442b4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041030Z:a4ec0aeb-18ef-4ae1-946a-42f7c2a5889a" + "x-ms-request-id": "5a8bd151-fb04-4493-a439-b4bf264bef22", + "x-ms-routing-request-id": "JAPANEAST:20230614T034713Z:5d7360fe-1fc8-4b5b-bc51-e0d751b9b174" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-dd9dd9acbebe6e7b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6d8facfb5dad56ac928569a6f7bc91e7", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-bfcbe101eac1a719-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c592ec27971bfa4f910f055e8331757c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:11:03 GMT", + "Date": "Wed, 14 Jun 2023 03:47:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3be97836-df27-4943-885b-a0eb1b307e6e", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "f5a4907d-b916-4132-bb93-6068ab30daaf", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "cac97845-bbe9-4b6a-9e29-11861dc0580c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041103Z:3be97836-df27-4943-885b-a0eb1b307e6e" + "x-ms-request-id": "b2110fea-8893-4f5b-9273-c5c8e15e7653", + "x-ms-routing-request-id": "JAPANEAST:20230614T034745Z:f5a4907d-b916-4132-bb93-6068ab30daaf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-ffdb47074d32108e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f333169b5862e734e0c310fa2bfd89e8", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-60d450f4314725cb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9e73bad5e784f4e4d4e58ef2a4c89f57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:11:36 GMT", + "Date": "Wed, 14 Jun 2023 03:48:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e87deeb-46e4-4e67-ba4d-7dde2d7ddc8e", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "de7ca229-92d4-4721-821c-831b007bf56c", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "440ec22f-29df-4d3a-a1d6-0b0a283e8b02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041136Z:6e87deeb-46e4-4e67-ba4d-7dde2d7ddc8e" + "x-ms-request-id": "bc0246b2-22e8-48bb-98ae-5dd7973b5178", + "x-ms-routing-request-id": "JAPANEAST:20230614T034817Z:de7ca229-92d4-4721-821c-831b007bf56c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-f3d367be79a1366c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9e8c20f416a890922dad1cbd000217f9", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-c6f27cb4d1a60501-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1c2cb3b8a7ea4a145bdd3af7fd8f1e80", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:12:09 GMT", + "Date": "Wed, 14 Jun 2023 03:48:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36f876e5-5dc3-40a5-a172-1a60c373f51d", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "012f3af1-856b-44a2-bb67-815f8d6bbc33", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "2ebd43ea-7ed5-44fe-9ca9-b3631dfd9a95", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041209Z:36f876e5-5dc3-40a5-a172-1a60c373f51d" + "x-ms-request-id": "d97708e8-064d-4b86-82f8-b9c435b1d485", + "x-ms-routing-request-id": "JAPANEAST:20230614T034850Z:012f3af1-856b-44a2-bb67-815f8d6bbc33" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-e688cfde20a1dd14-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5378ba1d1de9a24078a78cea4db22b95", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-5dd1b855720d61e8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5a491799b3ee40e8089df136095d56c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:12:41 GMT", + "Date": "Wed, 14 Jun 2023 03:49:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c4394bb-b460-45db-8dfd-c6c38971970e", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "14234c8a-669d-430c-9295-08d9f4546ae2", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "7b00e706-e76e-4e6f-9759-c6d3cce0e961", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041242Z:3c4394bb-b460-45db-8dfd-c6c38971970e" + "x-ms-request-id": "78ffb99c-91b0-40fd-bab8-114ee0d071b8", + "x-ms-routing-request-id": "JAPANEAST:20230614T034922Z:14234c8a-669d-430c-9295-08d9f4546ae2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-ea490fd3889fb0e9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d7b281fcf230853f83a2c6b53c77e7de", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-bef7d3d019a3f61c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cfa5ad6f59052e92a62842a6acecf644", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:13:15 GMT", + "Date": "Wed, 14 Jun 2023 03:49:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6198a94c-4958-422f-9dfe-0f5d096aecb4", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "150aa0e4-76af-43aa-8c6a-30a9abe1f986", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "0797f6d0-a7b8-414b-9534-5ae07e8d8eb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041315Z:6198a94c-4958-422f-9dfe-0f5d096aecb4" + "x-ms-request-id": "f4c969f5-7f10-486d-a794-95e13001dfea", + "x-ms-routing-request-id": "JAPANEAST:20230614T034955Z:150aa0e4-76af-43aa-8c6a-30a9abe1f986" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-1cdf7be0a2cc8115-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "70dc16ab3684d6fee0e9260089a7437b", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-8a0dbffdfd7f8cc7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8d580dc6457e0468cbeb144cb6de41fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:13:47 GMT", + "Date": "Wed, 14 Jun 2023 03:50:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e41f1e85-a341-437c-a94a-ff05f19e6ec6", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "67d5cbb3-891e-417a-9d52-eabc10eab9e1", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "388b6793-6559-49f8-ae83-88ec316d9d1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041348Z:e41f1e85-a341-437c-a94a-ff05f19e6ec6" + "x-ms-request-id": "6f7368f0-ce5e-4d5c-8aa7-8343cefe770e", + "x-ms-routing-request-id": "JAPANEAST:20230614T035027Z:67d5cbb3-891e-417a-9d52-eabc10eab9e1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-2616e504be01285e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7ec08781404f2bc97bf3cf47578a6600", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-92991734de88e88b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "508871874eea407b851bb3c67142931b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,158 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:14:22 GMT", + "Date": "Wed, 14 Jun 2023 03:50:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62afda5f-6831-4906-9c27-2f398d76da09", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "54717df9-3326-42bd-8686-963917629b45", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "2809b5f3-3eb7-4cbc-b982-9c4b2af28d22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041422Z:62afda5f-6831-4906-9c27-2f398d76da09" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-e8bbe75ce8d5183b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "363fadbfbad5c61082dbf647cc3efbdb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:14:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "712f4161-06d1-4ec8-a84b-1c4c2fa43bb9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "f4b59c5d-b3b2-4058-8cc9-bf1e9262eff0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041455Z:712f4161-06d1-4ec8-a84b-1c4c2fa43bb9" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-e992a788d3c7bfee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b5334b5e69b66a8e4db1f59166b77f56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:15:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf2d83f4-0c23-468e-8ac9-a46313ff5c43", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "e272c049-c932-4c34-b495-376a4db5c9c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041528Z:bf2d83f4-0c23-468e-8ac9-a46313ff5c43" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-42c340888e802caf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "db4125820d68c7a576fafb7449815e3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:16:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f179cff-ba80-4568-bc7b-ec35ec430e25", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "8f54eed3-9e78-4dcb-a9b0-00a94e9905f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041600Z:9f179cff-ba80-4568-bc7b-ec35ec430e25" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-6522b1db02e223ba-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0ce8f3f7b15656491ed4e924c57e5fcb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:16:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e408c68-7c42-42ac-b44d-5d43526fb7d3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "abe434bf-fc81-41fb-8fad-1bb20d1f1938", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041633Z:2e408c68-7c42-42ac-b44d-5d43526fb7d3" + "x-ms-request-id": "4362ff8e-8e23-46cc-8333-95e9624cba1e", + "x-ms-routing-request-id": "JAPANEAST:20230614T035059Z:54717df9-3326-42bd-8686-963917629b45" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-395efa2bec2885d3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a6c5a05c1ffd5173a56c3ebc6d1a21cb", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-caea718b890a4dcf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fb6faca6c805294944a00419454578c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,71 +1629,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:17:06 GMT", + "Date": "Wed, 14 Jun 2023 03:51:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73d15a12-0cef-427b-bb82-82e875bd5801", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "37154698-2b3c-46b3-b9c8-b02fb91d4000", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041706Z:73d15a12-0cef-427b-bb82-82e875bd5801" + "x-ms-correlation-request-id": "af6fde48-c1c8-4508-9401-feb7b8dbe45d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "5d293124-73a5-4583-833b-3ef97151c16f", + "x-ms-routing-request-id": "JAPANEAST:20230614T035132Z:af6fde48-c1c8-4508-9401-feb7b8dbe45d" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb8e9a9095d31839ca4afbe4d00cc753-f2b1c27e04532835-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "729ab85372ced1ffdceabd94248101f8", + "traceparent": "00-d91ea833f85fe7a98208ff58ece44660-ce4434253b1f1ae1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3a1f44e7a664785a9218086392a29389", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2014", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:17:06 GMT", + "Date": "Wed, 14 Jun 2023 03:51:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5237c05-2ae9-4269-bd5a-add5c6a344df", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "2e4c55a4-dd08-448e-895b-e17acda105ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041707Z:c5237c05-2ae9-4269-bd5a-add5c6a344df" + "x-ms-correlation-request-id": "6e268ab3-60aa-4770-b22a-7bd7ab2e5d0c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "9107ec53-3e8e-46ab-bb5e-b96914a7f875", + "x-ms-routing-request-id": "JAPANEAST:20230614T035132Z:6e268ab3-60aa-4770-b22a-7bd7ab2e5d0c" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481", - "name": "cluster2481", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558", + "name": "cluster3558", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "92889aa2-7abd-48d9-b3f0-0077d18cc286", + "location": "Japan East", + "etag": "56645e9e-62fa-4eb5-8fb2-7ac15b339446", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "235bd8cdafd7411b8767deaa11228b25", + "clusterId": "066a18a606cd47b789f2b952af81937f", "computeProfile": { "roles": [ { @@ -1936,7 +1739,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T03:54:23.483", + "createdDate": "2023-06-14T03:32:35.253", "quotaInfo": { "coresUsed": 20 }, @@ -1944,13 +1747,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster2481-ssh.azurehdinsight.net", + "location": "cluster3558-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster2481.azurehdinsight.net", + "location": "cluster3558.azurehdinsight.net", "port": 443 } ], @@ -1961,14 +1764,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4471.blob.core.windows.net", + "name": "azstorageforcluster9093.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container2257", + "container": "container5737", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -1985,34 +1789,34 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.Resources?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d2d9269885b7b16ea6931dae0a5cea07-1b6840855f05ce8f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a817309ab7bcd73e809766e9728de904", + "traceparent": "00-b3d2d0e8d55458ed6c2838db1a2342b0-a94fcf0b6388dea1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "09a6f858456ebef8275e0b494961fa40", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "17728", + "Content-Length": "21239", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:17:07 GMT", + "Date": "Wed, 14 Jun 2023 03:51:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02dec7eb-bd2e-4281-9d57-d92204dcae02", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "02dec7eb-bd2e-4281-9d57-d92204dcae02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041708Z:02dec7eb-bd2e-4281-9d57-d92204dcae02" + "x-ms-correlation-request-id": "13df2d80-588d-456a-992a-83674ed97cc4", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "13df2d80-588d-456a-992a-83674ed97cc4", + "x-ms-routing-request-id": "JAPANEAST:20230614T035134Z:13df2d80-588d-456a-992a-83674ed97cc4" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Resources", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.Resources", "namespace": "Microsoft.Resources", "authorizations": [ { @@ -2024,83 +1828,515 @@ ], "resourceTypes": [ { - "resourceType": "tenants", - "locations": [], - "apiVersions": [ - "2020-01-01", - "2019-09-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-11-01", - "2018-09-01", - "2018-08-01", - "2018-07-01", - "2018-05-01", - "2018-02-01", - "2018-01-01", - "2017-08-01", - "2017-06-01", - "2017-05-10", - "2017-05-01", - "2017-03-01", - "2016-09-01", - "2016-07-01", - "2016-06-01", - "2016-02-01", - "2015-11-01", - "2015-01-01", - "2014-04-01-preview" + "resourceType": "deploymentScripts", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "South India", + "Jio India West", + "Japan East", + "Japan West", + "Korea Central", + "North Europe", + "Norway East", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "South Central US", + "West US 3", + "South Africa North", + "Switzerland West", + "Central US EUAP", + "East US 2 EUAP" ], - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2016-06-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2016-06-01" - } + "apiVersions": [ + "2020-10-01", + "2019-10-01-preview" ], - "capabilities": "None" + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "locations", - "locations": [], - "apiVersions": [ - "2019-09-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-11-01", - "2018-09-01", - "2018-08-01", - "2018-07-01", - "2018-05-01", - "2018-02-01", - "2018-01-01", - "2017-08-01", - "2017-06-01", - "2017-05-10", - "2017-05-01", - "2017-03-01", - "2016-09-01", - "2016-07-01", - "2016-06-01", - "2016-02-01", - "2015-11-01", - "2015-01-01", - "2014-04-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2016-06-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2018-05-01" - } + "resourceType": "deploymentScripts/logs", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "South India", + "Jio India West", + "Japan East", + "Japan West", + "Korea Central", + "North Europe", + "Norway East", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "South Central US", + "West US 3", + "South Africa North", + "Switzerland West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2020-10-01", + "2019-10-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/deploymentScriptOperationResults", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "South India", + "Jio India West", + "Japan East", + "Japan West", + "Korea Central", + "North Europe", + "Norway East", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "South Central US", + "West US 3", + "South Africa North", + "Switzerland West", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2020-10-01", + "2019-10-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "templateSpecs", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "West US 3", + "South Central US", + "South Africa North", + "Brazil Southeast", + "Switzerland West", + "Central US EUAP", + "Germany North", + "East US 2 EUAP", + "France South", + "Jio India Central", + "Italy North", + "Norway West", + "Sweden South", + "UAE Central", + "South Africa West" + ], + "apiVersions": [ + "2022-02-01", + "2021-05-01", + "2021-03-01-preview", + "2019-06-01-preview" + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "templateSpecs/versions", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "West US 3", + "South Central US", + "South Africa North", + "Brazil Southeast", + "Switzerland West", + "Central US EUAP", + "Germany North", + "East US 2 EUAP", + "France South", + "Jio India Central", + "Italy North", + "Norway West", + "Sweden South", + "UAE Central", + "South Africa West" + ], + "apiVersions": [ + "2022-02-01", + "2021-05-01", + "2021-03-01-preview", + "2019-06-01-preview" + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "builtInTemplateSpecs", + "locations": [], + "apiVersions": [ + "2022-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "builtInTemplateSpecs/versions", + "locations": [], + "apiVersions": [ + "2022-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "deploymentStacks", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "West US 3", + "South Central US", + "South Africa North", + "Brazil Southeast", + "Switzerland West", + "Central US EUAP", + "Germany North", + "East US 2 EUAP", + "France South", + "Jio India Central", + "Italy North", + "Norway West", + "Sweden South", + "UAE Central", + "South Africa West" + ], + "apiVersions": [ + "2022-08-01-preview" + ], + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/deploymentStackOperationStatus", + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "West India", + "Jio India West", + "South India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "West US 3", + "South Central US", + "South Africa North", + "Brazil Southeast", + "Switzerland West", + "Central US EUAP", + "Germany North", + "East US 2 EUAP", + "France South", + "Jio India Central", + "Italy North", + "Norway West", + "Sweden South", + "UAE Central", + "South Africa West" + ], + "apiVersions": [ + "2022-08-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "tagnamespaces", + "locations": [ + "East US", + "East US 2", + "East US STG", + "West Central US", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP", + "Canada Central", + "Canada East", + "Central US", + "North Central US", + "South Central US", + "South Central US STG" + ], + "apiVersions": [ + "2023-03-01-preview" + ], + "capabilities": "SupportsExtension" + }, + { + "resourceType": "tagNamespaceOperationResults", + "locations": [], + "apiVersions": [ + "2023-03-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "tenants", + "locations": [], + "apiVersions": [ + "2020-01-01", + "2019-09-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2016-06-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-06-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations", + "locations": [], + "apiVersions": [ + "2019-09-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2016-06-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2018-05-01" + } ], "capabilities": "None" }, @@ -2161,6 +2397,7 @@ "resourceType": "tags", "locations": [], "apiVersions": [ + "2022-09-01", "2019-10-01", "2019-05-01", "2019-04-01", @@ -2276,6 +2513,7 @@ "resourceType": "calculateTemplateHash", "locations": [], "apiVersions": [ + "2022-09-01", "2019-09-01", "2019-05-01", "2019-04-01", @@ -2546,7 +2784,21 @@ "Jio India West", "West US 3", "Qatar Central", - "Sweden Central" + "Sweden Central", + "Poland Central", + "Italy North", + "France South", + "Australia Central 2", + "UAE Central", + "South Africa West", + "Switzerland West", + "Germany North", + "Norway West", + "Brazil Southeast", + "Jio India Central", + "Sweden South", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2019-05-01", @@ -2623,7 +2875,21 @@ "Jio India West", "West US 3", "Qatar Central", - "Sweden Central" + "Sweden Central", + "Poland Central", + "Italy North", + "France South", + "Australia Central 2", + "UAE Central", + "South Africa West", + "Switzerland West", + "Germany North", + "Norway West", + "Brazil Southeast", + "Jio India Central", + "Sweden South", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2019-05-01", @@ -2743,6 +3009,7 @@ "resourceType": "subscriptions/tagnames", "locations": [], "apiVersions": [ + "2022-09-01", "2019-05-01", "2019-04-01", "2019-03-01", @@ -2782,6 +3049,7 @@ "resourceType": "subscriptions/tagNames/tagValues", "locations": [], "apiVersions": [ + "2022-09-01", "2019-05-01", "2019-04-01", "2019-03-01", @@ -2821,6 +3089,7 @@ "resourceType": "deployments", "locations": [], "apiVersions": [ + "2022-09-01", "2021-04-01", "2021-01-01", "2020-10-01", @@ -2866,6 +3135,7 @@ "resourceType": "deployments/operations", "locations": [], "apiVersions": [ + "2022-09-01", "2021-04-01", "2021-01-01", "2020-10-01", @@ -2996,255 +3266,11 @@ ], "capabilities": "None" }, - { - "resourceType": "deploymentScripts", - "locations": [ - "East Asia", - "Southeast Asia", - "Australia East", - "Australia Southeast", - "Brazil South", - "Canada Central", - "Canada East", - "Switzerland North", - "Germany West Central", - "East US 2", - "East US", - "Central US", - "North Central US", - "France Central", - "UK South", - "UK West", - "Central India", - "South India", - "Jio India West", - "Japan East", - "Japan West", - "Korea Central", - "North Europe", - "Norway East", - "Sweden Central", - "UAE North", - "West Central US", - "West Europe", - "West US 2", - "West US", - "South Central US", - "West US 3", - "South Africa North" - ], - "apiVersions": [ - "2020-10-01", - "2019-10-01-preview" - ], - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "deploymentScripts/logs", - "locations": [ - "East Asia", - "Southeast Asia", - "Australia East", - "Australia Southeast", - "Brazil South", - "Canada Central", - "Canada East", - "Switzerland North", - "Germany West Central", - "East US 2", - "East US", - "Central US", - "North Central US", - "France Central", - "UK South", - "UK West", - "Central India", - "South India", - "Jio India West", - "Japan East", - "Japan West", - "Korea Central", - "North Europe", - "Norway East", - "Sweden Central", - "UAE North", - "West Central US", - "West Europe", - "West US 2", - "West US", - "South Central US", - "West US 3", - "South Africa North" - ], - "apiVersions": [ - "2020-10-01", - "2019-10-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/deploymentScriptOperationResults", - "locations": [ - "East Asia", - "Southeast Asia", - "Australia East", - "Australia Southeast", - "Brazil South", - "Canada Central", - "Canada East", - "Switzerland North", - "Germany West Central", - "East US 2", - "East US", - "Central US", - "North Central US", - "France Central", - "UK South", - "UK West", - "Central India", - "South India", - "Jio India West", - "Japan East", - "Japan West", - "Korea Central", - "North Europe", - "Norway East", - "Sweden Central", - "UAE North", - "West Central US", - "West Europe", - "West US 2", - "West US", - "South Central US", - "West US 3", - "South Africa North" - ], - "apiVersions": [ - "2020-10-01", - "2019-10-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "templateSpecs", - "locations": [ - "East Asia", - "Southeast Asia", - "Australia East", - "Australia Central", - "Australia Central 2", - "Australia Southeast", - "Brazil South", - "Canada Central", - "Canada East", - "Switzerland North", - "Germany West Central", - "East US 2", - "East US", - "Central US", - "North Central US", - "France Central", - "UK South", - "UK West", - "Central India", - "West India", - "Jio India West", - "South India", - "Japan East", - "Japan West", - "Korea Central", - "Korea South", - "North Europe", - "Norway East", - "Qatar Central", - "Sweden Central", - "UAE North", - "West Central US", - "West Europe", - "West US 2", - "West US", - "West US 3", - "South Central US", - "South Africa North" - ], - "apiVersions": [ - "2022-02-01", - "2021-05-01", - "2021-03-01-preview", - "2019-06-01-preview" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "templateSpecs/versions", - "locations": [ - "East Asia", - "Southeast Asia", - "Australia East", - "Australia Central", - "Australia Central 2", - "Australia Southeast", - "Brazil South", - "Canada Central", - "Canada East", - "Switzerland North", - "Germany West Central", - "East US 2", - "East US", - "Central US", - "North Central US", - "France Central", - "UK South", - "UK West", - "Central India", - "West India", - "Jio India West", - "South India", - "Japan East", - "Japan West", - "Korea Central", - "Korea South", - "North Europe", - "Norway East", - "Qatar Central", - "Sweden Central", - "UAE North", - "West Central US", - "West Europe", - "West US 2", - "West US", - "West US 3", - "South Central US", - "South Africa North" - ], - "apiVersions": [ - "2022-02-01", - "2021-05-01", - "2021-03-01-preview", - "2019-06-01-preview" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "builtInTemplateSpecs", - "locations": [], - "apiVersions": [ - "2022-02-01" - ], - "capabilities": "None" - }, - { - "resourceType": "builtInTemplateSpecs/versions", - "locations": [], - "apiVersions": [ - "2022-02-01" - ], - "capabilities": "None" - }, { "resourceType": "changes", "locations": [], "apiVersions": [ + "2023-03-01-preview", "2022-05-01", "2022-03-01-preview" ], @@ -3264,14 +3290,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d2d9269885b7b16ea6931dae0a5cea07-79fae9f46ef2945e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0cd11db3ece3e9fca0f3ca1362df2d24", + "traceparent": "00-b3d2d0e8d55458ed6c2838db1a2342b0-4acdb09fda98449d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2cdeeba35822ffb652f769ecc0e697a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3280,18 +3306,18 @@ "Cache-Control": "no-cache", "Content-Length": "277", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:17:08 GMT", + "Date": "Wed, 14 Jun 2023 03:51:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3561ddf8-f41a-4942-8c9d-7340171fefce", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "3561ddf8-f41a-4942-8c9d-7340171fefce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041708Z:3561ddf8-f41a-4942-8c9d-7340171fefce" + "x-ms-correlation-request-id": "e76d7cb3-6a94-495e-b25c-d39523501d87", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "e76d7cb3-6a94-495e-b25c-d39523501d87", + "x-ms-routing-request-id": "JAPANEAST:20230614T035134Z:e76d7cb3-6a94-495e-b25c-d39523501d87" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/providers/Microsoft.Resources/tags/default", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/providers/Microsoft.Resources/tags/default", "name": "default", "type": "Microsoft.Resources/tags", "properties": { @@ -3302,16 +3328,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "67", "Content-Type": "application/json", - "traceparent": "00-d2d9269885b7b16ea6931dae0a5cea07-15a219de0c7b5b2c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3c21466b78039b0f7ac3f2370c165e4f", + "traceparent": "00-b3d2d0e8d55458ed6c2838db1a2342b0-ff9a289ec911320c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4cc17b0d6e9ea1594c6013069b102e30", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -3327,18 +3353,18 @@ "Cache-Control": "no-cache", "Content-Length": "303", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:17:13 GMT", + "Date": "Wed, 14 Jun 2023 03:51:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9530f394-8fe5-4965-972e-206ced0810ab", + "x-ms-correlation-request-id": "497a24a4-bd18-4459-a6a4-499f172ac3c3", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "9530f394-8fe5-4965-972e-206ced0810ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041713Z:9530f394-8fe5-4965-972e-206ced0810ab" + "x-ms-request-id": "497a24a4-bd18-4459-a6a4-499f172ac3c3", + "x-ms-routing-request-id": "JAPANEAST:20230614T035135Z:497a24a4-bd18-4459-a6a4-499f172ac3c3" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481/providers/Microsoft.Resources/tags/default", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558/providers/Microsoft.Resources/tags/default", "name": "default", "type": "Microsoft.Resources/tags", "properties": { @@ -3350,56 +3376,56 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d2d9269885b7b16ea6931dae0a5cea07-afd05810657db51c-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "06e1b800f5b0ad14332e07c8ed2b74a1", + "traceparent": "00-b3d2d0e8d55458ed6c2838db1a2342b0-ec5ff2110f55f1cb-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cd3c69c6ada035a1913de0c245b06441", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2040", + "Content-Length": "2070", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:17:13 GMT", + "Date": "Wed, 14 Jun 2023 03:51:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dcdae7b8-1f0f-4b0f-8a39-a3f3b9f97cea", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "4807df0d-9dff-464c-94b8-2f8fcc3b1df0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041714Z:dcdae7b8-1f0f-4b0f-8a39-a3f3b9f97cea" + "x-ms-correlation-request-id": "ee3ced22-ec80-4b87-a038-249b9cfb6b98", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "438ccc33-3933-4f90-9701-5d025467b00d", + "x-ms-routing-request-id": "JAPANEAST:20230614T035135Z:ee3ced22-ec80-4b87-a038-249b9cfb6b98" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481", - "name": "cluster2481", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558", + "name": "cluster3558", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "92889aa2-7abd-48d9-b3f0-0077d18cc286", + "location": "Japan East", + "etag": "56645e9e-62fa-4eb5-8fb2-7ac15b339446", "tags": { "key0": "value0", "addtagkey": "addtagvalue" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "235bd8cdafd7411b8767deaa11228b25", + "clusterId": "066a18a606cd47b789f2b952af81937f", "computeProfile": { "roles": [ { @@ -3445,7 +3471,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T03:54:23.483", + "createdDate": "2023-06-14T03:32:35.253", "quotaInfo": { "coresUsed": 20 }, @@ -3453,13 +3479,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster2481-ssh.azurehdinsight.net", + "location": "cluster3558-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster2481.azurehdinsight.net", + "location": "cluster3558.azurehdinsight.net", "port": 443 } ], @@ -3470,14 +3496,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4471.blob.core.windows.net", + "name": "azstorageforcluster9093.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container2257", + "container": "container5737", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -3494,56 +3521,56 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-158b1f1acd4f6538ecc730e8aab7512b-cf1e7fafb35b13c2-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2c7e4269ad6b3a000d369220fac5dd8a", + "traceparent": "00-572eb8c91292e347e82d973a83324433-1b00b0d4f074c87e-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f8ce38c8f026a6de15c10af8b7e1c53f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2040", + "Content-Length": "2070", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:17:14 GMT", + "Date": "Wed, 14 Jun 2023 03:51:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d0892e5-4b90-4e7b-906f-95984ca9c077", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "e40e9d19-0ec4-405b-bb58-d0a055a3b787", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041715Z:0d0892e5-4b90-4e7b-906f-95984ca9c077" + "x-ms-correlation-request-id": "f4c916a0-0f51-4cba-88f5-4b793b47fde6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "50284745-c38c-46a0-9353-cd98f540d332", + "x-ms-routing-request-id": "JAPANEAST:20230614T035136Z:f4c916a0-0f51-4cba-88f5-4b793b47fde6" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4340/providers/Microsoft.HDInsight/clusters/cluster2481", - "name": "cluster2481", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8551/providers/Microsoft.HDInsight/clusters/cluster3558", + "name": "cluster3558", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "92889aa2-7abd-48d9-b3f0-0077d18cc286", + "location": "Japan East", + "etag": "56645e9e-62fa-4eb5-8fb2-7ac15b339446", "tags": { "key0": "value0", "addtagkey": "addtagvalue" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "235bd8cdafd7411b8767deaa11228b25", + "clusterId": "066a18a606cd47b789f2b952af81937f", "computeProfile": { "roles": [ { @@ -3589,7 +3616,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T03:54:23.483", + "createdDate": "2023-06-14T03:32:35.253", "quotaInfo": { "coresUsed": 20 }, @@ -3597,13 +3624,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster2481-ssh.azurehdinsight.net", + "location": "cluster3558-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster2481.azurehdinsight.net", + "location": "cluster3558.azurehdinsight.net", "port": 443 } ], @@ -3614,14 +3641,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster4471.blob.core.windows.net", + "name": "azstorageforcluster9093.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container2257", + "container": "container5737", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -3639,9 +3667,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1506497230", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1794795952", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/CreateOrUpdate.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/CreateOrUpdate.json index c3168a91d83f..835ccb93b8d8 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/CreateOrUpdate.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/CreateOrUpdate.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-008f9e4d9a27e3c97cf06f34765d9d50-55f917feae95e457-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "58c4798ac796beb76c77f534661500aa", + "traceparent": "00-161f0ab30c1d473c625aa14c3ba45bf5-3f11a5f84620df4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1385e0eaba80fd2bf6ccd3558f5bd4db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:25:10 GMT", + "Date": "Wed, 14 Jun 2023 03:11:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82e9917b-e748-4452-b3ca-c596dc700f49", + "x-ms-correlation-request-id": "cbcadb28-910b-4239-bc13-abd90c055ee3", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "82e9917b-e748-4452-b3ca-c596dc700f49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072511Z:82e9917b-e748-4452-b3ca-c596dc700f49" + "x-ms-request-id": "cbcadb28-910b-4239-bc13-abd90c055ee3", + "x-ms-routing-request-id": "JAPANEAST:20230614T031109Z:cbcadb28-910b-4239-bc13-abd90c055ee3" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-4471?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-1366?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-4c6179ddf967aae3ede6f4eee2d36da5-5cb90e240c9bdb80-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6f7d908b5cccf16cebbac8cb14b87ee4", + "traceparent": "00-5d11b96bdf7360c243be2584e189d6c4-db26842884b2ff3a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a44c2b0ccbd56876fdf5552ae50bf91a", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:25:16 GMT", + "Date": "Wed, 14 Jun 2023 03:11:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2265407e-26dc-42dd-a508-764a42c46ab5", + "x-ms-correlation-request-id": "33eb330a-de6b-42fa-bd7a-80eb07037bb2", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "2265407e-26dc-42dd-a508-764a42c46ab5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072517Z:2265407e-26dc-42dd-a508-764a42c46ab5" + "x-ms-request-id": "33eb330a-de6b-42fa-bd7a-80eb07037bb2", + "x-ms-routing-request-id": "JAPANEAST:20230614T031109Z:33eb330a-de6b-42fa-bd7a-80eb07037bb2" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471", - "name": "HDInsightRG-4471", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366", + "name": "HDInsightRG-1366", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-9a27e56bfc90c9f8-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6d1eaa4f03b87824beba38670448a6cf", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-e5635dd593279257-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "454da3c3a4fc60d8e17b1b064aef1a3c", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster2777.blob.core.windows.net", + "name": "azstorageforcluster8176.blob.core.windows.net", "isDefault": true, - "container": "container7654", + "container": "container2446", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1803", + "Content-Length": "1833", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:25:51 GMT", - "ETag": "\u0022980711b7-7e02-4374-a8e9-2c60bb048e5f\u0022", + "Date": "Wed, 14 Jun 2023 03:11:38 GMT", + "ETag": "\u0022121b0c4e-b379-4b26-ba43-14b94be87c7b\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "632b19ac-0d5d-4e13-a76d-5daaa77b4fe0", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d6fa9769-46cb-41a5-b140-93ac6526cfde", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "f52b986b-5a92-4385-be13-4a8c7699827d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072552Z:632b19ac-0d5d-4e13-a76d-5daaa77b4fe0" + "x-ms-request-id": "0a04b5e2-88b2-4ed2-8fdf-540ddd155f6b", + "x-ms-routing-request-id": "JAPANEAST:20230614T031138Z:d6fa9769-46cb-41a5-b140-93ac6526cfde" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362", - "name": "cluster8362", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565", + "name": "cluster3565", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "980711b7-7e02-4374-a8e9-2c60bb048e5f", + "location": "Japan East", + "etag": "121b0c4e-b379-4b26-ba43-14b94be87c7b", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "b75c0db5ce604fdc912cdfb0934944cd", + "clusterId": "61bcdaaf91d046a68eb224cea45c4327", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T07:25:49.757", + "createdDate": "2023-06-14T03:11:38.463", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster2777.blob.core.windows.net", + "name": "azstorageforcluster8176.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container7654", + "container": "container2446", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,45 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-47bd118dcdd014ee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c74abf71b5b45ebe0a71c4af5c7f88e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:25:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d86dae68-1cf8-4b9d-a016-24e2664efaf1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "c202c864-8c53-4762-9aad-7f50ef51a0a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072553Z:d86dae68-1cf8-4b9d-a016-24e2664efaf1" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-730053498e0d00f0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1203dcd68d25ba89a731b768c387ac39", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-2eda4f8f41f71a62-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0f2c554e83c5efb4b2c4b8456070248f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -354,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:25:54 GMT", + "Date": "Wed, 14 Jun 2023 03:11:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fcd6bb5-9817-4200-b5e1-db00c3b90f38", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d0e1f53d-a33d-4173-b24c-a675aa77101a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "b78d339f-0d75-498a-984f-0acfc2dc35fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072555Z:9fcd6bb5-9817-4200-b5e1-db00c3b90f38" + "x-ms-request-id": "be6680f0-fc29-4a5e-9ac2-abf467ff9613", + "x-ms-routing-request-id": "JAPANEAST:20230614T031139Z:d0e1f53d-a33d-4173-b24c-a675aa77101a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-be60e32c766d60a7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "45f6d200defe7f1a3cf15babd0528f37", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-0be658901f6a9c30-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "286e9f63d586fc3aaec06bef1da15147", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -386,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:25:56 GMT", + "Date": "Wed, 14 Jun 2023 03:11:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c83887c5-5510-4183-8683-aa8ede1c28c9", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "ee767cc2-1a45-4eb8-8264-57cd0ca3c5ee", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "176973a9-4413-4530-8aa5-7cf3a3a4825f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072556Z:c83887c5-5510-4183-8683-aa8ede1c28c9" + "x-ms-request-id": "e86c09b9-35e9-44b3-8ab8-2bbfa80cf16f", + "x-ms-routing-request-id": "JAPANEAST:20230614T031140Z:ee767cc2-1a45-4eb8-8264-57cd0ca3c5ee" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-a8f1ca223d255d7d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "efc65bc7a781e340368f1f83fd559a82", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-471ba6da512e10f4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f4b833f00ac3b5770c2070030eaf2c69", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -418,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:25:58 GMT", + "Date": "Wed, 14 Jun 2023 03:11:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "760bc790-cb81-4e10-82e9-74b30277438d", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "f65c22ba-226c-4d69-bbc4-12a42e0e1fd1", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b546049f-9656-482b-9528-1c3e7a9e7823", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072558Z:760bc790-cb81-4e10-82e9-74b30277438d" + "x-ms-request-id": "3976a982-e851-48ef-847e-53ca43f6c214", + "x-ms-routing-request-id": "JAPANEAST:20230614T031142Z:f65c22ba-226c-4d69-bbc4-12a42e0e1fd1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-4b708637a983a4e9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8aaf8bc54388f8e6c184d63432deea55", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-0ae13617059b8023-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6fd2f7e8632c79601b30610518c5d110", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -450,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:26:00 GMT", + "Date": "Wed, 14 Jun 2023 03:11:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c831bff9-e411-4032-8ebd-128f2d7e778a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5fb5c704-5ea3-47cc-88af-5f6f3417b017", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "ec4dbf48-afb0-43ad-b6b2-37f8a5c39d03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072601Z:c831bff9-e411-4032-8ebd-128f2d7e778a" + "x-ms-request-id": "3ab22a44-9080-4576-81ac-3cdf0a5a114d", + "x-ms-routing-request-id": "JAPANEAST:20230614T031143Z:5fb5c704-5ea3-47cc-88af-5f6f3417b017" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-286c346501e2e226-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "67a180a1bcc158b792120e6ebe9781e6", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-46f525f97cde6f19-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2c5571722fb858cc28b81b666437edfe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -482,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:26:05 GMT", + "Date": "Wed, 14 Jun 2023 03:11:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17238ca4-ab87-428f-bff5-8e6f6c998701", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "2190ddf7-d2f2-4003-92e9-0fa539d72943", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "b287a312-66ce-425e-8cc8-9dadcc0395e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072606Z:17238ca4-ab87-428f-bff5-8e6f6c998701" + "x-ms-request-id": "b0e27ba1-92b3-456a-b023-1a63fc77297b", + "x-ms-routing-request-id": "JAPANEAST:20230614T031146Z:2190ddf7-d2f2-4003-92e9-0fa539d72943" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-f06541dcf70c2eb7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "44e6d85605a383ae75ce2dfcd10bb158", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-f097d2af30d4cd93-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "25070194e1ce8c1bd23ed993a9719c47", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:26:15 GMT", + "Date": "Wed, 14 Jun 2023 03:11:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa068b85-6856-499f-a5fa-4565be0bba90", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "d542c9cf-dadd-4c31-a7b6-a8cc2a561265", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "7d11aa6f-f4c5-4d6c-9465-340c760dc4fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072615Z:aa068b85-6856-499f-a5fa-4565be0bba90" + "x-ms-request-id": "e6e61e0c-f1af-4d42-a7cf-814324fbc767", + "x-ms-routing-request-id": "JAPANEAST:20230614T031150Z:d542c9cf-dadd-4c31-a7b6-a8cc2a561265" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-431611c1b312d120-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7de1caa533b408c1d356f7753477392a", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-7e19d02ed3a7e384-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9d90604fff59b8b12b7a477347fa15e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:26:31 GMT", + "Date": "Wed, 14 Jun 2023 03:11:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5da91a95-090b-4737-af7e-587864514fec", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "bfebc312-8fbb-44df-a633-103d33fddd19", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "0d40993d-8a2a-4d97-94cd-9815bcfcc78b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072631Z:5da91a95-090b-4737-af7e-587864514fec" + "x-ms-request-id": "5b9d1b54-134c-4056-8d47-d2eeae43ce88", + "x-ms-routing-request-id": "JAPANEAST:20230614T031158Z:bfebc312-8fbb-44df-a633-103d33fddd19" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-489f65583fc6d973-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "59deef03a6f89bb1d11ef2f28ebb8786", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-6abf243717fd8376-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "17716242abbd904155c95a795638afb6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:27:05 GMT", + "Date": "Wed, 14 Jun 2023 03:12:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "824dc8a2-3b06-4fe0-8ff1-6d9e016dcad8", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "5e128584-80a5-4c20-ab27-bb6e911ac862", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "86a33df2-2a50-4b49-98d6-4219aa6e8aa5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072706Z:824dc8a2-3b06-4fe0-8ff1-6d9e016dcad8" + "x-ms-request-id": "2670de1a-ada9-49b0-ae3f-8419633c8e2e", + "x-ms-routing-request-id": "JAPANEAST:20230614T031215Z:5e128584-80a5-4c20-ab27-bb6e911ac862" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-58a0f3f7adb90744-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f3c9b66103b5233217dd704c0e394efd", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-46444eaa11a8708b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0316d31b50a694a54f4ffa549aa845d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:27:39 GMT", + "Date": "Wed, 14 Jun 2023 03:12:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0820da2-f4a8-449f-ac11-8871ef6b3670", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "25803f08-2e2f-4b1d-ac08-442b61faef93", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "49614874-d0d0-407d-8dd3-0fefc4fd5b11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072740Z:f0820da2-f4a8-449f-ac11-8871ef6b3670" + "x-ms-request-id": "35e6e862-a328-4d9b-b1bb-ad4e029e6b6e", + "x-ms-routing-request-id": "JAPANEAST:20230614T031247Z:25803f08-2e2f-4b1d-ac08-442b61faef93" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-0dbb38892a966926-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e1f90394582dff601946ac9540ce7a18", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-2473666828af68fb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4650f5298500a38a1eff4790a53762f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:28:12 GMT", + "Date": "Wed, 14 Jun 2023 03:13:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b52f991-d2a8-432b-a69b-5399c943bb26", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "35fc63f5-f5fc-48b2-b46f-d00166b2618c", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "d49c6159-e5bc-4b61-b381-c01d8f0a1468", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072813Z:6b52f991-d2a8-432b-a69b-5399c943bb26" + "x-ms-request-id": "2dd5b8a6-3d40-455d-82c3-558539a7e4d1", + "x-ms-routing-request-id": "JAPANEAST:20230614T031320Z:35fc63f5-f5fc-48b2-b46f-d00166b2618c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-c8cceab708124b2d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7e1470cf46aeff75bdba421a35648d98", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-88f767b9898ce14d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "735790ca11e4f23dbddcc76eb1edf6ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:28:45 GMT", + "Date": "Wed, 14 Jun 2023 03:13:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "858b6a9f-cd4e-420f-b83c-2c9e6360e5e4", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "f3fc2ecc-7a25-472c-a269-81ce76a097f1", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "e59dce0c-9219-4691-b087-91f5630d1e9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072846Z:858b6a9f-cd4e-420f-b83c-2c9e6360e5e4" + "x-ms-request-id": "bcbb3d4e-b66c-46a1-8d9a-dac5f1bf39f3", + "x-ms-routing-request-id": "JAPANEAST:20230614T031352Z:f3fc2ecc-7a25-472c-a269-81ce76a097f1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-187f39f4ca3a3144-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8b5ef4cfa5c2095956cada6f579ce248", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-1eea797fb7bc1af7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6050828469e896b54972e5a60814ee17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:29:18 GMT", + "Date": "Wed, 14 Jun 2023 03:14:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57e35cee-0e9b-498f-90a1-3d7264c34efd", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "793ba2a8-42f8-4cb4-9a7c-a970432840d0", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "f983cf49-329d-4b34-8218-c27228979071", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072918Z:57e35cee-0e9b-498f-90a1-3d7264c34efd" + "x-ms-request-id": "cb78d26b-75ce-4abf-b24d-c6c49cdb468b", + "x-ms-routing-request-id": "JAPANEAST:20230614T031424Z:793ba2a8-42f8-4cb4-9a7c-a970432840d0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-1b7b56d59163668f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9d7d5863d0244e4f8ef924721545c9b4", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-d5ada6ad9d849faf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "098a08ecd15118f3b85e8823bd1bf231", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:29:51 GMT", + "Date": "Wed, 14 Jun 2023 03:14:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d532547e-eac7-493b-890f-34652a1ef4c6", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "e6a1cd5c-8bf0-4a65-aa8e-44292a63ea1d", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "a60232d2-a00f-49b4-8aba-2e3783dec445", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T072951Z:d532547e-eac7-493b-890f-34652a1ef4c6" + "x-ms-request-id": "1804e2ad-7d20-4fff-989c-ea5b40d0e95b", + "x-ms-routing-request-id": "JAPANEAST:20230614T031457Z:e6a1cd5c-8bf0-4a65-aa8e-44292a63ea1d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-c0f68931624d4e02-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4cc614b8ee702956170b27e46c05a820", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-260d294c214481ee-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "220c9a0901e7600adac02a712c96e9a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:30:24 GMT", + "Date": "Wed, 14 Jun 2023 03:15:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "baa27a10-e234-4463-b1f2-13e894ee036d", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "bf6a45e9-c83a-4379-807f-ab1a2ee7876a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "10280726-ca0c-4f1c-a3a5-f1c3c1a2f268", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073024Z:baa27a10-e234-4463-b1f2-13e894ee036d" + "x-ms-request-id": "aac75e06-fd8f-49ec-b2b0-c3ef3f0e1f56", + "x-ms-routing-request-id": "JAPANEAST:20230614T031529Z:bf6a45e9-c83a-4379-807f-ab1a2ee7876a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-894019859e600514-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ddb7fad8f0e6ff73a50ffdc881e6f311", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-b9976e5cd5fdbb71-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a881afeeec62b25c8f37a789e192d82e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:30:57 GMT", + "Date": "Wed, 14 Jun 2023 03:16:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78f1dbba-7ea2-43cf-9911-2f6cce69d1ba", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "cf228ef7-7b3e-4e71-b42f-acb43ad1de47", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "eb8217ab-3d2a-4e9d-bca5-005987de990f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073057Z:78f1dbba-7ea2-43cf-9911-2f6cce69d1ba" + "x-ms-request-id": "ec2667d1-1f67-4e29-bf1e-e281d00b8f45", + "x-ms-routing-request-id": "JAPANEAST:20230614T031602Z:cf228ef7-7b3e-4e71-b42f-acb43ad1de47" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-f91a66f5a6ddac2e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "43b7250096d674d801548619a96ae288", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-e63fc926517a7d65-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6d9cb380cb08ea2ffd292f90a782ec22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:31:29 GMT", + "Date": "Wed, 14 Jun 2023 03:16:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6694967-7925-40a8-80fa-5272dbb43e33", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "01e95b80-e7a3-4ab0-8355-d582a6e00a77", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "9a4d7ad2-d38f-419c-8c20-bb39b35d7c19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073130Z:a6694967-7925-40a8-80fa-5272dbb43e33" + "x-ms-request-id": "b3fe9301-8a9c-4755-b90b-03dc52831ece", + "x-ms-routing-request-id": "JAPANEAST:20230614T031634Z:01e95b80-e7a3-4ab0-8355-d582a6e00a77" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-78c6326d5eaa7629-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1b9a0351ec8ec8cda0c6a660f18ea730", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-245eed23d790154c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0e35df75499a1dce3e5993b05a807f48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:32:03 GMT", + "Date": "Wed, 14 Jun 2023 03:17:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91c13db3-da17-4292-95fa-09926f4c5a25", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "45510cca-3f6c-464f-8010-cc99344345e7", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "3952d237-9b92-401c-aaf6-ead2bf62f64b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073203Z:91c13db3-da17-4292-95fa-09926f4c5a25" + "x-ms-request-id": "a47f493c-5048-4ba5-b090-9caab30d660e", + "x-ms-routing-request-id": "JAPANEAST:20230614T031707Z:45510cca-3f6c-464f-8010-cc99344345e7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-6af3b66fd9a01e6e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "46e31617644e424a2142db926a5a563a", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-812a1b3d95d28da8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "78f1fbe87bf922a17f96aa38bccb0b0d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:32:38 GMT", + "Date": "Wed, 14 Jun 2023 03:17:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46f5e3a8-3cfb-4089-ab7d-340bf5a20c07", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "55064bf4-0b6c-4eeb-a960-35dd78624d42", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "cde99cff-9586-4b5a-a4d0-f14c911a1435", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073238Z:46f5e3a8-3cfb-4089-ab7d-340bf5a20c07" + "x-ms-request-id": "54719c9b-206b-4c3e-ba9b-b246e7a7e43b", + "x-ms-routing-request-id": "JAPANEAST:20230614T031739Z:55064bf4-0b6c-4eeb-a960-35dd78624d42" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-ea91a43e858f4fcd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7e77742dd84c138357eea20fef778373", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-6ccd303c49bf28e5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0214854bca5c3694e57f2fae377f907d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:33:10 GMT", + "Date": "Wed, 14 Jun 2023 03:18:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af52f75d-18c8-4160-b96b-a38f6b294ff4", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "fd0474d4-3633-46b0-9261-9f709b05b924", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "e1d1ae0e-384d-47fd-9d04-aad35704276b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073311Z:af52f75d-18c8-4160-b96b-a38f6b294ff4" + "x-ms-request-id": "1a567fbc-fd36-4819-baac-2a3a98fce1de", + "x-ms-routing-request-id": "JAPANEAST:20230614T031811Z:fd0474d4-3633-46b0-9261-9f709b05b924" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-9d724df958d89cda-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "920155ad9b87ec3ab957f94b113b5e46", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-9648c66c91ac90b6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aba7e6aa7490f9283d128e039e956072", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:33:44 GMT", + "Date": "Wed, 14 Jun 2023 03:18:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e242b0dc-c925-4ab0-898a-e214bd4f2dae", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "42093ae2-b30e-442c-8745-66e844a772bd", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "e690521f-cf8b-425e-9227-b0ad8964330a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073344Z:e242b0dc-c925-4ab0-898a-e214bd4f2dae" + "x-ms-request-id": "0da3fd51-1694-43e2-901a-af2cf4d437f4", + "x-ms-routing-request-id": "JAPANEAST:20230614T031844Z:42093ae2-b30e-442c-8745-66e844a772bd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-6fdc4cc198401b84-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7c336b7029163fe393d0ef5fc23a52aa", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-e3c2ef82a72ac24f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d465864e7d6b1eeb67bb937a4cf2ea00", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:34:17 GMT", + "Date": "Wed, 14 Jun 2023 03:19:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6c3ca85-65cf-4325-96c2-6686a34237d7", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "77d9b3b6-2363-4a07-a714-7089d3cc47b4", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "d2ede5ab-44cf-4439-9347-28cb50f74641", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073417Z:a6c3ca85-65cf-4325-96c2-6686a34237d7" + "x-ms-request-id": "54259aeb-c9c4-418f-a55b-ac98cb5086ca", + "x-ms-routing-request-id": "JAPANEAST:20230614T031916Z:77d9b3b6-2363-4a07-a714-7089d3cc47b4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-be0bdcaf876afa6a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "14e468bec35892b33a8ac4f4df37021b", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-9d2ebb2d31f5077e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d68e2d056023d67c5c1bc44a3c90974f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:34:50 GMT", + "Date": "Wed, 14 Jun 2023 03:19:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ac6bd91-9ec4-4f99-b2fc-5140e2625628", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "2750da7f-a82d-410c-b71e-af3c3a0a0b14", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "4c0a24d1-a1ee-4897-8422-6e52e3d222e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073450Z:0ac6bd91-9ec4-4f99-b2fc-5140e2625628" + "x-ms-request-id": "baa1117c-ccd4-41d3-8764-90eeb0d009db", + "x-ms-routing-request-id": "JAPANEAST:20230614T031949Z:2750da7f-a82d-410c-b71e-af3c3a0a0b14" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-4b34423327680992-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "849f5b900744835c71c1ffb7abda2a7e", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-58f4d20971e0c047-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b160bc1ebb1a2d12fa8943d5e1aead4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:35:23 GMT", + "Date": "Wed, 14 Jun 2023 03:20:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9feff8cb-2349-4078-9017-f4f0f83804f5", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "1b953c7a-bcb1-41b4-ab19-f3ea8204a3ee", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "aa807cdb-e824-4653-aa51-a3e2be93a08d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073523Z:9feff8cb-2349-4078-9017-f4f0f83804f5" + "x-ms-request-id": "b5b7fb6f-02c8-4cc3-b493-74e165277d51", + "x-ms-routing-request-id": "JAPANEAST:20230614T032021Z:1b953c7a-bcb1-41b4-ab19-f3ea8204a3ee" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-428749d456f4a7f6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a88c4e054956adeeb8a1418b64ef605b", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-bff99b4eb17553d2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "71fd8d278a07ee4e0a8e7850b8a1e1d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:35:55 GMT", + "Date": "Wed, 14 Jun 2023 03:20:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a853803-9978-4a6b-aa0d-f689fb7372b8", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "2e4c8936-3a12-4923-9435-f6ec9e20902a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "3160022d-3adc-481c-b56d-3370f1bf91f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073556Z:7a853803-9978-4a6b-aa0d-f689fb7372b8" + "x-ms-request-id": "11e9f471-d98e-4f90-b38b-7a634c80fe7f", + "x-ms-routing-request-id": "JAPANEAST:20230614T032053Z:2e4c8936-3a12-4923-9435-f6ec9e20902a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-9be4115784e16b9c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "66cfd3cdce9bb7660b61a296c3fce660", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-a0edd8988a8e1cc1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "905b432339924ae51b60db9a1ca6f5ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:36:29 GMT", + "Date": "Wed, 14 Jun 2023 03:21:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1539e8a-5285-4fe6-bfeb-aef5350888aa", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "913232db-f443-4e6b-9a35-ac8e02deb0d0", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "ecd5254b-9c4c-4fb5-bd28-07172823fa97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073629Z:a1539e8a-5285-4fe6-bfeb-aef5350888aa" + "x-ms-request-id": "7c738728-1860-4b95-b699-1bc045982809", + "x-ms-routing-request-id": "JAPANEAST:20230614T032126Z:913232db-f443-4e6b-9a35-ac8e02deb0d0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-53d15486c606c04e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "90ef466059aa46c46df2cca2c5d01e82", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-7ae0ad34908a6960-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ae22796e259394476d72a78c43c17458", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:37:02 GMT", + "Date": "Wed, 14 Jun 2023 03:21:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e6ecc5a-028a-45f5-bc9e-9464410c07c2", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "4c5f46c2-7ead-4c47-9582-39bbc8674927", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "881c98f8-14f7-422a-b122-4fff3ad250b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073702Z:3e6ecc5a-028a-45f5-bc9e-9464410c07c2" + "x-ms-request-id": "6f5dca66-e90a-4f64-bb80-347ceeb5fadf", + "x-ms-routing-request-id": "JAPANEAST:20230614T032158Z:4c5f46c2-7ead-4c47-9582-39bbc8674927" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-ad3b6df240515115-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d7e9a461c30b37e3e8d59cf5a657e9bb", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-2086d0abeed62e3b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9db16da71d52edb8a7b356a7aeb4d263", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:37:36 GMT", + "Date": "Wed, 14 Jun 2023 03:22:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8bf35d2-454d-4b13-8a67-f9fbeb99d1d6", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "51239b7a-f451-443d-95bd-13be7b4a212b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "26b4c3f7-9d0a-4e9a-abde-a60243177708", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073736Z:b8bf35d2-454d-4b13-8a67-f9fbeb99d1d6" + "x-ms-request-id": "422e19bd-c75a-4e6f-b9f9-de7bbc012897", + "x-ms-routing-request-id": "JAPANEAST:20230614T032230Z:51239b7a-f451-443d-95bd-13be7b4a212b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-4f26a78b0c74e995-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1e2be1bbd00073b10f88f9a902c3f13b", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-eb39c21699fcac89-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3fe2ca98337ffe43fcc7222092590659", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:38:09 GMT", + "Date": "Wed, 14 Jun 2023 03:23:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e43f86a4-f70f-448e-b1a7-b67c4ee4dfc8", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "45e1b137-bd9a-43e7-b78d-3b7a7f2ab621", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "9679c432-80f0-443d-b1fd-48fece2f21fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073810Z:e43f86a4-f70f-448e-b1a7-b67c4ee4dfc8" + "x-ms-request-id": "29380811-6fbb-468a-9e84-abd5c5278416", + "x-ms-routing-request-id": "JAPANEAST:20230614T032303Z:45e1b137-bd9a-43e7-b78d-3b7a7f2ab621" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-fd5d689b93befa09-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1f3520420e129d5562b7a8d4bccf9f15", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-3dfa01c3bae4fb7f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aff283eb58f4515bc13406dfcf9fe5b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:38:52 GMT", + "Date": "Wed, 14 Jun 2023 03:23:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15447d62-31e8-4c74-b4d1-da9fda55c7ad", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "6947c357-278b-4fde-afaa-caa114c817fc", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "5561559d-c35b-48a1-98cd-03f7fde4d29b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073852Z:15447d62-31e8-4c74-b4d1-da9fda55c7ad" + "x-ms-request-id": "d29ea5c5-63ce-40ac-a8e2-deb49f53f78f", + "x-ms-routing-request-id": "JAPANEAST:20230614T032335Z:6947c357-278b-4fde-afaa-caa114c817fc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-60d7f0ae9fb22f75-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e4e7100800a59182f275c882c93a3524", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-016205470bde01ab-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "79f343a035df74d929b3a08bfa975b4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:39:26 GMT", + "Date": "Wed, 14 Jun 2023 03:24:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b28e18c-f840-4190-b070-aaab34b1db4f", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "7c9a201e-d18c-4e72-aa99-00de894dfeaf", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "1a09c131-d6e9-4f3a-9ce4-f790a36dc2f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073926Z:5b28e18c-f840-4190-b070-aaab34b1db4f" + "x-ms-request-id": "ae34e457-ec64-476d-9cb1-2e318736533e", + "x-ms-routing-request-id": "JAPANEAST:20230614T032408Z:7c9a201e-d18c-4e72-aa99-00de894dfeaf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-9fa26bbea9ca863a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "86b261e4c922ada98b8dbb4828dcb640", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-f4f4f1e8cec2dc2b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2bbbfdac23c2406e6f917e4a2c632e5c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,286 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:39:58 GMT", + "Date": "Wed, 14 Jun 2023 03:24:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3127b65-7bf9-4021-844b-decc7b452cd6", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "66d4bd8c-bd53-479f-b599-25e9c38ab72d", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "dc504311-048c-409b-ad43-3dfca90147c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T073959Z:a3127b65-7bf9-4021-844b-decc7b452cd6" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-f71de58f087252df-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f1a0e4e80cdc42959da32c9d45d2d328", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:40:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2d8b498-2da5-4cc8-a499-1ddf5e949563", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "b3f33a31-0065-4137-947a-561a15b1935c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074041Z:e2d8b498-2da5-4cc8-a499-1ddf5e949563" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-0523878f4a53664e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5bf08382191c3ef3673a5917443a6916", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:41:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d567e230-2261-4826-94dd-bf6e4afb1b6e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "770d5db5-b5ca-475e-84f6-a605b0559682", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074116Z:d567e230-2261-4826-94dd-bf6e4afb1b6e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-587165c2e5a7b066-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e59a87be4399d748cc70e97e9d0b67b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:41:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3ad01ad-5a14-494d-965d-c7e230d57af4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "d8aa7511-ea2d-4d8d-8c35-891e3b6fb59a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074149Z:b3ad01ad-5a14-494d-965d-c7e230d57af4" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-78fba79dd0b3d5be-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a4c593b95bebcf24f1618aa1b37dfe63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:42:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2bd0b49-3cef-4c0f-912d-8630ba420adc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "39216af3-b359-4210-9fff-ccffebf6de00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074222Z:b2bd0b49-3cef-4c0f-912d-8630ba420adc" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-1b677bd94ef2eee0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bdde153aee373f8f3b188eac3074a15b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:42:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e23f692d-a0ef-4398-9d5e-71c2000a7bee", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "3cc5dd18-8eb9-4149-91f4-4060814e39d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074254Z:e23f692d-a0ef-4398-9d5e-71c2000a7bee" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-676a292f96ea8aef-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b05d9fd2c474632b63cbf337b8a6244e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:43:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee7b3de0-b1ba-40ec-adb5-572c63ea237a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "ba33878e-8c36-4367-bd96-23ca8e238b40", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074327Z:ee7b3de0-b1ba-40ec-adb5-572c63ea237a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-a88ca097fb7ba79a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "87448571a92dcb81048669d2cc789e7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:43:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a870ff6-d7a3-418b-a042-8340ead65872", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b18f4399-f121-4dfb-b432-511d925639b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074400Z:8a870ff6-d7a3-418b-a042-8340ead65872" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-f0b993f59d8f6032-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "13cf2fbf4d1f75efea7a5a6bfa578695", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:44:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29ab8987-bb7f-4d37-b0dc-264bdeaae488", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "28eda3cc-e1d6-4d85-9c29-774ece39f6cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074433Z:29ab8987-bb7f-4d37-b0dc-264bdeaae488" + "x-ms-request-id": "abb1595c-4d69-40a7-846a-d5426740441c", + "x-ms-routing-request-id": "JAPANEAST:20230614T032440Z:66d4bd8c-bd53-479f-b599-25e9c38ab72d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-dc000a7d42a0c358-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "aa3a3ff41a30292d1e92aced5b5896eb", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-7b18cc3fc9d5cc70-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4e8069e18d66b679a97e8540b7cf5629", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:45:05 GMT", + "Date": "Wed, 14 Jun 2023 03:25:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b968d29-c7ad-45d1-80b9-0212d3407bcd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "e8025fc7-2e3d-4d4f-88c8-aaef38cf61fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074506Z:8b968d29-c7ad-45d1-80b9-0212d3407bcd" + "x-ms-correlation-request-id": "d088068f-0ecb-41a7-9953-a3697cd132e3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "ba58bf52-c0e3-4a6c-8fd5-52a42b056809", + "x-ms-routing-request-id": "JAPANEAST:20230614T032513Z:d088068f-0ecb-41a7-9953-a3697cd132e3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-285f3a5af9737afb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8877762c11d7242f95ce9cb24f15d0ac", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-56b0c9ad3f5290a5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d233b9d8bae47df6d5b2094eb68f48c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:45:39 GMT", + "Date": "Wed, 14 Jun 2023 03:25:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "755c0efb-3a8a-465f-8211-494f78eabe08", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "1875b732-18b1-486b-8c64-7a5179c7aff4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074539Z:755c0efb-3a8a-465f-8211-494f78eabe08" + "x-ms-correlation-request-id": "fad61676-52aa-4072-adbf-0fbb06836c48", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "1debaf77-960c-41f8-aad3-f7bffddf47bc", + "x-ms-routing-request-id": "JAPANEAST:20230614T032545Z:fad61676-52aa-4072-adbf-0fbb06836c48" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-b6c51f71377b46d1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8cded3fff43da54c02a5f58ca0021a92", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-c57cf1bad3c3cd02-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "90a944850d161ee7830481449d2e899f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:46:11 GMT", + "Date": "Wed, 14 Jun 2023 03:26:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85cc2ea2-fe2b-48e1-aef6-7dd782e2f6f8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "14f5c9e0-483f-4f07-aa97-693b2fc85f45", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074612Z:85cc2ea2-fe2b-48e1-aef6-7dd782e2f6f8" + "x-ms-correlation-request-id": "243b537e-0b3f-4a8e-94d7-7702194ed265", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "b34d30b1-1f4a-4c9a-ad1e-3da3162aef54", + "x-ms-routing-request-id": "JAPANEAST:20230614T032618Z:243b537e-0b3f-4a8e-94d7-7702194ed265" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-2db73c41ea64e0b1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "833f6ee4fedfe3be101615617e7ad908", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-1fc2baf547811a31-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7371543a5c302778730379b3832bff1a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:46:45 GMT", + "Date": "Wed, 14 Jun 2023 03:26:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a239211c-1cb4-4708-a9f4-43dbca256a1d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "87ed160f-a947-4e6b-93ab-8bd45ee4f416", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074646Z:a239211c-1cb4-4708-a9f4-43dbca256a1d" + "x-ms-correlation-request-id": "4cc142a5-63a5-46c5-9c2b-7ca1cd49da47", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "5181be84-ef32-4316-b823-c91e4bc70dc0", + "x-ms-routing-request-id": "JAPANEAST:20230614T032650Z:4cc142a5-63a5-46c5-9c2b-7ca1cd49da47" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-d57e90d5d7d59646-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "87edffc2097938ae2ad286311ba28393", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-43c2bfef06389e88-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "73bbc036c526cb12d1144edf39b2dfa7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:47:18 GMT", + "Date": "Wed, 14 Jun 2023 03:27:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fa287bb-1245-43f2-9088-384b625331dc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "b778bfe0-3f72-4a8b-b011-bfe22fb8232f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074719Z:5fa287bb-1245-43f2-9088-384b625331dc" + "x-ms-correlation-request-id": "050ba1de-1030-4461-8126-ab008233b7c2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "38e17ab2-5598-4161-9569-2f04e03c068c", + "x-ms-routing-request-id": "JAPANEAST:20230614T032722Z:050ba1de-1030-4461-8126-ab008233b7c2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-2fdf5ff8c8c03bb5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e1ce0ab44cd601cd15fb7c27deea2787", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-db4192b7d53050ba-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "62146a29d41d2894cb811d1394339b58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:47:51 GMT", + "Date": "Wed, 14 Jun 2023 03:27:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63f3955d-2376-41b7-a87e-8c7882b12738", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "c636bbec-61c7-420c-bd81-974c8ee1c90f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074752Z:63f3955d-2376-41b7-a87e-8c7882b12738" + "x-ms-correlation-request-id": "cfbed377-f632-44ee-a41e-e8afcdea8370", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "7f233c6b-8fca-4e94-b2b5-cb20befe8c2e", + "x-ms-routing-request-id": "JAPANEAST:20230614T032755Z:cfbed377-f632-44ee-a41e-e8afcdea8370" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-37c429609e975ce8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a0caedcc9214db18c006590d778cc76e", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-f7b234ae191342b1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dd0d66051572747841a5a11c0d98eec0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:48:24 GMT", + "Date": "Wed, 14 Jun 2023 03:28:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1cc488d-8286-44c3-9449-08a7c0f457df", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "6afba63b-02ba-4108-8d61-e1e8960dc672", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074824Z:d1cc488d-8286-44c3-9449-08a7c0f457df" + "x-ms-correlation-request-id": "7c6e8fc8-ecc6-4562-bed6-9c124596dc4a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "c3e177ac-1c7e-4e7a-9fc7-7d915ea51b82", + "x-ms-routing-request-id": "JAPANEAST:20230614T032827Z:7c6e8fc8-ecc6-4562-bed6-9c124596dc4a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-afd1cd48e1580869-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "73ad8192f8ac753132ec717e8d86593f", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-fcf1ad87043bc35e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "198ad2239d1661fd2b93a7a4a8ff379e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:48:56 GMT", + "Date": "Wed, 14 Jun 2023 03:28:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8d9f59d-fe36-45aa-8c25-11ed2823a314", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "f61369c4-02d0-4874-93db-ce399fcbc405", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074857Z:d8d9f59d-fe36-45aa-8c25-11ed2823a314" + "x-ms-correlation-request-id": "e74876ce-06a0-48d1-8c6b-ce283a3d74bb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "d0d24b25-3e1d-48dc-b3b3-cc2a12d5be9c", + "x-ms-routing-request-id": "JAPANEAST:20230614T032900Z:e74876ce-06a0-48d1-8c6b-ce283a3d74bb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-59c0c958e93af0b1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2e65feabe2d8227ef1f221d0f2c08989", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-b281fcfc5e80a116-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d2daf67902a41434f19f207732781a32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:49:30 GMT", + "Date": "Wed, 14 Jun 2023 03:29:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5208d230-0e60-4327-b84c-649e316b861d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "ddb69f29-c6f6-43c1-8aec-15e338032886", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T074930Z:5208d230-0e60-4327-b84c-649e316b861d" + "x-ms-correlation-request-id": "7ba99d56-8fb0-4879-8414-2bd98775e354", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "298ba000-3bc8-4540-b715-3c399361ad1a", + "x-ms-routing-request-id": "JAPANEAST:20230614T032932Z:7ba99d56-8fb0-4879-8414-2bd98775e354" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-6032fa2a945574e9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5d940d34b33dd4dabb546e28209a4e39", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-1a38e49e3cd8f52f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c1ef5c9381a9674169acb1de6dd4cb41", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1890,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:50:03 GMT", + "Date": "Wed, 14 Jun 2023 03:30:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21574935-4412-4a8b-a9d1-cea54ca71915", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "6c488bea-5fe8-4aba-bf50-64f5e834c501", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075003Z:21574935-4412-4a8b-a9d1-cea54ca71915" + "x-ms-correlation-request-id": "84ddb745-45e2-40f8-a843-6225dbeb003b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "c6b4f5fe-6d35-4e2f-b3e4-575ae8c8edc5", + "x-ms-routing-request-id": "JAPANEAST:20230614T033004Z:84ddb745-45e2-40f8-a843-6225dbeb003b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-f34be4b513011d62-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "78611aac9827b096028b82bad6618272", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-1be03dd3580d1fd0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "17a2036e1bbe211b9d7627777c852eb2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1922,30 +1629,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:50:35 GMT", + "Date": "Wed, 14 Jun 2023 03:30:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e413cea8-e542-4ae8-a660-1926f8c3cc73", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "bd3b32cf-33f2-4b02-8639-524ca54980ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075036Z:e413cea8-e542-4ae8-a660-1926f8c3cc73" + "x-ms-correlation-request-id": "72bb4edb-9487-4703-b8fd-671c181a87d8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "46879b0b-7e7a-4017-80c7-aac0f69afab2", + "x-ms-routing-request-id": "JAPANEAST:20230614T033037Z:72bb4edb-9487-4703-b8fd-671c181a87d8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-84aefb542d1bff0f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7f4ae862fcf2f8012390728374560157", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-6058a551ab844276-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4b1074787510f7f4b57269f85055a61d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1954,1479 +1661,103 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:51:08 GMT", + "Date": "Wed, 14 Jun 2023 03:31:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "697b1b7f-e44f-48c6-bf9f-39e037cefd49", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "66e3e564-8466-4de9-877c-2eb4b87e9b5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075109Z:697b1b7f-e44f-48c6-bf9f-39e037cefd49" + "x-ms-correlation-request-id": "218e97de-5c62-4f46-8b7a-062ecebde620", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "c82fb35e-2539-4456-9164-e71c7d4b82c0", + "x-ms-routing-request-id": "JAPANEAST:20230614T033110Z:218e97de-5c62-4f46-8b7a-062ecebde620" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-d30a953aad1743e0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d823e8a4115e9b6177e45ab23020fd5a", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-2a00ae1cda6b3bc6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2f09ded303d6787440ce243359caebe3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "23", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:51:41 GMT", + "Date": "Wed, 14 Jun 2023 03:31:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8097c34a-986b-4ec1-a352-e066618e5a33", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "bd551b6b-7742-4afc-8091-506a337343d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075141Z:8097c34a-986b-4ec1-a352-e066618e5a33" + "x-ms-correlation-request-id": "8f3a78bb-ac7a-41bd-b7d9-6b48b0b85257", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "70e55a60-e168-456d-a388-a00ac030198b", + "x-ms-routing-request-id": "JAPANEAST:20230614T033142Z:8f3a78bb-ac7a-41bd-b7d9-6b48b0b85257" }, "ResponseBody": { - "status": "InProgress" + "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-22deb0da40eb77ef-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "37c6fbd1cf50af461869549625123bac", + "traceparent": "00-4d21ae0a914ea466db85463185af674c-d3ee5431c6cd917b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f866ff7e80c3f8310eab614cb123d047", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "23", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:52:15 GMT", + "Date": "Wed, 14 Jun 2023 03:31:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fc574f6-ef5c-4887-9209-dc07c0cf8008", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "a2f8d7c6-2483-461c-a9d7-316631708e1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075215Z:0fc574f6-ef5c-4887-9209-dc07c0cf8008" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-18de80c74eebf015-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ee162a89aa3d501487ae070ea24fc703", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:52:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "602e0f19-3ee4-4c3e-8818-d0faa4a17aec", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "8aabcf07-45a9-4694-96d5-0825383b7688", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075249Z:602e0f19-3ee4-4c3e-8818-d0faa4a17aec" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-abb72577ce23f041-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "79b11893ca90d407a173bff5bcca7564", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:53:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3199631c-06fc-4c38-b499-ccccc22635e6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "b9b24d16-6809-4a07-b57a-61c2bb33016f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075322Z:3199631c-06fc-4c38-b499-ccccc22635e6" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-0524331c92700a26-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0529aea80e0a271de775b0a1c7380dc9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:53:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4f2108a-3dd4-4b0b-9531-f2c4a7a768d3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "35a67b0f-980a-425d-8dc1-3b64dc41664c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075355Z:b4f2108a-3dd4-4b0b-9531-f2c4a7a768d3" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-db94558eb0b0d0b2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0d0351a1c260be1b23414dc9ea1e94bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:54:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "deaf2e01-c6cc-445e-ae7e-fee0129dc1cc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "138fc74b-a2c9-4d50-a705-ad55966fb8b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075428Z:deaf2e01-c6cc-445e-ae7e-fee0129dc1cc" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-acac7461f9d81e24-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f465a239c12584f8fa8a911b1a650d69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:55:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a0242fd-dde6-4b97-a5f8-9512fc14f344", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "ba066cef-a915-4bfa-84c2-8f8ed894034f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075501Z:1a0242fd-dde6-4b97-a5f8-9512fc14f344" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-b395fa320c82e070-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6a53f66667c7e604926ae2c9c1533cc8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:55:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38196d1b-3704-47c7-a5eb-aa0b8c76da72", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "1a1097e6-20a4-41da-9c80-ded86fee9b95", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075534Z:38196d1b-3704-47c7-a5eb-aa0b8c76da72" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-2331f901972a6c0e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2468f3e019d3dfa4597e13d630ffa4bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:56:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4b347cf-f73b-4cec-afa6-2fd2470dfc52", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "3a05e962-eca2-4f40-a8c1-d57b1bead540", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075607Z:c4b347cf-f73b-4cec-afa6-2fd2470dfc52" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-a800139fdcb72091-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f463e43429cad1f59e7e61badf2ec3a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:56:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0a8e392-ecb2-482e-9d0b-2b6554748dca", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "de5dbe64-80ca-430c-9bbc-62d4d273f1e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075640Z:f0a8e392-ecb2-482e-9d0b-2b6554748dca" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-1a4d8f24d53690ef-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "263ac94de8fd4c9552741148542eb592", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:57:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0eb12b6a-922e-4e42-b3fc-6d8ec8a65655", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "b3457d7e-aef8-487a-a19e-a2911cb4e180", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075712Z:0eb12b6a-922e-4e42-b3fc-6d8ec8a65655" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-bbcb87066ba5ec9d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dd9524c648f0b6fdfe968654b7e9002a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:57:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8f9dd92-bd18-4253-a273-57da7fc2d09a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "625cdc6c-8eac-419b-833d-baacf4ae04db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075747Z:e8f9dd92-bd18-4253-a273-57da7fc2d09a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-96028707b8e17685-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "67886cbb7dc54cc04e16a25618ac7d70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:58:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24c51ec4-0b52-447b-ba09-a9b5c06fddf3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "95b8fc85-f2a2-49a9-95b3-c296d23ae4b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075820Z:24c51ec4-0b52-447b-ba09-a9b5c06fddf3" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-19bb6dafa20cec56-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bbf4cec9e59904b6cb84286761419568", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:58:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aaae39fb-8e3a-45d5-bf45-090848dc0973", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "8112231e-0d8e-4106-9a49-1015194ce8fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075852Z:aaae39fb-8e3a-45d5-bf45-090848dc0973" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-7ad7fd9601865230-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e88de6734ea548cd63498fd9a6a69e52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:59:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "948ae9d0-d1dd-488a-a077-f273bbbead33", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "81f0297a-06e3-4a47-a11e-57fbd04931ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075925Z:948ae9d0-d1dd-488a-a077-f273bbbead33" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-52dd36c4b955c332-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e88a151844f4d691b5839b415558ea0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 07:59:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87f2d7f4-5047-42bb-899d-d1ea55880cb1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "6ff4ca52-a29f-4603-a8bb-1bd754b38edd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T075958Z:87f2d7f4-5047-42bb-899d-d1ea55880cb1" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-1a96a8c43495b4ac-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "31e23981951f7aca01ac575056dc5e24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:00:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c71d918a-e652-41ae-ba26-70bffac7613c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "616bc247-864e-413f-810f-16687c755cae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080031Z:c71d918a-e652-41ae-ba26-70bffac7613c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-ae099e366e39dbeb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4c4fd6e5acb62f7455b73221b28cf30b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:01:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8deec28-f0f2-4812-acaa-2010b527833b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "2c74fb13-7f0f-4e4f-a3f8-fc9d64027cec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080105Z:d8deec28-f0f2-4812-acaa-2010b527833b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-78e8e5d05281df55-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6d58825e6dc382324a10e748ed407fd8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:01:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52217879-3f6f-4ca6-9bfe-c1dde64b53c4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "1172219b-bcba-4cea-9b07-b6c27e92a109", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080138Z:52217879-3f6f-4ca6-9bfe-c1dde64b53c4" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-3a8563fddb63ef7f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7f5b76259e09d455c4b3db6863a9c774", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:02:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c3bcca8-2799-4366-a891-79a298df2391", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "45dd3645-49a2-43b8-9c0d-a08eca28eb8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080211Z:2c3bcca8-2799-4366-a891-79a298df2391" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-8a924d25df2a953f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d3f14cb8f0847860a3cc01a6c52c4214", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:02:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8f09f99-7bb3-4047-b4d2-d70f9ff72d8b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "f6f1621e-2ac4-4f17-b002-bcda11389cd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080244Z:c8f09f99-7bb3-4047-b4d2-d70f9ff72d8b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-37198ad020ba8e21-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3bfc59377430c0012d83a91091ca1fa1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:03:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e81eee3c-b0e2-4402-8605-66fd8fd13055", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "f55547e8-3f35-4d1f-be5c-0058ef678bc6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080318Z:e81eee3c-b0e2-4402-8605-66fd8fd13055" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-47816fd0247eef33-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a08f7248ac4f345415e3db3d9caf0f98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:03:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bfb5957-7fe0-4e8c-8210-00ac7e9b9e22", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "1e4f94f3-fdd4-42b3-bcb1-78461d64803e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080351Z:3bfb5957-7fe0-4e8c-8210-00ac7e9b9e22" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-aabedf1ba0ab0c56-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0930c7718bac44444b30a6004750e6d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:04:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b02e9048-eeb1-4b17-9b81-0cb183a0219a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "239e7615-dbcf-4dc4-9a9d-ba48a2dcf030", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080424Z:b02e9048-eeb1-4b17-9b81-0cb183a0219a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-cb1e25601ff382d8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "535e5faca19d8bc505c7264d98c3237d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:04:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1c9b8b9-db47-45fc-a15f-018e224e6801", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "8a4b790a-b1d7-4d5e-986f-c5169e5c7521", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080457Z:b1c9b8b9-db47-45fc-a15f-018e224e6801" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-dd65380c00044de3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ca9e10741699bcf52e4a551e0553edc5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:05:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cfc8efb4-d74e-4a51-8ea6-12adde12ec38", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "4d1b4e36-cf9e-42fb-a5df-bd7907a8309f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080530Z:cfc8efb4-d74e-4a51-8ea6-12adde12ec38" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-195facc38521eebc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3d9102fcbc51d0fb01a503e465f6ab87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:06:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0402fa61-ee44-4a82-bd77-a762080d5632", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "913e8683-76d4-4155-b2e0-50b00545ebe8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080602Z:0402fa61-ee44-4a82-bd77-a762080d5632" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-14376c7410956d6e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "368c280c1cb1963f6aa124524ba685b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:06:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d22bdbe4-106f-466d-b52f-1bf503747f1f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "045daf2b-82d8-4f8c-be4b-54ed8cea309c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080635Z:d22bdbe4-106f-466d-b52f-1bf503747f1f" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-7495da6bf3d15a19-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "965060dae632b82c15cec8f312105637", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:07:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0bf8ed2-2551-41be-af20-c09edc277f78", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "31c856c3-97ab-452d-a6ba-ba6942fd6bcf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080708Z:e0bf8ed2-2551-41be-af20-c09edc277f78" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-4ce7dbf4e5f257c4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dd11cd9eb6c6e013c2fad2af97a8845b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:07:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77074d67-8358-4212-be36-4bfd5c6c43ef", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "a16a9882-9ac3-4315-9d67-4bcee3de43ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080741Z:77074d67-8358-4212-be36-4bfd5c6c43ef" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-960eb2b6a508bd25-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "040a512015a62655fbd420e3544b8359", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:08:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13fe80a3-ef56-44a6-bf3a-80681db133aa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "d0f5ddd7-6029-48c2-8289-ce0efcd02294", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080814Z:13fe80a3-ef56-44a6-bf3a-80681db133aa" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-39afd5e4f5d48551-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7db3ed4aa89424eb4d70d337137d206c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:08:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f36335b8-a3cb-45b7-a068-5119dc98f64a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "8d1a483c-be00-4c3e-bdb5-ba4bacf7ecda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080848Z:f36335b8-a3cb-45b7-a068-5119dc98f64a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-5c3eea52b30dd569-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c1d36c495106899078ebe1f2952f8b76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:09:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa6eae31-fda0-458e-85ff-e54fe3436f0d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "675811b3-1d94-4c13-ba6d-dd1e703f9722", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080921Z:fa6eae31-fda0-458e-85ff-e54fe3436f0d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-fa14050992d2eb1d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a964797706f577c766e6b736421d127e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:09:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b60588a2-a843-430f-af75-30d5ad98ae3d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "9a50b9c3-cab0-4d90-8b5b-92c75384c3e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T080954Z:b60588a2-a843-430f-af75-30d5ad98ae3d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-f19718910ba82d20-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e799b3b3c278f9535d2a05a8c7f88e1d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:10:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6671b74-fa83-42b8-a0e5-59ff88a75d56", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "448960b1-36cb-4ab9-abee-c7f249bc85ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081026Z:d6671b74-fa83-42b8-a0e5-59ff88a75d56" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-3caa0548b58403ae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9ac05ce477184377a55c5b209a5a465b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:10:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5085201-6426-455a-a125-d4d7b01589b8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "f42b874f-ab00-44d5-a78f-21e7c03be690", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081059Z:b5085201-6426-455a-a125-d4d7b01589b8" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-50063a22460f8abf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e13e62d9a496b4fe256b4cca011eb06d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:11:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a688e5a8-9ec6-4ac8-90e5-5bdc93bcc238", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "55462a7d-f093-4064-95fa-5079ba5ec926", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081132Z:a688e5a8-9ec6-4ac8-90e5-5bdc93bcc238" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-d86452c6c422e8ef-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e5519957785d3c663c56411c67325e02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:12:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "460181e6-7e49-4d5d-ad87-4f241886153b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "42148a98-4c4e-480e-a70d-553cce224be4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081205Z:460181e6-7e49-4d5d-ad87-4f241886153b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-10d1e30e8c7c4ed7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "64cfaae3acba3f875d0b74ac2aad4287", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:12:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3303a584-31a0-492b-9e08-95399454694a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "bafd072b-76ba-4298-9695-3eec92b084ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081238Z:3303a584-31a0-492b-9e08-95399454694a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-d5c5cd5ec3407d9f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "01c8eeab610861fdfc02a53f62e24df3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:13:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19b52d45-ec56-4068-b549-29858fbee1bf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "9d1fc927-df52-4217-871b-36dc5acb9ddd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081311Z:19b52d45-ec56-4068-b549-29858fbee1bf" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-092be3797a2b03ec-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "56e7490d4b4eaab21111875103b9118f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:13:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1f54b5a-6536-4f65-950c-65724963985c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "eee15fd4-3a02-46ed-beeb-4d3a9cac09a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081344Z:a1f54b5a-6536-4f65-950c-65724963985c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-22a9f791ad90f524-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7970ba145d6981f9ac6e68b70747dd7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:14:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97b2c962-adbc-4aa0-9bf1-0bf5fd12b31f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "31f49536-9f81-4d6d-9a71-31e6e7034f31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081418Z:97b2c962-adbc-4aa0-9bf1-0bf5fd12b31f" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-8cc83f01eff21b6f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e09f81beebc560383b1eeff6daac5d43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:14:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afc4ed54-9075-4bcb-9589-a676bf83f891", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "bdf61898-00c8-4156-967e-cbdaf8572683", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081451Z:afc4ed54-9075-4bcb-9589-a676bf83f891" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-28639b8e71dfe0fb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a82b16f0d472af895065aae0e3faa3c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:15:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4bf56d9-5864-4e8d-aed1-e26a6f7ff756", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "e12c2988-62fd-468a-8611-1006ca502cfc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081524Z:e4bf56d9-5864-4e8d-aed1-e26a6f7ff756" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-42eb5253c6666af37a2e1715c4b55d38-d27952f7f47d6313-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "82930c34311928c981103e4b6d02a700", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2014", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:15:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8979829-8257-4986-90ed-c20575dbe819", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "04e37481-734f-4005-92c8-c7720c0d531d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081525Z:c8979829-8257-4986-90ed-c20575dbe819" + "x-ms-correlation-request-id": "0565b808-5340-40cf-982f-8936a42f6083", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "4513daed-ae9b-435c-9d27-89de8db494c4", + "x-ms-routing-request-id": "JAPANEAST:20230614T033142Z:0565b808-5340-40cf-982f-8936a42f6083" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-4471/providers/Microsoft.HDInsight/clusters/cluster8362", - "name": "cluster8362", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-1366/providers/Microsoft.HDInsight/clusters/cluster3565", + "name": "cluster3565", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "980711b7-7e02-4374-a8e9-2c60bb048e5f", + "location": "Japan East", + "etag": "121b0c4e-b379-4b26-ba43-14b94be87c7b", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "b75c0db5ce604fdc912cdfb0934944cd", + "clusterId": "61bcdaaf91d046a68eb224cea45c4327", "computeProfile": { "roles": [ { @@ -3472,7 +1803,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T07:25:49.757", + "createdDate": "2023-06-14T03:11:38.463", "quotaInfo": { "coresUsed": 20 }, @@ -3480,13 +1811,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster8362-ssh.azurehdinsight.net", + "location": "cluster3565-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster8362.azurehdinsight.net", + "location": "cluster3565.azurehdinsight.net", "port": 443 } ], @@ -3497,14 +1828,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster2777.blob.core.windows.net", + "name": "azstorageforcluster8176.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container7654", + "container": "container2446", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -3522,9 +1854,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1993147157", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1165812670", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/CreateOrUpdateAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/CreateOrUpdateAsync.json index 12463de3b5d0..6d2079b3f5da 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/CreateOrUpdateAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/CreateOrUpdateAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6b7b15144b96a483ef8d02547bc4bce8-be35ff069147a75e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d2ad71c608563cfc0a3655d4a12f3e33", + "traceparent": "00-4a335e9e62d186cc49722bb3379cf5d4-889f001ebae380ac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0a335170a94a2b52fe679d589d555ac4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:17:21 GMT", + "Date": "Wed, 14 Jun 2023 03:51:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "273bf2b7-961d-490b-92dc-a1379e9cd29b", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "273bf2b7-961d-490b-92dc-a1379e9cd29b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041722Z:273bf2b7-961d-490b-92dc-a1379e9cd29b" + "x-ms-correlation-request-id": "5742ae18-cd1e-4355-90fd-3a7c1a6c96d1", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "5742ae18-cd1e-4355-90fd-3a7c1a6c96d1", + "x-ms-routing-request-id": "JAPANEAST:20230614T035137Z:5742ae18-cd1e-4355-90fd-3a7c1a6c96d1" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-7812?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-6660?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-3ef66581f3a20b4127e012f9351da68e-2eace36bfa2df9a4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "686f4b86d70bc17cc0bc1a189f165485", + "traceparent": "00-406f929f4e5dd74cde509d08d0c2739e-669429651107a680-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e2b0097fbb96b3c83d18c3cd7b86fff6", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:17:25 GMT", + "Date": "Wed, 14 Jun 2023 03:51:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aecc6d65-9e6a-4d2a-8e0d-908cb517d407", + "x-ms-correlation-request-id": "836ec0f9-f828-4956-a34a-73afc560ec61", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "aecc6d65-9e6a-4d2a-8e0d-908cb517d407", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041726Z:aecc6d65-9e6a-4d2a-8e0d-908cb517d407" + "x-ms-request-id": "836ec0f9-f828-4956-a34a-73afc560ec61", + "x-ms-routing-request-id": "JAPANEAST:20230614T035137Z:836ec0f9-f828-4956-a34a-73afc560ec61" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812", - "name": "HDInsightRG-7812", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660", + "name": "HDInsightRG-6660", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-e951730b079bd0be-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2127a0a25713c3adde78ee8b02c44ca4", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-e75cc800635b3253-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "068089094c0dda22dea4697df740cc35", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster5280.blob.core.windows.net", + "name": "azstorageforcluster8315.blob.core.windows.net", "isDefault": true, - "container": "container8226", + "container": "container3686", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1803", + "Content-Length": "1833", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:17:59 GMT", - "ETag": "\u0022e128af71-fdb8-4e30-80cc-a9472a13bd53\u0022", + "Date": "Wed, 14 Jun 2023 03:52:06 GMT", + "ETag": "\u00224f8be514-69e5-4a96-a8ad-c051018137fb\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e2e1e53-b8c4-46ed-adb6-aadd9934080f", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "e7c52718-c90c-4f19-b0a0-2c0d8a0e42f1", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "b163644e-bef1-4446-b30b-c5bdfbadc086", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041759Z:2e2e1e53-b8c4-46ed-adb6-aadd9934080f" + "x-ms-request-id": "c15bb55e-fc21-4829-9ab4-766654fb7747", + "x-ms-routing-request-id": "JAPANEAST:20230614T035206Z:e7c52718-c90c-4f19-b0a0-2c0d8a0e42f1" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275", - "name": "cluster2275", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013", + "name": "cluster3013", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "e128af71-fdb8-4e30-80cc-a9472a13bd53", + "location": "Japan East", + "etag": "4f8be514-69e5-4a96-a8ad-c051018137fb", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "160938df52584c1196bca29d8b76f42a", + "clusterId": "7dcddd8f803c4e8bad91fc1d286ce98a", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T04:17:58.427", + "createdDate": "2023-06-14T03:52:06.393", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster5280.blob.core.windows.net", + "name": "azstorageforcluster8315.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container8226", + "container": "container3686", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,13 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-dc0137a80c403ba4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8d354b724b8b700abb7e729eafa69d6f", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-03e9d639216aa18a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8ce235bfd44cb812d6d5a46612e6da62", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -322,318 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:18:00 GMT", + "Date": "Wed, 14 Jun 2023 03:52:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d58a7352-0b22-4aee-9ade-0a89795ca735", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "9f0026fc-7b35-4415-9185-95ecc2cf6d7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041801Z:d58a7352-0b22-4aee-9ade-0a89795ca735" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-8e2ee02541688d25-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "702ad252d5e882574622f1f0bd50a45f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:18:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d41d31ea-4968-46af-96c8-a204a95f84e1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "1eda24c6-9374-4d6b-aae7-c2982621a414", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041803Z:d41d31ea-4968-46af-96c8-a204a95f84e1" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-e9bdfcac9e0a626b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b719b6c9bf8ec919297f331eadba5489", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:18:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4771253f-1952-4a01-a9df-12fdf735d328", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "5bdeb131-1ee3-499d-b2a2-9da222a76a56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041804Z:4771253f-1952-4a01-a9df-12fdf735d328" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-c6a29abe3d28a85b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4c0a2a863e539c50f3b24768591ab26b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:18:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0862a554-7443-4505-868b-4c06c44b338d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "29619788-a8c2-4726-8dc0-08f9c8e94921", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041806Z:0862a554-7443-4505-868b-4c06c44b338d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-4b568cc33ebd5181-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f8d512d9e68c93e0b9614768a238d58b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:18:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3ab515e-20a4-4a26-a3a5-d1fe7a65b9a0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "ada0b3f9-7d30-4063-b2d0-de68d1fc5d67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041809Z:a3ab515e-20a4-4a26-a3a5-d1fe7a65b9a0" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-6177b2af945bc08f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "936a68cd58468a0b667cc4dc77b06f0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:18:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75ee1a18-9def-4a79-88c7-763677269e0b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "7543f37f-5c97-406a-843f-5d029a1a44b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041814Z:75ee1a18-9def-4a79-88c7-763677269e0b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-d9ce5c65b2b4ad79-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9a45c7cc5be59ffc497692f1f7e7faba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:18:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "802c5a06-90e4-4757-969e-5b6905b0a975", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "db6d44b4-ecdc-4064-89c6-16818b928153", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041822Z:802c5a06-90e4-4757-969e-5b6905b0a975" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-bd1d40f77d96ecf4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f09abbdc1fb08025064a921022041c08", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:18:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3eb3b99-7aa8-43a2-a061-86e2dafb7b56", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "3e8bd4dd-bdc5-4041-a3e6-db683c73d5c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041839Z:c3eb3b99-7aa8-43a2-a061-86e2dafb7b56" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-8cfc9d6aa46cb2cf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "da9c38f23bf371a66bca4acfc519937e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:19:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16aff308-0e90-418e-aa75-fc7f52063341", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "b9895baa-f437-4103-900b-d8dc8a28c84b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041913Z:16aff308-0e90-418e-aa75-fc7f52063341" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-136eab98ea9e8b07-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bbff09817e16ad5ea2c4939ac9eb7d45", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:19:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00eb6291-9bd2-40a6-9670-1349fabc5345", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "371bcf1d-cdfb-4252-9abf-3f6b21381060", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T041946Z:00eb6291-9bd2-40a6-9670-1349fabc5345" + "x-ms-correlation-request-id": "78522925-4dcf-4ec2-b1a2-60a533d107bf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "28e3b635-ee2c-4c05-8b75-0dfe3e4b1f35", + "x-ms-routing-request-id": "JAPANEAST:20230614T035207Z:78522925-4dcf-4ec2-b1a2-60a533d107bf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-9434420f933c3406-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "beff8a5a1f4ba1c7152885e6d555bbec", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-6b144cce09a71748-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3e4236c5b53ebceec2418311d8a6048e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:20:19 GMT", + "Date": "Wed, 14 Jun 2023 03:52:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6752844-85c6-4e8c-b210-bfae9cb02816", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "09670f01-6322-408d-b48f-f3501657e4db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042019Z:c6752844-85c6-4e8c-b210-bfae9cb02816" + "x-ms-correlation-request-id": "8d7a1af3-59a8-4197-9091-bce6bbebfadf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "987a1bb9-dafc-449a-af97-a53873774618", + "x-ms-routing-request-id": "JAPANEAST:20230614T035208Z:8d7a1af3-59a8-4197-9091-bce6bbebfadf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-5381aa15a92b5e84-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "188e13b7600473f2daef382ea70ba880", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-440d90b547731307-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c1bd8b5f3f5d19e86e09b99fa8602c9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:20:51 GMT", + "Date": "Wed, 14 Jun 2023 03:52:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1370729-9796-4381-9d69-e9858211274c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "0e60e61d-deeb-4606-a8db-3c60448e6432", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042052Z:f1370729-9796-4381-9d69-e9858211274c" + "x-ms-correlation-request-id": "ec8507fa-e755-475d-b85e-9bd0b9c94f38", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "156bd424-67dd-40ed-b2b3-0d09a69f6eef", + "x-ms-routing-request-id": "JAPANEAST:20230614T035210Z:ec8507fa-e755-475d-b85e-9bd0b9c94f38" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-85483ba6cc908094-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3b75044cd41a6233425da5edf978d74d", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-170593fa900a3bb8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9fb71120060d0a9e4726ca0b5000df30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:21:24 GMT", + "Date": "Wed, 14 Jun 2023 03:52:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18c5eb8b-ba32-4321-898b-0ef110e536f3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "b630dd70-4de4-460c-bc9a-ea4ec9b0142c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042125Z:18c5eb8b-ba32-4321-898b-0ef110e536f3" + "x-ms-correlation-request-id": "98dbe0cf-3b24-4438-9c5a-3198b81eddbd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "333d6a95-effb-41c8-9942-3fd349081955", + "x-ms-routing-request-id": "JAPANEAST:20230614T035211Z:98dbe0cf-3b24-4438-9c5a-3198b81eddbd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-5f5fd3266f4e1d80-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b5e3a609655dfa40988be45ce698f90a", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-ac043ddbc0e0acf3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "860716d1192985044d29cf34fb4e1462", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:21:57 GMT", + "Date": "Wed, 14 Jun 2023 03:52:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d45f52d-4cbe-4a41-a10f-b1bd75fd6dec", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "3e6ee1b5-c454-4c7c-a25a-1f1f40209a81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042158Z:5d45f52d-4cbe-4a41-a10f-b1bd75fd6dec" + "x-ms-correlation-request-id": "c1b0b47f-c6cc-4469-8050-1b2771d46bb9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "0969e97e-8488-4cce-a031-81d536d48385", + "x-ms-routing-request-id": "JAPANEAST:20230614T035213Z:c1b0b47f-c6cc-4469-8050-1b2771d46bb9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-a76675465aee93c1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d09a04807fdfe2d2e02bd6a7ba047a61", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-bc74a220ab508f67-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c6f0e71465ef5980edb27a3675dcc86d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:22:30 GMT", + "Date": "Wed, 14 Jun 2023 03:52:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ea301e2-bf2c-4e1e-b365-73198e176279", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "dd902abe-d597-4f06-9b0e-c53879051a46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042230Z:2ea301e2-bf2c-4e1e-b365-73198e176279" + "x-ms-correlation-request-id": "bb1398cf-bde1-4883-a90d-ec52c6e04996", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "a2865c42-7e19-441f-bd5c-ebbfafcb7eb3", + "x-ms-routing-request-id": "JAPANEAST:20230614T035218Z:bb1398cf-bde1-4883-a90d-ec52c6e04996" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-cf573cdc191ce9bf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0125eb17f228e622c47ba28ef0d67baa", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-3005bf9c02e00c3c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "91ce892aa65807720c3152e436690ff9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:23:02 GMT", + "Date": "Wed, 14 Jun 2023 03:52:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58b6dd3c-6930-4546-bbd1-72734ab2b707", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "c868c85e-dce2-4a95-ad83-b4de6333f227", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042303Z:58b6dd3c-6930-4546-bbd1-72734ab2b707" + "x-ms-correlation-request-id": "953d58cf-988e-4994-a5f5-1e3048ca0e85", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "ee13ed9c-0cc4-4dcb-86a9-3923b9648f2b", + "x-ms-routing-request-id": "JAPANEAST:20230614T035226Z:953d58cf-988e-4994-a5f5-1e3048ca0e85" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-2ba57c11c6bb211e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f46d9b6406de896dd400d5318f993f93", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-c9f23ac5c8840201-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "68f7671218106c4195ae99779fcd0f70", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:23:35 GMT", + "Date": "Wed, 14 Jun 2023 03:52:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e10b412-73f8-4e0b-b962-8f18f50f5533", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "a747a54b-07a1-4039-a4f5-042b9b116326", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042336Z:3e10b412-73f8-4e0b-b962-8f18f50f5533" + "x-ms-correlation-request-id": "8ea2eeca-9a61-4951-9485-51ea8eeaa401", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "99c0448b-710b-4017-bb2e-24b7905c0a3e", + "x-ms-routing-request-id": "JAPANEAST:20230614T035242Z:8ea2eeca-9a61-4951-9485-51ea8eeaa401" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-c60a92b49cfbc8e9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fb458211f8738de2e2b30b64dd44f209", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-cd572a90ed5f1881-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "720a6260827f6d0975e9b9bd129c2283", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:24:09 GMT", + "Date": "Wed, 14 Jun 2023 03:53:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "729f5020-ac8e-440f-84cb-bbfa9f52de60", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "b901049d-1689-4db2-aaf0-9e884a660b8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042410Z:729f5020-ac8e-440f-84cb-bbfa9f52de60" + "x-ms-correlation-request-id": "3393723d-bdad-4313-ab31-1f7d3cdaa288", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "d912c17a-82b3-42fa-993b-f5010b9a86d6", + "x-ms-routing-request-id": "JAPANEAST:20230614T035315Z:3393723d-bdad-4313-ab31-1f7d3cdaa288" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-0afbabb14cf5f7eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1e422bb0859710837d9b2d271df1572b", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-61c11566a941a885-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0e2480a360e5115d4762fcaa0cfa683f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:24:42 GMT", + "Date": "Wed, 14 Jun 2023 03:53:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ded2f476-dcce-4df7-8e8c-eed1ba081ca2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "26ac35ef-c84b-4a5f-aec5-06de4357e111", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042443Z:ded2f476-dcce-4df7-8e8c-eed1ba081ca2" + "x-ms-correlation-request-id": "f4b64520-358a-4960-b826-e4e9c8d1c3cb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "d6f74e03-9d9a-4c6a-a509-1a8b7d8f2996", + "x-ms-routing-request-id": "JAPANEAST:20230614T035347Z:f4b64520-358a-4960-b826-e4e9c8d1c3cb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-e571a783d42f9449-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6d7c0e3b80916b37b8df122afb09ac8f", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-e7eeffffeaa509da-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d483e1219c5f8f795e89f2265e8359f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:25:15 GMT", + "Date": "Wed, 14 Jun 2023 03:54:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee49d0c8-b37a-4b9c-917a-248a720f186b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "6bbed6b4-2b00-4bce-9cb7-307be1eeb7b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042515Z:ee49d0c8-b37a-4b9c-917a-248a720f186b" + "x-ms-correlation-request-id": "0d996750-4d7f-4a28-8efd-107e0b72c3af", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "f9d377c6-10f4-4370-8511-5587f9f62995", + "x-ms-routing-request-id": "JAPANEAST:20230614T035419Z:0d996750-4d7f-4a28-8efd-107e0b72c3af" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-38c7c84fa0c89caf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6381cb0d20568bfcfe347ed7cbba70f0", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-abc0b28d193abe70-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1ed4168b01a9008b04f92a1d865e617a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:25:47 GMT", + "Date": "Wed, 14 Jun 2023 03:54:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65c07aa9-5c42-498a-934d-583e166c5c57", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "3e514939-bec9-41c3-8ee5-264465d8014a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042548Z:65c07aa9-5c42-498a-934d-583e166c5c57" + "x-ms-correlation-request-id": "04d35e25-afa4-464e-8a55-64e50fde56c0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "4fbc480a-a1bc-4eb3-b7fc-b0bc522d51cf", + "x-ms-routing-request-id": "JAPANEAST:20230614T035452Z:04d35e25-afa4-464e-8a55-64e50fde56c0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-431600aa1b50136f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ce28df5b85c72f78f4d665b773581573", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-0fcdca2f8777591a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "319c7a804d1906240794af5b6d36b2c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:26:21 GMT", + "Date": "Wed, 14 Jun 2023 03:55:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d52a27ac-e2ad-4f48-b48d-f899ae9ad767", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "a165625d-df1e-473e-b0e3-f3214d1f8d89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042621Z:d52a27ac-e2ad-4f48-b48d-f899ae9ad767" + "x-ms-correlation-request-id": "4ee37d1c-2c83-480c-87a8-45e620b7b2d5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "1e1c0d65-af2d-4031-bd0f-892c428b639e", + "x-ms-routing-request-id": "JAPANEAST:20230614T035524Z:4ee37d1c-2c83-480c-87a8-45e620b7b2d5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-714d0e99f0f8279b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "51199deff3701bd511f16e5d025fa0fe", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-e2b9a66576215553-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f51e03094a261f965683d065725c09ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:26:53 GMT", + "Date": "Wed, 14 Jun 2023 03:55:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40c91caf-44f0-49f9-bd72-fbbac5a7aeff", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "48503f81-0fc3-41f4-ab7a-465247ed6d60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042654Z:40c91caf-44f0-49f9-bd72-fbbac5a7aeff" + "x-ms-correlation-request-id": "0fc4a369-c193-44d5-9ae7-cbb22a558231", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "0b0ed5e3-2170-43e4-9a4a-a5f010080c79", + "x-ms-routing-request-id": "JAPANEAST:20230614T035556Z:0fc4a369-c193-44d5-9ae7-cbb22a558231" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-8ad0ae8308403982-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1bce216fdde188c853516e7fba4518a6", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-c6437e5dc808e4c0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e4a6772827e73ddff2cd1614512f92cd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:27:26 GMT", + "Date": "Wed, 14 Jun 2023 03:56:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7749437d-bb26-4014-832e-e53fd05915ee", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "173770b8-4d33-41e6-98be-514859e51a96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042727Z:7749437d-bb26-4014-832e-e53fd05915ee" + "x-ms-correlation-request-id": "4935d4b5-b312-4f3e-9374-4fbae6f1a50d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "2ca4094a-76d8-4b7e-ab42-e35da2148de0", + "x-ms-routing-request-id": "JAPANEAST:20230614T035629Z:4935d4b5-b312-4f3e-9374-4fbae6f1a50d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-2d1e8326a155ce30-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2ee80a1f1fa068800a0dbcd6161b2d95", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-6d59d3e6090fbb90-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "831366466b3f3653e47cda967dbe93ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:27:59 GMT", + "Date": "Wed, 14 Jun 2023 03:57:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a25b521-8b41-4a7d-b8df-385e8b9b4694", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "69c21b08-e51d-4973-8cf2-d20514df932d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042800Z:2a25b521-8b41-4a7d-b8df-385e8b9b4694" + "x-ms-correlation-request-id": "5bd13d58-7113-466e-a94a-3b9d2d6eae16", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "d68ed726-a1bd-4d43-98c8-41ce208c914e", + "x-ms-routing-request-id": "JAPANEAST:20230614T035701Z:5bd13d58-7113-466e-a94a-3b9d2d6eae16" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-801bdfa83802c3f6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "51476736f9891192d491fd1f855560cc", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-2fe60decd40d8528-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f533b08bce90e1dc23e003593381ce27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:28:32 GMT", + "Date": "Wed, 14 Jun 2023 03:57:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d4429c1-7911-4098-ad00-4dd49434b812", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "38dba7b0-2976-46c9-91e0-4457cf5673a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042833Z:5d4429c1-7911-4098-ad00-4dd49434b812" + "x-ms-correlation-request-id": "db5305b3-79d2-41cb-9adb-c6b35e9e6bf4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "e979d530-33d2-42f4-92e1-c92362cd592e", + "x-ms-routing-request-id": "JAPANEAST:20230614T035733Z:db5305b3-79d2-41cb-9adb-c6b35e9e6bf4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-db1fc836b6c6cc48-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f73dc8d87176505da16610d420f27238", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-13de7cde5019847a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0b1f02f08648bcbf2470ff6b4d49c034", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:29:07 GMT", + "Date": "Wed, 14 Jun 2023 03:58:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e24e8f9-27be-43eb-82dd-598ce2a252d1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "934c4f26-5594-4fba-8982-03dd8f2eb512", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042907Z:4e24e8f9-27be-43eb-82dd-598ce2a252d1" + "x-ms-correlation-request-id": "b117ac4c-49f6-4b8b-b627-c696666955ee", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "8c90cdef-de37-4825-b540-1f728285c154", + "x-ms-routing-request-id": "JAPANEAST:20230614T035806Z:b117ac4c-49f6-4b8b-b627-c696666955ee" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-cf2a4a0977123262-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5348d923c7fe251c77d75a0f2160e2b4", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-643f0c5a282aba06-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a1896b399dfc783d8a31605e68fa0263", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:29:39 GMT", + "Date": "Wed, 14 Jun 2023 03:58:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38e76d31-570c-41f1-98f2-9178557a7e02", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "8a695f8a-0c2d-48ef-a80c-c8d09efb9d09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T042940Z:38e76d31-570c-41f1-98f2-9178557a7e02" + "x-ms-correlation-request-id": "faff9841-3575-4649-b7a6-6401bd3a5755", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "aab74705-0cdf-4e5f-8fc6-e7e5a531a73f", + "x-ms-routing-request-id": "JAPANEAST:20230614T035838Z:faff9841-3575-4649-b7a6-6401bd3a5755" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-38f4e9eb4032ef2e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4efdf0ac36ddc41e0af7af23e9bef0e1", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-6338a984be4c9efc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7ba5b3ae889e0562f076d120cf7094d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:30:12 GMT", + "Date": "Wed, 14 Jun 2023 03:59:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f87f89f-7993-4614-9c3f-886acf0ad750", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "bf6b9786-59f3-4137-8bb7-5d7e82583f5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043013Z:0f87f89f-7993-4614-9c3f-886acf0ad750" + "x-ms-correlation-request-id": "d7d29e42-c5e1-4e24-833a-a57e9291f4ea", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "5262d804-08bc-4bbe-b279-6b1014cb4003", + "x-ms-routing-request-id": "JAPANEAST:20230614T035910Z:d7d29e42-c5e1-4e24-833a-a57e9291f4ea" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-f3bfa23d651c9215-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "abfbc51f0d0d10cdac187f9f174e2e40", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-565d9d4700158121-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c81fcf202cf8522ac5a7811625605429", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:30:45 GMT", + "Date": "Wed, 14 Jun 2023 03:59:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a9c9dde-bf63-41d6-9652-14ca800c0479", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "d04fc8b1-102c-4c2e-83ce-ee5f29aff0f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043045Z:1a9c9dde-bf63-41d6-9652-14ca800c0479" + "x-ms-correlation-request-id": "fc5c8867-8972-4389-b040-1bf74528ee44", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "c6d3544b-9d1f-4da1-b8f8-79f25014d9ec", + "x-ms-routing-request-id": "JAPANEAST:20230614T035943Z:fc5c8867-8972-4389-b040-1bf74528ee44" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-78e3c32f86839eb6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "30275c8323f4ed5bba83480617f83cb9", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-55329302a16857cd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9abd9c6d44a3b1950884b185cb1da819", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:31:18 GMT", + "Date": "Wed, 14 Jun 2023 04:00:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd89a1c6-cd65-4a74-82bc-17b3f4cb6b87", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "cf0a4701-ba11-40ab-be04-c7af3baf87c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043118Z:bd89a1c6-cd65-4a74-82bc-17b3f4cb6b87" + "x-ms-correlation-request-id": "d1e152e1-c017-4d88-978d-ccf40d878492", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "f9923cfb-e90d-4f15-9269-a1b2e715edc6", + "x-ms-routing-request-id": "JAPANEAST:20230614T040015Z:d1e152e1-c017-4d88-978d-ccf40d878492" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-76542039fc4dbe79-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5cf078e637659fa722eca1c4b67eadbc", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-74ea7964d0173c92-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "983e869d3adb816b8853b6f7064cdf8f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:31:50 GMT", + "Date": "Wed, 14 Jun 2023 04:00:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1cff0012-1b60-4259-8227-cdefbfb27706", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "534eaf70-dd04-4931-9813-4d3e944b50d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043151Z:1cff0012-1b60-4259-8227-cdefbfb27706" + "x-ms-correlation-request-id": "f59ae323-9632-46b6-9e14-1edc8f20328b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "6590b26c-8121-4400-a121-44ef01d1f9b7", + "x-ms-routing-request-id": "JAPANEAST:20230614T040048Z:f59ae323-9632-46b6-9e14-1edc8f20328b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-06a5e19665ab30f2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8c9f6ec8c096fbec6a0ef189c4c7f9b3", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-87e7874952c226ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "32b2a821f9b3dc35396dbf737ba486a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:32:24 GMT", + "Date": "Wed, 14 Jun 2023 04:01:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eea46294-d3a6-4b36-9e3c-f3b5f52deddb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "5ed61819-df18-497b-9d8c-e6ac720dde55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043224Z:eea46294-d3a6-4b36-9e3c-f3b5f52deddb" + "x-ms-correlation-request-id": "9dd35588-0d4b-4789-813d-38dfaf0472a3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "74a84e74-f4be-4808-9afb-0368b91549eb", + "x-ms-routing-request-id": "JAPANEAST:20230614T040120Z:9dd35588-0d4b-4789-813d-38dfaf0472a3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-1d3deae0fc92bd01-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9fb8c5dcd25e4cdbb5870d088296363b", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-e15a523f7eef4e4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9f7868febb22334d313b11508e9eabbc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:32:57 GMT", + "Date": "Wed, 14 Jun 2023 04:01:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5441012e-eb55-4ebd-a3e8-fcc9b268e946", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "d66cda32-7a88-4bc0-a07b-2ca0c5ea98a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043257Z:5441012e-eb55-4ebd-a3e8-fcc9b268e946" + "x-ms-correlation-request-id": "9e6267bb-4a9c-47be-89db-850eae3e9acc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "179ad9f8-a491-4027-b7c2-59df02207de3", + "x-ms-routing-request-id": "JAPANEAST:20230614T040152Z:9e6267bb-4a9c-47be-89db-850eae3e9acc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-163e762be3b8e281-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a93e8cd6af5926228bf4f156451ddb5b", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-66410e89f31ebba8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "236421a4756aa36551625f6e7bf705e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:33:29 GMT", + "Date": "Wed, 14 Jun 2023 04:02:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7be5002d-5ef8-4084-ba67-996ed6ead5d1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "1b1f1127-85cf-4332-8d40-b4fcc3c8a1ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043330Z:7be5002d-5ef8-4084-ba67-996ed6ead5d1" + "x-ms-correlation-request-id": "dba4f545-b628-4bcc-9caf-f4c1febbc7bd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "92ec7712-f0c5-4043-b515-24707d28bcc9", + "x-ms-routing-request-id": "JAPANEAST:20230614T040225Z:dba4f545-b628-4bcc-9caf-f4c1febbc7bd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-bcaec744356cc596-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f0e8eef30dc6f55e9252d70fb3e479d3", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-7c864895a397adff-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9ef80ecc40d3656d5b7e0177e8e44e9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:34:03 GMT", + "Date": "Wed, 14 Jun 2023 04:02:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5629309a-2d73-43e0-af54-280f443f3503", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "44e44fab-4b4a-4b74-93f2-412f093c590d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043404Z:5629309a-2d73-43e0-af54-280f443f3503" + "x-ms-correlation-request-id": "5a78d793-5210-40d9-8185-2b9541eba5dc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "d819dcb2-ac5a-4bc4-9ba1-71616e88defc", + "x-ms-routing-request-id": "JAPANEAST:20230614T040257Z:5a78d793-5210-40d9-8185-2b9541eba5dc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-1dc69a553660ea30-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "37b2b5d84f882c59a3921369e1850697", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-9fb04a4a25271e0d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5acf02c16340883d02d44dc05cdeb83a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:34:40 GMT", + "Date": "Wed, 14 Jun 2023 04:03:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "173bbb30-f6bb-4361-9b97-3f068cac87e2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "63564b26-35ef-4fe9-b959-146280daa4d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043440Z:173bbb30-f6bb-4361-9b97-3f068cac87e2" + "x-ms-correlation-request-id": "9421373e-64f3-46d2-96b3-8fc6e67f387e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "90a41ac8-7a1a-4961-9c98-61651de8b25e", + "x-ms-routing-request-id": "JAPANEAST:20230614T040330Z:9421373e-64f3-46d2-96b3-8fc6e67f387e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-a441d8b2a0a54e32-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9314b1ab46aec8752e481606d81373a7", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-bfb4d112b5f5c61a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7f832e360ca564e9b4fec8eb74edbb6c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:35:12 GMT", + "Date": "Wed, 14 Jun 2023 04:04:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53307a17-d0f4-43c8-8496-2d0553c44f0a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "4cf47878-abde-4d0c-9394-bfc4a77f1025", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043513Z:53307a17-d0f4-43c8-8496-2d0553c44f0a" + "x-ms-correlation-request-id": "5df8bea6-f570-44f6-945e-c39f492139f6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "7ee27cd6-2f09-4573-a6b5-c520b3e2a3bb", + "x-ms-routing-request-id": "JAPANEAST:20230614T040402Z:5df8bea6-f570-44f6-945e-c39f492139f6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-10db203cf93a0a13-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "907e1d7ba36ba3d294bb4d33faf4140d", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-0c197888939f8e61-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "78acc314ab2869a2d1709bfef2ac097c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:35:45 GMT", + "Date": "Wed, 14 Jun 2023 04:04:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72767e9c-c03a-42bd-aef3-48ba1467320e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "833e2b23-1bdc-4bb8-8113-46509e147237", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043546Z:72767e9c-c03a-42bd-aef3-48ba1467320e" + "x-ms-correlation-request-id": "370ffadd-6d24-48f0-aaab-0399487c34e2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "10c0add9-e2df-41e2-8147-c863d378b12a", + "x-ms-routing-request-id": "JAPANEAST:20230614T040434Z:370ffadd-6d24-48f0-aaab-0399487c34e2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-d2bba6e3349d2614-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "01633f4be5cf92253fe9084039525490", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-71cff8d564fc54d9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b941c7c6ce60b4f6196aa6429a511414", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:36:18 GMT", + "Date": "Wed, 14 Jun 2023 04:05:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d4ace09-9085-4341-b31a-89b543788a07", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "215c87a0-c99f-4e2d-9099-a0dc5aa0944f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043619Z:3d4ace09-9085-4341-b31a-89b543788a07" + "x-ms-correlation-request-id": "70ef53fe-7664-46dc-b354-a5d500e15719", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "56967df4-4779-4fc6-8fed-6d5238926333", + "x-ms-routing-request-id": "JAPANEAST:20230614T040507Z:70ef53fe-7664-46dc-b354-a5d500e15719" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-5ee233db1b1b8ed2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c3ed6b1e7606072cde70fff2f841ce39", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-66c3eca1b9716bc5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "99ace1193f318a128b1aae3471ea7207", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:36:51 GMT", + "Date": "Wed, 14 Jun 2023 04:05:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fad1a12b-2635-43a2-9729-3b67b4993086", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "00fa1b3e-f564-40d0-aaa3-c7f0f2c91692", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043652Z:fad1a12b-2635-43a2-9729-3b67b4993086" + "x-ms-correlation-request-id": "674f39ad-6bd4-4161-ba85-bc0024fe5089", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "babaa10d-1e3e-4c96-a474-650dab101326", + "x-ms-routing-request-id": "JAPANEAST:20230614T040539Z:674f39ad-6bd4-4161-ba85-bc0024fe5089" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-54db4307d19691cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "98bb083471af96d7f8ec50819b926a41", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-f948f69398c14e21-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ac254bf501ac450bccf85fbd0560ce80", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:37:24 GMT", + "Date": "Wed, 14 Jun 2023 04:06:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1716f25-270f-4127-9d7f-d2bcc0f038af", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "4243f749-4179-4b81-a996-0c7e723c984d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043725Z:f1716f25-270f-4127-9d7f-d2bcc0f038af" + "x-ms-correlation-request-id": "8a10ad5d-85d6-4fa7-b361-a1744db3f437", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "be141504-a5db-45f7-88d1-5d47919fa4b2", + "x-ms-routing-request-id": "JAPANEAST:20230614T040611Z:8a10ad5d-85d6-4fa7-b361-a1744db3f437" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-19097bd086bafa99-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8e14bd675107d506135b225fe53399fe", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-c4b27afc790340b9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "10e5875c6f00864bb5b72e4620c2432e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:37:57 GMT", + "Date": "Wed, 14 Jun 2023 04:06:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5762331d-63e3-4415-b65c-128d4e8ac972", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "5758286b-509d-4dd4-9750-79a34921f340", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043757Z:5762331d-63e3-4415-b65c-128d4e8ac972" + "x-ms-correlation-request-id": "8828567b-98e5-4ea7-90bf-80aa84cab0ea", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "a6cc14e0-fab1-4ceb-9df5-beb8c759306e", + "x-ms-routing-request-id": "JAPANEAST:20230614T040644Z:8828567b-98e5-4ea7-90bf-80aa84cab0ea" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-0647aa8520f9c258-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "300bce1bbb97ade09456ca1a25aa6c4b", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-4c7c41a95a59434f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4e4d9ef7672b1768d666cc39e054852b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:38:30 GMT", + "Date": "Wed, 14 Jun 2023 04:07:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8fe1092c-083e-4df1-8f21-c4a0fb4ce978", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "b18d111a-d0be-477f-b5f9-9988df3da938", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043830Z:8fe1092c-083e-4df1-8f21-c4a0fb4ce978" + "x-ms-correlation-request-id": "2ffcd7db-d2e4-48e5-bc6a-0998d415e725", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "2ca62d55-1e45-4300-94b7-bfa92ffdcd9f", + "x-ms-routing-request-id": "JAPANEAST:20230614T040716Z:2ffcd7db-d2e4-48e5-bc6a-0998d415e725" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-c56c45b69032bd65-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3b8bbd063f2ce23201e584534e78b0c4", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-f2dba08a0a25b64d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e9d82d4b61058507009ef7f4d3c4250a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:39:02 GMT", + "Date": "Wed, 14 Jun 2023 04:07:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ad46f9c-4334-4106-81b5-65c370450dd6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "6792cd7d-70ef-4a5b-91c2-06abed895b59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043903Z:0ad46f9c-4334-4106-81b5-65c370450dd6" + "x-ms-correlation-request-id": "ad093ca4-51aa-4a08-85fb-d6652d5124cb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "ad2b0a07-bf61-423d-90bb-9835e03ee6af", + "x-ms-routing-request-id": "JAPANEAST:20230614T040748Z:ad093ca4-51aa-4a08-85fb-d6652d5124cb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-ceb27838a3a9f270-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cc6652533987abaadc67fab086ecaf69", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-4d760b6629f9328e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "66c530b47f13f4541ece3a99a211a561", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:39:36 GMT", + "Date": "Wed, 14 Jun 2023 04:08:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35352897-5ea1-4188-8ae9-aa02a93a0b4b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "3b15b1ed-4644-4bd9-94db-41562cecf326", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T043936Z:35352897-5ea1-4188-8ae9-aa02a93a0b4b" + "x-ms-correlation-request-id": "1801095b-e628-4007-9b3d-fc4541310a17", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "ba443f59-4a44-4d68-bddb-331f7810c28a", + "x-ms-routing-request-id": "JAPANEAST:20230614T040821Z:1801095b-e628-4007-9b3d-fc4541310a17" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-3dc1e6d795d7e5c3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2859d7ee5da8dbd19c282fb1378c5e1c", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-55fb2b42cf73da21-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f2fb03315ae9962897c74e8c70734311", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:40:08 GMT", + "Date": "Wed, 14 Jun 2023 04:08:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "efc55441-7029-4ebb-bc64-b41bc6d4c538", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "fe2ea279-080e-4fd1-b774-bb772071fc85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044009Z:efc55441-7029-4ebb-bc64-b41bc6d4c538" + "x-ms-correlation-request-id": "26d1f577-c9be-4313-84be-156f85b5ee22", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "df8ddbe0-938d-4279-8c72-c7ee1181912a", + "x-ms-routing-request-id": "JAPANEAST:20230614T040854Z:26d1f577-c9be-4313-84be-156f85b5ee22" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-fe5180f1d65ccdf9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d3c705a5a043ccc413df5fc545825c15", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-f36097a31a2294eb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "af85c1411f8ecb17d8e4ca37266de2ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:40:42 GMT", + "Date": "Wed, 14 Jun 2023 04:09:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c81879d-1198-4e0f-9dd5-934fed407843", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "079aaae0-b8b0-425c-902c-3c12bea7a8e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044042Z:7c81879d-1198-4e0f-9dd5-934fed407843" + "x-ms-correlation-request-id": "82dd4473-4c09-4715-abbc-47f76f8b50c8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "ad8d21ea-296d-4c18-aaf9-5f6031111c72", + "x-ms-routing-request-id": "JAPANEAST:20230614T040926Z:82dd4473-4c09-4715-abbc-47f76f8b50c8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-96eb04b9e4ce1e26-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "77641b36881ef51c818b2f5e0af8744f", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-dc5c71db0a9302c5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cfc396f832c95a21082fce4b31c783ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:41:14 GMT", + "Date": "Wed, 14 Jun 2023 04:09:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ccee64f6-ee07-4930-b944-8d41c5d71d4e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "4b16251e-dc74-44d9-a16a-a51accf99731", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044115Z:ccee64f6-ee07-4930-b944-8d41c5d71d4e" + "x-ms-correlation-request-id": "4bdbe5b0-972d-40fc-b589-401db3f0919a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "6f06bd73-64c2-4d31-b363-6f85c39688ca", + "x-ms-routing-request-id": "JAPANEAST:20230614T040958Z:4bdbe5b0-972d-40fc-b589-401db3f0919a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-b22d68cd5e3fb967-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "800ade09db254e25128c14c8fe0b951a", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-b465d1ac5c1d9e39-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e057298af58c12d2eb2f1a058ff16f2a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1890,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:41:49 GMT", + "Date": "Wed, 14 Jun 2023 04:10:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "231c6b21-349f-486f-aa6e-1f891f18e8c0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "9f0a7039-8483-4d23-a854-91a29172c390", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044149Z:231c6b21-349f-486f-aa6e-1f891f18e8c0" + "x-ms-correlation-request-id": "f7ed8cf5-398b-43b7-a03a-fc858b9e5e7f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "14e8addc-bed0-4767-849c-11842aa1aaaa", + "x-ms-routing-request-id": "JAPANEAST:20230614T041031Z:f7ed8cf5-398b-43b7-a03a-fc858b9e5e7f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-3fb2a307f3a17bc8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1b7b19cce6281dfde9d152b87066c21b", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-8ab21830bc54765e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "da945fe473b00f47a02ba75e50cc9911", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1922,71 +1629,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:42:21 GMT", + "Date": "Wed, 14 Jun 2023 04:11:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e0c0c47-5c94-46d7-a1c7-2bd2115dd41c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "23eae0f6-94c0-48a6-a716-acbae2e59e28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044222Z:9e0c0c47-5c94-46d7-a1c7-2bd2115dd41c" + "x-ms-correlation-request-id": "4128e426-a5a5-4549-92c6-2046afcd3b94", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "2d50595f-7f70-49cd-a914-f7a75e159141", + "x-ms-routing-request-id": "JAPANEAST:20230614T041103Z:4128e426-a5a5-4549-92c6-2046afcd3b94" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ec8495bb5147a5f33611dde380fb327c-e9e6d823bad59dfd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "67bb0f6bdb775af0f51665927454f775", + "traceparent": "00-de8c93a78d4aaf869b92878c2bced471-3ddb63e8798cf81f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fdac1f6001150262c3b0e49a181cca16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2014", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:42:22 GMT", + "Date": "Wed, 14 Jun 2023 04:11:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b353301e-b824-4e75-981c-b815555f7fe7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "6cd6e35e-5b9e-4d0c-b9df-89333905a228", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044223Z:b353301e-b824-4e75-981c-b815555f7fe7" + "x-ms-correlation-request-id": "fa707285-1501-49bd-bdfc-b2190ae54ffb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "d6f4e986-2dcc-4da9-9149-f828144bef9e", + "x-ms-routing-request-id": "JAPANEAST:20230614T041104Z:fa707285-1501-49bd-bdfc-b2190ae54ffb" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7812/providers/Microsoft.HDInsight/clusters/cluster2275", - "name": "cluster2275", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6660/providers/Microsoft.HDInsight/clusters/cluster3013", + "name": "cluster3013", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "e128af71-fdb8-4e30-80cc-a9472a13bd53", + "location": "Japan East", + "etag": "4f8be514-69e5-4a96-a8ad-c051018137fb", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "160938df52584c1196bca29d8b76f42a", + "clusterId": "7dcddd8f803c4e8bad91fc1d286ce98a", "computeProfile": { "roles": [ { @@ -2032,7 +1739,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T04:17:58.427", + "createdDate": "2023-06-14T03:52:06.393", "quotaInfo": { "coresUsed": 20 }, @@ -2040,13 +1747,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster2275-ssh.azurehdinsight.net", + "location": "cluster3013-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster2275.azurehdinsight.net", + "location": "cluster3013.azurehdinsight.net", "port": 443 } ], @@ -2057,14 +1764,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster5280.blob.core.windows.net", + "name": "azstorageforcluster8315.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container8226", + "container": "container3686", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2082,9 +1790,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1360977456", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1452979707", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/Delete.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/Delete.json index d12fbb65bdaa..ba51c4425295 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/Delete.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/Delete.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2840349b19b2c1f5dee5d6068188516e-679f521e09a30f1a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0ddb78326e99362c78fd8d76fc9eabe5", + "traceparent": "00-5b0635fed1fbadd57b6f75c09b753560-653ecb63bc123d81-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2a46894166b3cc7d7ea37d1259750de4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:15:35 GMT", + "Date": "Wed, 14 Jun 2023 06:24:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "922d3d6d-5c45-470b-81ab-834082580725", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "922d3d6d-5c45-470b-81ab-834082580725", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081535Z:922d3d6d-5c45-470b-81ab-834082580725" + "x-ms-correlation-request-id": "cc318865-58d2-483d-866e-36bd8becd170", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "cc318865-58d2-483d-866e-36bd8becd170", + "x-ms-routing-request-id": "JAPANEAST:20230614T062406Z:cc318865-58d2-483d-866e-36bd8becd170" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-1319?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-9124?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-2e6f7a33c1deef856b8e6024b4b1f763-28feedeb07843f70-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0f106cb669d5d7f4543a8f36207e2317", + "traceparent": "00-89be07ac4ff5d7020d6213b1da0f60e3-58e9e51ff9d24ec1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bb421f0aaca206a6ef1dd4d105503f3d", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:15:39 GMT", + "Date": "Wed, 14 Jun 2023 06:24:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d21ae05c-37b9-423a-846a-62a32d2dfe81", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "d21ae05c-37b9-423a-846a-62a32d2dfe81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081540Z:d21ae05c-37b9-423a-846a-62a32d2dfe81" + "x-ms-correlation-request-id": "640d8801-b504-412c-8e3b-25963bb51d54", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "640d8801-b504-412c-8e3b-25963bb51d54", + "x-ms-routing-request-id": "JAPANEAST:20230614T062407Z:640d8801-b504-412c-8e3b-25963bb51d54" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319", - "name": "HDInsightRG-1319", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124", + "name": "HDInsightRG-9124", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-2594da786f8f8d87-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1f0e8642ac29b4dbe45ec5ca0b286374", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-de3f5f6f1de52798-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "527f63ef350c6fbbe3f9619c029e3bc4", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6894.blob.core.windows.net", + "name": "azstorageforcluster6067.blob.core.windows.net", "isDefault": true, - "container": "container4584", + "container": "container8348", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1803", + "Content-Length": "1833", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:16:15 GMT", - "ETag": "\u00228dfcf994-5602-4908-9751-431122e32fd1\u0022", + "Date": "Wed, 14 Jun 2023 06:24:35 GMT", + "ETag": "\u002207d50584-b060-4ca0-94ef-a1ad4bd47e75\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "daad7bbc-5cec-4264-96c4-05cff66b324a", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "a8ce4520-053a-442a-8d1c-6a716b7072c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081616Z:daad7bbc-5cec-4264-96c4-05cff66b324a" + "x-ms-correlation-request-id": "97d547e6-af0b-47cf-ac89-90505cd18af3", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "2d225444-73ed-4a2a-97d3-8401354c53ac", + "x-ms-routing-request-id": "JAPANEAST:20230614T062436Z:97d547e6-af0b-47cf-ac89-90505cd18af3" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975", - "name": "cluster4975", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641", + "name": "cluster1641", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "8dfcf994-5602-4908-9751-431122e32fd1", + "location": "Japan East", + "etag": "07d50584-b060-4ca0-94ef-a1ad4bd47e75", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "f1d9edad432a4356ba707747dd112eae", + "clusterId": "3fd4a74fb35945ab94a0d472c96bc042", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T08:16:14.037", + "createdDate": "2023-06-14T06:24:35.687", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6894.blob.core.windows.net", + "name": "azstorageforcluster6067.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4584", + "container": "container8348", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,13 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-9648408f4712ccfd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ca585efce15a4f38551aac55f7ea7589", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-5b8733508d63fc43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9f4cf8154de3c4f979b0042b1774b771", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -322,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:16:17 GMT", + "Date": "Wed, 14 Jun 2023 06:24:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63b2a3da-a188-45af-937d-b480d999eca8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "7979ae7a-5200-4214-81fc-107a59fe2b26", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081617Z:63b2a3da-a188-45af-937d-b480d999eca8" + "x-ms-correlation-request-id": "4b3c43e3-d7a9-4765-8089-d73ce6b46fdd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "35e33309-c539-4a30-ba2d-526f9bd2cf86", + "x-ms-routing-request-id": "JAPANEAST:20230614T062436Z:4b3c43e3-d7a9-4765-8089-d73ce6b46fdd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-6477083814773e0e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "48db7e086fd25a2d71f32bb2049bcc53", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-76517cddfe5e6597-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "803b6d80d595f4fc58571f909ec6336a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -354,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:16:18 GMT", + "Date": "Wed, 14 Jun 2023 06:24:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02eaa828-a01d-493c-b687-cd83711bf659", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "14380308-5d4e-45e1-96e6-b1741b3fc6f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081619Z:02eaa828-a01d-493c-b687-cd83711bf659" + "x-ms-correlation-request-id": "01256440-38a7-4364-bf42-149031cc14c9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "115cbb2f-7da6-4e2d-9151-001a66b958ea", + "x-ms-routing-request-id": "JAPANEAST:20230614T062438Z:01256440-38a7-4364-bf42-149031cc14c9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-f2ad21829f5c19cd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "adcdb67798d01c197b62b9a53ac02309", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-404dbb9d7c0ac6e9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0a8726089c51e7e02b31e5fcf6e011be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -386,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:16:20 GMT", + "Date": "Wed, 14 Jun 2023 06:24:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e4bec89-f186-4c3e-abcf-e480d3678fb7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "6d6ca05c-963e-4899-8419-863babcd3fc2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081621Z:6e4bec89-f186-4c3e-abcf-e480d3678fb7" + "x-ms-correlation-request-id": "c0abcae0-103a-4916-8901-2b7ab7831f58", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "1d1a02a4-dc2a-4437-87da-912ec13dec11", + "x-ms-routing-request-id": "JAPANEAST:20230614T062439Z:c0abcae0-103a-4916-8901-2b7ab7831f58" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-d9b22ebb23a58b12-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6a381e019fb58d3c30fd5967b6864bb9", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-5916646b6688801c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cd7424c3703c3fa5fc58468c2e6825b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -418,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:16:22 GMT", + "Date": "Wed, 14 Jun 2023 06:24:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2bb576b-34db-43f8-a6c3-acd9bd9e8125", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "c347e98d-1eab-4e66-938d-df09a13aba43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081623Z:e2bb576b-34db-43f8-a6c3-acd9bd9e8125" + "x-ms-correlation-request-id": "867a18e4-bcd1-4500-a800-ef15fbc3fe3b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "55523661-476f-48e0-b887-8cac3a82eee7", + "x-ms-routing-request-id": "JAPANEAST:20230614T062440Z:867a18e4-bcd1-4500-a800-ef15fbc3fe3b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-e31f42cc824ecbaf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "41dd594ec81d6fb964bfcc70b6881fb1", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-1ebe152220064025-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f123997cadede41f8d545564effffd78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -450,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:16:25 GMT", + "Date": "Wed, 14 Jun 2023 06:24:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89f0919b-8cff-4ac2-8a4c-3e09b23cda46", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "ae1e1efc-b26d-4a75-9d36-ec249dbd787a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081626Z:89f0919b-8cff-4ac2-8a4c-3e09b23cda46" + "x-ms-correlation-request-id": "7df79ddb-89bc-4709-b23b-95681d820c9d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "a982da6a-7ab7-42a7-99d1-f3095ca698fe", + "x-ms-routing-request-id": "JAPANEAST:20230614T062443Z:7df79ddb-89bc-4709-b23b-95681d820c9d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-c617697c1089cfa2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e6b022cf6163d89d79407cd23fb265f5", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-b88e48eb8f4224d5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7acd60456652972e80470ef95554b9c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -482,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:16:30 GMT", + "Date": "Wed, 14 Jun 2023 06:24:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16401bbd-08dc-45cc-84e3-e66da90b6cfe", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "987f2f7d-98ab-452c-80d3-f0e89f9a57d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081631Z:16401bbd-08dc-45cc-84e3-e66da90b6cfe" + "x-ms-correlation-request-id": "4e286316-ca37-46ce-a9d6-46754a45e358", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "9d403e3b-dcf9-433a-b4f2-2d52dbd93757", + "x-ms-routing-request-id": "JAPANEAST:20230614T062447Z:4e286316-ca37-46ce-a9d6-46754a45e358" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-c29b71597e778e01-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e157ff17e1e239eb64c906f6d2cbd6a8", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-a0faeb9b573e48c0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5d80330b20bd15d1048f40e71b4050fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:16:40 GMT", + "Date": "Wed, 14 Jun 2023 06:24:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a06626c-62f4-4140-8a81-23b9c5e4e6b6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "268d12c7-332c-41c8-8fbf-6b7704c4d74b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081640Z:3a06626c-62f4-4140-8a81-23b9c5e4e6b6" + "x-ms-correlation-request-id": "6564d40e-e8e9-4b4b-871c-cc37d7a673e9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "bd7956ac-7fd4-4c7c-9e64-e33b280c6eb1", + "x-ms-routing-request-id": "JAPANEAST:20230614T062455Z:6564d40e-e8e9-4b4b-871c-cc37d7a673e9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-93439f0184e59408-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9397a7dd64d5ec56bb05c7dd4be62fb1", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-228e26bda635adbb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cd46ce5aab9b165f6a8c70a69f268f38", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:16:56 GMT", + "Date": "Wed, 14 Jun 2023 06:25:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4dcfda1-a83b-49d7-b14f-438dbcbfcbef", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "b76deab7-40af-40aa-9680-07f190864471", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081657Z:d4dcfda1-a83b-49d7-b14f-438dbcbfcbef" + "x-ms-correlation-request-id": "b7ab9071-90ec-46b1-8c1c-1183524307dd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "3ece0c42-fb11-453d-9ebf-c25360d914fa", + "x-ms-routing-request-id": "JAPANEAST:20230614T062512Z:b7ab9071-90ec-46b1-8c1c-1183524307dd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-73f191281b1608e3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b759d6593e30edcf3676819a5ba705ae", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-187a6348a9bd917a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bb58929ba07e25bb8fb775c325477b3f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:17:28 GMT", + "Date": "Wed, 14 Jun 2023 06:25:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba12254b-f29e-4b76-942e-993dfcbd5385", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "06580dd1-c54f-4f6a-872f-c380ae3a73f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081729Z:ba12254b-f29e-4b76-942e-993dfcbd5385" + "x-ms-correlation-request-id": "77a49c7d-3c7e-4273-b18c-450610e7089c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "e4bc1afc-0983-4f9a-a21c-f6174c6de9a2", + "x-ms-routing-request-id": "JAPANEAST:20230614T062544Z:77a49c7d-3c7e-4273-b18c-450610e7089c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-1d4836e88027487e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "97f4d369d21ab21fa86a25dc1a0eed7e", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-b6ec8efc1cd6a041-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "869e11f6eb0e6027d36af231af2a76de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:18:02 GMT", + "Date": "Wed, 14 Jun 2023 06:26:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "348d55bd-3144-4b21-828a-1a762e3300f6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "7caf362c-a8e7-4338-b77a-a9fb59283d7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081802Z:348d55bd-3144-4b21-828a-1a762e3300f6" + "x-ms-correlation-request-id": "a5f98757-4278-4517-8ca4-d9a0a9add052", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "ab6e0825-6545-41d1-ac46-e6f2c768fbca", + "x-ms-routing-request-id": "JAPANEAST:20230614T062616Z:a5f98757-4278-4517-8ca4-d9a0a9add052" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-09265cdeef5bf978-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fb9d54991e729f77d8aa5d5fe2bc9114", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-94d73d29a5263ae2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "894c080095e7ba7d13203ee4359cf023", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:18:35 GMT", + "Date": "Wed, 14 Jun 2023 06:26:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "544906c2-d5f9-4505-9c40-8805d4bd5ba6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "cd530e45-71ce-4096-baad-10d5bbfbd2e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081836Z:544906c2-d5f9-4505-9c40-8805d4bd5ba6" + "x-ms-correlation-request-id": "c7c5f8f5-7110-4e91-b233-f4a8d1629d56", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "47e49ccb-ec64-41aa-8a9d-ebeea9d431dc", + "x-ms-routing-request-id": "JAPANEAST:20230614T062649Z:c7c5f8f5-7110-4e91-b233-f4a8d1629d56" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-ec7a4ff88dc37d57-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "787319ff97f18696b6a60ec618f2d327", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-1196ce1945492e7b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8db030100888af2a6af8e714ae8a7664", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:19:08 GMT", + "Date": "Wed, 14 Jun 2023 06:27:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f47bd07f-972c-4180-a9e3-ee28738cdd50", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "15229b7f-8674-4c38-8941-dca01c425e6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081908Z:f47bd07f-972c-4180-a9e3-ee28738cdd50" + "x-ms-correlation-request-id": "8e6ce308-4fbf-4ec7-97ce-8ee44ad7dff0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "d5128353-6a55-4f7a-8af6-23e114a5dda4", + "x-ms-routing-request-id": "JAPANEAST:20230614T062721Z:8e6ce308-4fbf-4ec7-97ce-8ee44ad7dff0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-187a8a88f6c618c8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0700038809094b3b5b55be7075c0cfec", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-96de6436d094b181-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1cc29740f1fa615894e473edac432a37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:19:42 GMT", + "Date": "Wed, 14 Jun 2023 06:27:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2cc7e77f-5b3e-42c5-b95e-3978b38e634d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "0aa3b442-a9db-4922-8765-c611a90629e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T081942Z:2cc7e77f-5b3e-42c5-b95e-3978b38e634d" + "x-ms-correlation-request-id": "c91cb726-4afb-45c0-9b97-ce2a761cf61b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "5131c868-caf6-48fb-bd88-6854fd0ef588", + "x-ms-routing-request-id": "JAPANEAST:20230614T062754Z:c91cb726-4afb-45c0-9b97-ce2a761cf61b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-6ff60a80d41e4039-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "00dc11d9759b018cbd1645cb10b186e6", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-620e79edbfa28fca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e20ce79e879f856dd9c1fefad690b89", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,94 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:20:14 GMT", + "Date": "Wed, 14 Jun 2023 06:28:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85791122-527b-416f-87a3-1f35866ca825", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "0644c6bc-996a-4279-a91c-be632200b3ce", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "65a0ea7e-d807-42b5-8e1e-cf91ca85abf7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082015Z:85791122-527b-416f-87a3-1f35866ca825" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-4f0b47ea819caf2f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dfd635d689bbf60add281c9cd82511f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:20:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44da7c9f-18d4-40f1-9b0a-72f5fc7fd3de", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "f8dd2a89-8959-42bf-97a5-1ba6e342168b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082048Z:44da7c9f-18d4-40f1-9b0a-72f5fc7fd3de" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-136cd9be13c246e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "07ed21d7d215138c77ff49f3c4703aaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:21:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "083e2e07-626a-41e1-864b-0e4f65498606", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "002e47de-b66e-45dd-8183-5dbd3950c6e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082121Z:083e2e07-626a-41e1-864b-0e4f65498606" + "x-ms-request-id": "7a018fa8-a4a7-4934-b830-aa2da3636535", + "x-ms-routing-request-id": "JAPANEAST:20230614T062826Z:0644c6bc-996a-4279-a91c-be632200b3ce" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-6247e947f8881370-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3f9ad8cef0ea4f3106e6237358f02898", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-6cee9d437e29d8a5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9ea3daa9d4d91f29d84ff9a3943c0326", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:21:53 GMT", + "Date": "Wed, 14 Jun 2023 06:28:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00cc2f22-21c6-4bc7-99a6-b5b34cbdac95", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "a4f3b3a1-2f7e-42ac-b0b2-d0dd872cb5a9", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "e5e0cb23-1765-4ac3-9b08-f97eefca7a67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082154Z:00cc2f22-21c6-4bc7-99a6-b5b34cbdac95" + "x-ms-request-id": "9fc06bb7-8556-435e-a837-61e8bf0163b7", + "x-ms-routing-request-id": "JAPANEAST:20230614T062858Z:a4f3b3a1-2f7e-42ac-b0b2-d0dd872cb5a9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-519965f97cef1d47-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "eef44f047fc304d0a8c267bc4017326d", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-07012dbb042873a4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "df9ab0cef76957eb41ca3f5ed168b42a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:22:26 GMT", + "Date": "Wed, 14 Jun 2023 06:29:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75d922ef-2889-4f92-a515-95d5e8ffdf0e", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "ec35dfb2-3b1b-446a-8e43-7e6598e8b099", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "1b475ef6-3b46-45a7-82f2-f3ea25925122", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082227Z:75d922ef-2889-4f92-a515-95d5e8ffdf0e" + "x-ms-request-id": "2532f079-316d-49fd-9fe0-0e98f38c972c", + "x-ms-routing-request-id": "JAPANEAST:20230614T062931Z:ec35dfb2-3b1b-446a-8e43-7e6598e8b099" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-2f3d7b06a5366a76-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "00cd72edd18be70bef9d012fae19bb87", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-6f0f46109417e24f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d243ead88ca0a55da500a62aefb263a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:22:59 GMT", + "Date": "Wed, 14 Jun 2023 06:30:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0487c50-be88-4575-a2fb-9892717907a4", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "482b2b73-88c8-41cb-91cf-fb2be35a543b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "b05d37bc-3840-4c5f-846f-ab20ce7e9952", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082300Z:b0487c50-be88-4575-a2fb-9892717907a4" + "x-ms-request-id": "e3060906-9316-45c5-bc2e-bbd90ef28f3d", + "x-ms-routing-request-id": "JAPANEAST:20230614T063003Z:482b2b73-88c8-41cb-91cf-fb2be35a543b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-c8308fce9de87bb7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "75efb1d64c7b4fe60795972888750fee", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-a1cf08f8c3435838-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fc21f8982bceb21fee4b5d0f95ca4e6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:23:32 GMT", + "Date": "Wed, 14 Jun 2023 06:30:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c03c17c6-1e98-4972-96c2-a7048b4238de", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "8c6a320b-d7a0-4ab5-a2f1-a446eb65d59c", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "a7e57ba6-060a-4379-bcd7-b74a708f9929", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082332Z:c03c17c6-1e98-4972-96c2-a7048b4238de" + "x-ms-request-id": "8a206f15-24a2-4f3f-9f7d-7c6993a40343", + "x-ms-routing-request-id": "JAPANEAST:20230614T063035Z:8c6a320b-d7a0-4ab5-a2f1-a446eb65d59c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-9ee3d980355a5376-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e586b5b42822320c430dfe267ea1558f", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-5092e436a66a2cff-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aacace9b30f9418653f53a6951c0688e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:24:05 GMT", + "Date": "Wed, 14 Jun 2023 06:31:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55cac094-ec9d-44c1-935c-260c0a2158bd", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "dbe7aaac-f7e3-435b-b1b8-f6a5a72ee9d4", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "eadd9e90-2627-4ca1-960f-2cd90670d226", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082405Z:55cac094-ec9d-44c1-935c-260c0a2158bd" + "x-ms-request-id": "faa2fc43-904c-45fa-82ec-083d7d0deb4f", + "x-ms-routing-request-id": "JAPANEAST:20230614T063108Z:dbe7aaac-f7e3-435b-b1b8-f6a5a72ee9d4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-ed9476e3d661f511-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8ee5e006bc28a0f18c7ef8f63ae25e7a", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-188a2c91d38e1429-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d8c59d66b747ac5cca91e3542e4d10da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:24:37 GMT", + "Date": "Wed, 14 Jun 2023 06:31:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5dd096f8-907c-49e2-b548-379b2b21b007", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "fda8284e-74db-4208-b879-c9462bbae011", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "e542ddad-26a9-4703-9954-4599b20a9bca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082438Z:5dd096f8-907c-49e2-b548-379b2b21b007" + "x-ms-request-id": "07c2d40a-d300-4127-8e83-ac1b595f2e7b", + "x-ms-routing-request-id": "JAPANEAST:20230614T063140Z:fda8284e-74db-4208-b879-c9462bbae011" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-fb46995e12d4aec0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f97b128ed693ae65a5bc316e4dc0d066", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-5d91dfc96c207938-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "218f36b2b9e768a772dfa9d9f1b6602e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:25:12 GMT", + "Date": "Wed, 14 Jun 2023 06:32:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3c7628d-54b6-42d6-8095-90c0e2d1e87e", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "1e6454be-d7a1-4abb-ac32-c71feca5c190", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "69a0b159-9f84-438f-87aa-d63e788932f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082512Z:f3c7628d-54b6-42d6-8095-90c0e2d1e87e" + "x-ms-request-id": "7f8e5c82-4add-4665-8361-a28714a4f573", + "x-ms-routing-request-id": "JAPANEAST:20230614T063212Z:1e6454be-d7a1-4abb-ac32-c71feca5c190" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-7ccf0dce98fda442-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a722073f8090f7c5c4e559a32f16f761", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-8d31176eb73fa85f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f7a8cee37505e328721ddf674d311305", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,62 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:25:44 GMT", + "Date": "Wed, 14 Jun 2023 06:32:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2250496-8e02-447a-91aa-80b9850de1ea", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "c311ada0-06dc-4b6c-ac18-4f70483ee088", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "00965ab3-95dc-44dc-86a5-f40815cb971c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082545Z:e2250496-8e02-447a-91aa-80b9850de1ea" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-2c1d026e084d509b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6b9884ae5c2630fc7b36e96b8a8253cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:26:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c6150eb-9531-4379-be35-55050c235e18", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "b5361435-30dc-4791-931e-8663eb439806", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082618Z:7c6150eb-9531-4379-be35-55050c235e18" + "x-ms-request-id": "1c182eec-ec6b-41e9-be0d-7ab2ab5a2495", + "x-ms-routing-request-id": "JAPANEAST:20230614T063245Z:c311ada0-06dc-4b6c-ac18-4f70483ee088" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-6002b16efc3134d6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "32b692adb6c00de94c8334ae7cc17e8e", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-eb5303f593eeec12-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1bb65fe44631ada7f55d66680e82bb14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:26:51 GMT", + "Date": "Wed, 14 Jun 2023 06:33:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "928138a3-bfa6-43f7-be02-de0de1bbb0e8", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "bd54be7f-0fba-4376-bafb-f8f8095642bd", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "9a7c00ed-5de0-4f60-9cb2-2051f58f599f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082651Z:928138a3-bfa6-43f7-be02-de0de1bbb0e8" + "x-ms-request-id": "76f43a87-ac25-4cc8-999d-68ae503b0ccb", + "x-ms-routing-request-id": "JAPANEAST:20230614T063317Z:bd54be7f-0fba-4376-bafb-f8f8095642bd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-9b819b81c99e1a5e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c8c0d0c46527e3400bf12c59975a6c41", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-723e7a13a239cacd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6070b53119a53cd50eabaec9da401a40", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:27:23 GMT", + "Date": "Wed, 14 Jun 2023 06:33:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4947ac80-41b1-4b9f-abd0-eb68e3ffcac4", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "c915f8e4-2f9f-44a3-892e-da078190bcc2", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "d8ac01c6-b80c-4094-8a40-7a7d49c0075d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082724Z:4947ac80-41b1-4b9f-abd0-eb68e3ffcac4" + "x-ms-request-id": "b52251b7-3b17-4c6b-83d3-bdd2ff47a323", + "x-ms-routing-request-id": "JAPANEAST:20230614T063350Z:c915f8e4-2f9f-44a3-892e-da078190bcc2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-837a20d70f33a6ed-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9df58d91c460f7a09a8b1ea2274eb3ba", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-572ee984f3a3082f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "91f4a3cb44ff9cfd27fb01a80fbfd5ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:27:56 GMT", + "Date": "Wed, 14 Jun 2023 06:34:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "baf687e2-9a3b-4e92-bf2a-586f0feba328", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "2b44b92b-dfd9-420a-a8ae-92429438b6cd", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "eeee493f-0d91-4dc3-831b-6dc569db26cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082757Z:baf687e2-9a3b-4e92-bf2a-586f0feba328" + "x-ms-request-id": "02819c33-dc43-4e40-824e-160e099b3c20", + "x-ms-routing-request-id": "JAPANEAST:20230614T063422Z:2b44b92b-dfd9-420a-a8ae-92429438b6cd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-ebcc0b1c09de3a1d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "baa75ab88ac148a451d227ce8a9075f2", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-a835939c5932374a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9836ca62b3c1cb608a790d8597ddd3b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,94 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:28:29 GMT", + "Date": "Wed, 14 Jun 2023 06:34:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2010934-3e10-450d-ae55-1141178f9250", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "1dc9aaf4-3b55-4c11-8010-cc2992fcd8ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082830Z:b2010934-3e10-450d-ae55-1141178f9250" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-e4e9de81874d9bf1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ef1cf216e1cb002e2fc92e9c479dbbbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:29:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "289dd806-c3dc-4c51-a402-a2377ded9b6b", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "98233d67-66e9-45f0-b426-4242a520aace", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "61453bc3-7b45-4d86-8062-3bfc6ac9caa0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082902Z:289dd806-c3dc-4c51-a402-a2377ded9b6b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-08256cb5a2d8fa49-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3ca1723db2b2077fe8ad4b8d9dd16c0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:29:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9160458-75c5-4960-a86d-3efc1d987305", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "2001318c-9002-4f62-993c-ff72952ec417", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T082935Z:f9160458-75c5-4960-a86d-3efc1d987305" + "x-ms-request-id": "a1039119-ecde-4dcf-8f9f-d6c6e743f6c6", + "x-ms-routing-request-id": "JAPANEAST:20230614T063454Z:98233d67-66e9-45f0-b426-4242a520aace" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-394733ce1bd9e2fd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "348c2b15c331d6ee2ca68af85c0701b4", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-b9b5712e827cf298-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6b9c25422a8eec15b7d338a9182d2d4e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:30:08 GMT", + "Date": "Wed, 14 Jun 2023 06:35:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f806416-768e-4b87-b0dc-4377af8ea477", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "d17936a5-65ea-406d-8621-78aaa822e63c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083008Z:3f806416-768e-4b87-b0dc-4377af8ea477" + "x-ms-correlation-request-id": "fe53653c-058d-47c0-ba14-12238acbe619", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "6dad0377-6f01-41ca-b186-c1fac635ee16", + "x-ms-routing-request-id": "JAPANEAST:20230614T063527Z:fe53653c-058d-47c0-ba14-12238acbe619" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-f9e4531eb8fba671-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1891691639ef643f7314071d95a1625e", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-cf5e631402711856-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0f67bfd68209187f432906853777054a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:30:42 GMT", + "Date": "Wed, 14 Jun 2023 06:35:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cdb3bf2b-9049-4e2c-8a24-6321a4537b20", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "d05c336b-6a99-4350-b5e1-46b15b199a01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083042Z:cdb3bf2b-9049-4e2c-8a24-6321a4537b20" + "x-ms-correlation-request-id": "ed28ae26-a3c2-4313-a855-2f8a69e96ca2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "b3fac354-05ef-455a-8ac9-1980a1984d66", + "x-ms-routing-request-id": "JAPANEAST:20230614T063559Z:ed28ae26-a3c2-4313-a855-2f8a69e96ca2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-8152d927df750a55-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1b87245c8711798b83ca100c2787aae0", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-c871ff8fd020b536-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e9654b2869223861b44ae0ed7ab6b25d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:31:15 GMT", + "Date": "Wed, 14 Jun 2023 06:36:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "120c1b7b-ecb1-4a17-8d79-19e753323784", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "0e25b9a5-74de-497a-ab74-51957b8f2768", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083115Z:120c1b7b-ecb1-4a17-8d79-19e753323784" + "x-ms-correlation-request-id": "c23adfdb-54e6-4339-8e71-d1a7dd85ef97", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "7bb65785-3241-4c2d-a0e6-f6ac15e83091", + "x-ms-routing-request-id": "JAPANEAST:20230614T063632Z:c23adfdb-54e6-4339-8e71-d1a7dd85ef97" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-ba3361e3197a1924-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "347697ac5440dc1aeb27c11cbcd0418b", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-e0d4f448b8b955ba-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d8aebe4cc376c0aba68327642390b43f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:31:47 GMT", + "Date": "Wed, 14 Jun 2023 06:37:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "996e84ea-a266-48dd-b6f8-04152ea4b8ac", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "f23989c7-d4c4-4298-938c-e9679d263f6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083148Z:996e84ea-a266-48dd-b6f8-04152ea4b8ac" + "x-ms-correlation-request-id": "2d610d79-741a-42c5-b61c-c0ad99e16b36", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "15593bf7-b9f1-4c36-b45a-33ea54c46758", + "x-ms-routing-request-id": "JAPANEAST:20230614T063704Z:2d610d79-741a-42c5-b61c-c0ad99e16b36" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-f54dc2a557031daf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "389c2c44e5808fa2dd17942528333deb", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-552e53a98263820b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cc81eece44c76c2b5e2f5abfa1919d8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:32:20 GMT", + "Date": "Wed, 14 Jun 2023 06:37:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f97bf27-c3ea-4821-8d6a-1624022e15e5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "01132232-c946-490a-a0a8-109e367f5abd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083221Z:9f97bf27-c3ea-4821-8d6a-1624022e15e5" + "x-ms-correlation-request-id": "308c9b22-b914-4c28-b2ce-fbaee19c3f79", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "c606549c-8fe6-4f2f-9d27-daf9c603f2fc", + "x-ms-routing-request-id": "JAPANEAST:20230614T063737Z:308c9b22-b914-4c28-b2ce-fbaee19c3f79" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-c5d2eaf2fb5cc188-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fd71266a2e2a071d09aa30e9c56ebdb3", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-381509d6a2627092-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7839a9762cc964d49fa4429f42fc1424", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:32:53 GMT", + "Date": "Wed, 14 Jun 2023 06:38:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afa19676-b8e5-40af-b17c-25ce37e79031", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "c8157921-a267-46fc-8f7a-f8af4a536d38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083254Z:afa19676-b8e5-40af-b17c-25ce37e79031" + "x-ms-correlation-request-id": "7d2e9e3e-39a0-4dbc-b570-add254ffb168", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "780ddf23-558d-484f-af04-a414546dfad7", + "x-ms-routing-request-id": "JAPANEAST:20230614T063809Z:7d2e9e3e-39a0-4dbc-b570-add254ffb168" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-53c215bd5861abc9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fac8858872eac75ff4e75629c0f5b3b7", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-45923e624aaeeb00-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8c1ea095e63407959341794668ec1e14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:33:26 GMT", + "Date": "Wed, 14 Jun 2023 06:38:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e8b623e-17a8-4cbd-a399-984cab00a3fb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "ceffc454-b68b-41f1-89b6-b9fbc976ce6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083327Z:4e8b623e-17a8-4cbd-a399-984cab00a3fb" + "x-ms-correlation-request-id": "a0efeb6a-3910-4946-8978-da42e8563a51", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "93ce8158-5e5f-41d1-827f-4e2673ad54b5", + "x-ms-routing-request-id": "JAPANEAST:20230614T063842Z:a0efeb6a-3910-4946-8978-da42e8563a51" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-d0457c3d0923d518-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "96b2d5ea445f15600f942ed6b5b9c96e", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-3ff8395feefa4ef9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7aed9be63c57a1761a1c2d23018c2a61", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:33:59 GMT", + "Date": "Wed, 14 Jun 2023 06:39:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d3c2e63-d5aa-448f-99b3-aaf7559551f9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "78cdea79-7894-46fb-99ae-819cab8213ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083359Z:9d3c2e63-d5aa-448f-99b3-aaf7559551f9" + "x-ms-correlation-request-id": "2bbc2e7b-224c-46b8-a36a-b7a985f0d99d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "bcd5d502-8f3f-4270-a8cb-804eecffb4ec", + "x-ms-routing-request-id": "JAPANEAST:20230614T063914Z:2bbc2e7b-224c-46b8-a36a-b7a985f0d99d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-500d8ab81a915836-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a39ce159426bf701c6aa0842d8f34714", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-72c19d26a23d276d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "002a361a117290571331e587b38dfcb3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:34:32 GMT", + "Date": "Wed, 14 Jun 2023 06:39:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a27997b2-22b5-4b1b-898b-576b3f62bdf4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "3a313407-13fb-40c3-9008-8cfdc759988d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083432Z:a27997b2-22b5-4b1b-898b-576b3f62bdf4" + "x-ms-correlation-request-id": "de59a741-eb35-412c-a47f-00013249dc81", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "2b413787-c36f-4427-bca4-31d7a58357e0", + "x-ms-routing-request-id": "JAPANEAST:20230614T063946Z:de59a741-eb35-412c-a47f-00013249dc81" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-951f76f59e60a561-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "effe78f726bc445424b2eb564389113b", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-4ac414d5ea0ad5ae-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a6b82d85990f58cd297c7218b8720506", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:35:05 GMT", + "Date": "Wed, 14 Jun 2023 06:40:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c6b6154-027f-4665-af54-c506d2ebb1e8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "f4410210-c3b0-41ba-9731-1965e7062032", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083505Z:9c6b6154-027f-4665-af54-c506d2ebb1e8" + "x-ms-correlation-request-id": "fc64e639-9042-4f60-a8cb-358cc80e2e2e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "416e5484-26e1-42e8-bbbb-cd4f13c307d0", + "x-ms-routing-request-id": "JAPANEAST:20230614T064019Z:fc64e639-9042-4f60-a8cb-358cc80e2e2e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-d365a44bca3fd490-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dfcfe71d0f58a84cd4bbcfb53b1d3d1b", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-fb7af5d7e7aef602-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "312c18171dc2d4a2435c672557efee8d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:35:38 GMT", + "Date": "Wed, 14 Jun 2023 06:40:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81341316-1a49-43b3-b3e2-ac67b6d27861", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "91cedf79-76a6-4a47-ae14-e1791d853cab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083538Z:81341316-1a49-43b3-b3e2-ac67b6d27861" + "x-ms-correlation-request-id": "2cb04a5d-0341-4109-9125-e2987dca3e77", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "8784b443-0af3-4916-90ce-7590bb9ce42f", + "x-ms-routing-request-id": "JAPANEAST:20230614T064051Z:2cb04a5d-0341-4109-9125-e2987dca3e77" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-26ef93e5f5a9fb55-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3dde1a4ddaba33b28c587fb856abb33d", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-2e52445432416d92-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d39d792084d3805268d1d7f59f3fd7a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:36:11 GMT", + "Date": "Wed, 14 Jun 2023 06:41:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e62fcc7d-417d-4741-9939-055aab0c9b27", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "49adf0ef-a13b-44bc-8755-d00b91a318fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083612Z:e62fcc7d-417d-4741-9939-055aab0c9b27" + "x-ms-correlation-request-id": "1f81a2be-e614-416f-962d-c843f142ef5e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "43d60562-c050-41be-9dfa-3e4cae843cd6", + "x-ms-routing-request-id": "JAPANEAST:20230614T064123Z:1f81a2be-e614-416f-962d-c843f142ef5e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-72a215313cc0fa8a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f025cd986723e8bc2b561b00579f0806", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-7ed6e670ca3b736e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9b6fde2cca6167f18be462b232a8013a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:36:44 GMT", + "Date": "Wed, 14 Jun 2023 06:41:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36a07dc2-c8df-4962-a726-2a555ee08245", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "e39bbae1-25ef-4f07-8330-93a24694b56b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083645Z:36a07dc2-c8df-4962-a726-2a555ee08245" + "x-ms-correlation-request-id": "9ad8ab6f-8b34-4a88-824b-818d327cd357", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "cafc0891-10b6-4e75-a100-b85b31f1fab7", + "x-ms-routing-request-id": "JAPANEAST:20230614T064156Z:9ad8ab6f-8b34-4a88-824b-818d327cd357" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-9454432dbb8332d6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2908cf75d4ab4380359c52ff8f935129", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-d6b099e451cd113d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3ff8e58e31d59333c5abc9f146ac3504", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:37:17 GMT", + "Date": "Wed, 14 Jun 2023 06:42:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc87456d-03ca-4fea-b880-fe1cde7e6636", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "80d1e5b6-9e76-448f-bd6a-a9fbbe3d4943", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083718Z:bc87456d-03ca-4fea-b880-fe1cde7e6636" + "x-ms-correlation-request-id": "0a131a30-db4d-45fe-a333-f3de2c432393", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "568dde56-f0d9-4bb0-80d2-7216e3056d4f", + "x-ms-routing-request-id": "JAPANEAST:20230614T064228Z:0a131a30-db4d-45fe-a333-f3de2c432393" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-56669420a7c88a90-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6e1c92074cf8e5f75ef61164beb1dbed", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-c673cfed69ecf8b8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "78f8c684537f552c883547ef219f4ec0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:37:50 GMT", + "Date": "Wed, 14 Jun 2023 06:43:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5fa6209-05e0-435e-8e4d-75c426489d67", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "c2dc14a8-17dc-482d-b48f-4ba2197344a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083750Z:d5fa6209-05e0-435e-8e4d-75c426489d67" + "x-ms-correlation-request-id": "768c5eae-cd3b-42a2-bc1e-a15ec5cbcb25", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "ca6988ec-3ddd-4775-aef0-68999b1304a6", + "x-ms-routing-request-id": "JAPANEAST:20230614T064300Z:768c5eae-cd3b-42a2-bc1e-a15ec5cbcb25" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-af722aea94be368c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "874279508aa2c3924ce2bb8715bc5897", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-9ffc09dbf9f2eff8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b9679ccf9847facbabdcd5b5010020df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1629,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:38:23 GMT", + "Date": "Wed, 14 Jun 2023 06:43:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a566809-eb6e-4429-aa4f-f1df8a88cb5e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "786416b2-424f-4959-bcef-a53e8b2921b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083824Z:9a566809-eb6e-4429-aa4f-f1df8a88cb5e" + "x-ms-correlation-request-id": "15d854b6-8a8e-4554-8465-175e743bcfc8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "39b29ad2-5b34-4d36-8110-c76aa4d41fea", + "x-ms-routing-request-id": "JAPANEAST:20230614T064333Z:15d854b6-8a8e-4554-8465-175e743bcfc8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-b7bf0bc49ec5c1ac-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c4f8f1049a82290dd822cbb4c21c8483", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-d091732632b19e2f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6c2d5eae88af3abab9a2b69fe9437226", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1661,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:38:56 GMT", + "Date": "Wed, 14 Jun 2023 06:44:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7f33b69-63b8-4c43-8603-1a8d5092ab44", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "9fbec1b8-ee5d-4d0d-b7ef-2898779dd43f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083856Z:d7f33b69-63b8-4c43-8603-1a8d5092ab44" + "x-ms-correlation-request-id": "c3e44143-9964-4188-a82e-c3cdd6d4bba2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "cd1ae83b-4904-47e9-8108-dfbc0db4b597", + "x-ms-routing-request-id": "JAPANEAST:20230614T064405Z:c3e44143-9964-4188-a82e-c3cdd6d4bba2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-d794fab06ed57e82-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "16af64c0ca517d86005922169170d0a1", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-82565a9a3e14e2b8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a921085c7b44ecbdfafecda37d765388", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,71 +1693,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:39:29 GMT", + "Date": "Wed, 14 Jun 2023 06:44:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f56fa0b4-9d67-4870-9cf2-5d344caaf4d4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "2beb342d-9289-46ad-bb60-7bfb2569bdf0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083929Z:f56fa0b4-9d67-4870-9cf2-5d344caaf4d4" + "x-ms-correlation-request-id": "c0eff0f0-7244-40f6-a16f-505334576140", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "3c4cd26e-f894-4969-8589-88bd95797c04", + "x-ms-routing-request-id": "JAPANEAST:20230614T064437Z:c0eff0f0-7244-40f6-a16f-505334576140" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-766e79e3da938d23bfbc39a3736ffa46-f3f5d8cba1acb9d1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cd5f7a9e16b8b56b6b19ae7fbedd002f", + "traceparent": "00-d27ee3ffb571ef3ef8c741b94dc7d4c2-6b84394fb8a27170-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c2406814e2714610e22c00a4e22c1067", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2014", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:39:30 GMT", + "Date": "Wed, 14 Jun 2023 06:44:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d7de9df-855d-4416-8f7a-9f7fcca8133a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "dcd7974d-9937-413f-a823-63a68b66ed80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083930Z:9d7de9df-855d-4416-8f7a-9f7fcca8133a" + "x-ms-correlation-request-id": "a5d37dfa-ce33-4c6b-86ff-fe51672b826f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "84e5fc03-16b9-4e34-a390-948f7dd99dd4", + "x-ms-routing-request-id": "JAPANEAST:20230614T064438Z:a5d37dfa-ce33-4c6b-86ff-fe51672b826f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975", - "name": "cluster4975", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641", + "name": "cluster1641", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "8dfcf994-5602-4908-9751-431122e32fd1", + "location": "Japan East", + "etag": "07d50584-b060-4ca0-94ef-a1ad4bd47e75", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "f1d9edad432a4356ba707747dd112eae", + "clusterId": "3fd4a74fb35945ab94a0d472c96bc042", "computeProfile": { "roles": [ { @@ -1968,7 +1803,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T08:16:14.037", + "createdDate": "2023-06-14T06:24:35.687", "quotaInfo": { "coresUsed": 20 }, @@ -1976,13 +1811,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster4975-ssh.azurehdinsight.net", + "location": "cluster1641-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster4975.azurehdinsight.net", + "location": "cluster1641.azurehdinsight.net", "port": 443 } ], @@ -1993,14 +1828,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6894.blob.core.windows.net", + "name": "azstorageforcluster6067.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4584", + "container": "container8348", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2017,55 +1853,55 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-51cfeabad2e70360de0af3db42191eaf-3e5795dd0d976b75-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b0c6375d420d3a466a7bc42877f79768", + "traceparent": "00-c2c81cba24c9d2f7f53b9d83ec8a327c-a7a64de2b9053574-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f859af6a77de329ba14171b0bb17bc43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2014", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:39:31 GMT", + "Date": "Wed, 14 Jun 2023 06:44:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3cedb738-94be-4864-9e52-7b53a6e422e5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "aec015cd-1106-4c95-89eb-e761df257b15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083931Z:3cedb738-94be-4864-9e52-7b53a6e422e5" + "x-ms-correlation-request-id": "ede62dd4-bf3b-4ffe-853e-ec7745be463d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "aaf78bd9-4a03-4cc8-aabf-e25c7707f07b", + "x-ms-routing-request-id": "JAPANEAST:20230614T064438Z:ede62dd4-bf3b-4ffe-853e-ec7745be463d" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975", - "name": "cluster4975", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641", + "name": "cluster1641", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "8dfcf994-5602-4908-9751-431122e32fd1", + "location": "Japan East", + "etag": "07d50584-b060-4ca0-94ef-a1ad4bd47e75", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "f1d9edad432a4356ba707747dd112eae", + "clusterId": "3fd4a74fb35945ab94a0d472c96bc042", "computeProfile": { "roles": [ { @@ -2111,7 +1947,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T08:16:14.037", + "createdDate": "2023-06-14T06:24:35.687", "quotaInfo": { "coresUsed": 20 }, @@ -2119,13 +1955,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster4975-ssh.azurehdinsight.net", + "location": "cluster1641-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster4975.azurehdinsight.net", + "location": "cluster1641.azurehdinsight.net", "port": 443 } ], @@ -2136,14 +1972,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6894.blob.core.windows.net", + "name": "azstorageforcluster6067.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4584", + "container": "container8348", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2160,46 +1997,46 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641?api-version=2023-04-15-preview", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ed822012950c8da777f2e9ecad6d9a51-e7da1f6a9f7c986a-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "48162952b7bda9caf9f9aa371b07be22", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-a5d6892e4eb0d684-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "818a2e4eaf027ab4f8dbc7187a180ace", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East US/azureasyncoperations/f29123bf-cd6e-43a8-b361-44dd36b2c2c2-0-r?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 05 Dec 2022 08:39:33 GMT", + "Date": "Wed, 14 Jun 2023 06:44:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/operationresults/f29123bf-cd6e-43a8-b361-44dd36b2c2c2-0-r?api-version=2021-06-01", + "Location": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/operationresults/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be967afc-becc-48d7-b7df-19eb904e614a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "479aecbc-a841-4380-8c21-a3433ec74c02", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "b95c53be-ab4b-4ae6-90e6-861210f17eac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083933Z:be967afc-becc-48d7-b7df-19eb904e614a" + "x-ms-request-id": "bcfc8285-6265-47db-87b0-d4895a177fb8", + "x-ms-routing-request-id": "JAPANEAST:20230614T064439Z:479aecbc-a841-4380-8c21-a3433ec74c02" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/f29123bf-cd6e-43a8-b361-44dd36b2c2c2-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ed822012950c8da777f2e9ecad6d9a51-ef22dc24e28fb0b2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "942c4681b8c7a6716c1cb713970e1e63", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-d524c58a9a744f2c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b455bd6f8ea1bb64fbde0002af83b788", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2208,30 +2045,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:39:33 GMT", + "Date": "Wed, 14 Jun 2023 06:44:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dab9e2f3-ee03-4766-9a09-70a06b9dbda4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "77189284-04fc-4972-9345-2a9939af108f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083934Z:dab9e2f3-ee03-4766-9a09-70a06b9dbda4" + "x-ms-correlation-request-id": "519dcb00-8d45-40d8-abc1-8bbf66949ad1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "48b31b2b-f022-4000-8cd7-67a32e275820", + "x-ms-routing-request-id": "JAPANEAST:20230614T064439Z:519dcb00-8d45-40d8-abc1-8bbf66949ad1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/f29123bf-cd6e-43a8-b361-44dd36b2c2c2-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ed822012950c8da777f2e9ecad6d9a51-c24c8b339db6956a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "84d0a2bc3d3e33be95ba1499558c57b6", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-29ef5ff215c08020-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "55c2a237eedef32683edb4f48d830998", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2240,30 +2077,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:39:35 GMT", + "Date": "Wed, 14 Jun 2023 06:44:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a4c6aaa-604b-4694-94e5-d0bb7738e409", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "d99cb66f-cba3-4783-9457-775d00e9ad94", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083935Z:2a4c6aaa-604b-4694-94e5-d0bb7738e409" + "x-ms-correlation-request-id": "984f25c9-ace2-4668-8296-fef1cbac142d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "f1672546-8b04-43db-b6f3-0ada36a98d54", + "x-ms-routing-request-id": "JAPANEAST:20230614T064440Z:984f25c9-ace2-4668-8296-fef1cbac142d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/f29123bf-cd6e-43a8-b361-44dd36b2c2c2-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ed822012950c8da777f2e9ecad6d9a51-ef851f4417a685b5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d5b535bb29daa05b8112ed8d6880c424", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-ec4fc77cf528f752-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bda8fc5056c35f2d017cd33e5aa7ee49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2272,30 +2109,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:39:36 GMT", + "Date": "Wed, 14 Jun 2023 06:44:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "56662cd4-992a-4ec3-8633-79a31e5b0415", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "25980bbc-8ab8-4f48-a1db-8a5cfd851c3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083937Z:56662cd4-992a-4ec3-8633-79a31e5b0415" + "x-ms-correlation-request-id": "686ac83b-5e85-41b0-b6b5-f9104b68501f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "f9596d78-e68d-4ef2-9457-65e14deaf556", + "x-ms-routing-request-id": "JAPANEAST:20230614T064442Z:686ac83b-5e85-41b0-b6b5-f9104b68501f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/f29123bf-cd6e-43a8-b361-44dd36b2c2c2-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ed822012950c8da777f2e9ecad6d9a51-37eaade0ab909828-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "af81fe05b971443588f9ff0ca3d851df", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-af0388c3ef45a4bb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cef99956359c81ec976130b4d96f2e77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2304,30 +2141,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:39:37 GMT", + "Date": "Wed, 14 Jun 2023 06:44:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72994eb5-4122-4406-875c-f7a7f0641d05", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "bd757a69-168d-4d05-830a-d70fe83ebc73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083938Z:72994eb5-4122-4406-875c-f7a7f0641d05" + "x-ms-correlation-request-id": "925e3ae6-f46f-4b37-85de-2819caacd8db", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "1903b512-44c5-4cff-9dca-9bc9516b0291", + "x-ms-routing-request-id": "JAPANEAST:20230614T064443Z:925e3ae6-f46f-4b37-85de-2819caacd8db" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/f29123bf-cd6e-43a8-b361-44dd36b2c2c2-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ed822012950c8da777f2e9ecad6d9a51-6ec9c8907b233601-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "625800c5495892894730032c5031cb15", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-e7849fdb6cf9031c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b3b268d4fadae1c4756353611be798dc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2336,30 +2173,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:39:39 GMT", + "Date": "Wed, 14 Jun 2023 06:44:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b23122e-70e9-403a-a49a-b64d1a5325e1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "545063df-9cf8-4d7e-9ef0-5d2563693ecd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083940Z:3b23122e-70e9-403a-a49a-b64d1a5325e1" + "x-ms-correlation-request-id": "813c9e2a-6a2b-47c6-8e3a-1a08dc0fab0c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "527090a7-4132-48ee-b3da-785d1b445e68", + "x-ms-routing-request-id": "JAPANEAST:20230614T064445Z:813c9e2a-6a2b-47c6-8e3a-1a08dc0fab0c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/f29123bf-cd6e-43a8-b361-44dd36b2c2c2-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ed822012950c8da777f2e9ecad6d9a51-f26232b0620b0875-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5693eff6a70b014400714de02a4efca8", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-423b3a93951b1793-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f39e6aff3a8a1afb1027256125798592", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2368,30 +2205,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:39:44 GMT", + "Date": "Wed, 14 Jun 2023 06:44:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d81c905-11be-445f-b870-a26ae60974d8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "27df2b47-991d-4ac3-b22a-6e1cf69e89f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083945Z:2d81c905-11be-445f-b870-a26ae60974d8" + "x-ms-correlation-request-id": "6d06f313-4aa9-443f-a25e-65e009fac50e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "cef42ec6-e412-4f79-85c6-ce3a3e4f95c9", + "x-ms-routing-request-id": "JAPANEAST:20230614T064449Z:6d06f313-4aa9-443f-a25e-65e009fac50e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/f29123bf-cd6e-43a8-b361-44dd36b2c2c2-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ed822012950c8da777f2e9ecad6d9a51-eecd90af342e108f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "67c70dc16128bccb75ef6841b609f356", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-256c33e2b3502e5d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f2695b4e3af45c6fd5185939e28a65b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2400,30 +2237,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:39:52 GMT", + "Date": "Wed, 14 Jun 2023 06:44:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6dd5c848-5ed1-4e09-9012-4b472e2ad546", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "ebc2427a-d7e1-46cd-ab0b-ac0b98137dac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T083953Z:6dd5c848-5ed1-4e09-9012-4b472e2ad546" + "x-ms-correlation-request-id": "40a78f98-c984-4f5f-9a27-ea9099b32305", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "1471f215-fc9e-46a8-85fb-8e19746ad6f3", + "x-ms-routing-request-id": "JAPANEAST:20230614T064457Z:40a78f98-c984-4f5f-9a27-ea9099b32305" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/f29123bf-cd6e-43a8-b361-44dd36b2c2c2-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ed822012950c8da777f2e9ecad6d9a51-e47ec28bff8570e0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b316e92efa451dd4bc5662e7fca867f8", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-9ed62d195b5f6417-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6eb553c93ad199ed6c98a3b3d462bbfc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2432,30 +2269,446 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:40:09 GMT", + "Date": "Wed, 14 Jun 2023 06:45:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "886cef71-c15d-4d5a-9958-a20725d0417e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "cbf32812-82f5-4677-85da-90d6ae70ee17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084009Z:886cef71-c15d-4d5a-9958-a20725d0417e" + "x-ms-correlation-request-id": "54f24be8-1e7b-46d9-baf3-932ca06ead7c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "643c1413-39f9-4e40-ba51-79f5dbd194a9", + "x-ms-routing-request-id": "JAPANEAST:20230614T064513Z:54f24be8-1e7b-46d9-baf3-932ca06ead7c" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-a25043ec97f8d38e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c013c1dda57dc4e7fb421e71e1c23885", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 06:45:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9acaf9f9-0530-4ce3-ad49-1da940cef79f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "310d71da-3480-4c1e-b836-ec0ba70be593", + "x-ms-routing-request-id": "JAPANEAST:20230614T064545Z:9acaf9f9-0530-4ce3-ad49-1da940cef79f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/f29123bf-cd6e-43a8-b361-44dd36b2c2c2-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ed822012950c8da777f2e9ecad6d9a51-c86c345cc4841251-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "426a5a33646994ed23d6e11b3e034bf6", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-d8038292e89f158c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d19875c117c313c06dcf865c97bb8772", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 06:46:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5432b3e8-2b8f-4819-917e-80c104754439", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "cd35952c-8f38-4eac-8a22-694fc361b3d8", + "x-ms-routing-request-id": "JAPANEAST:20230614T064618Z:5432b3e8-2b8f-4819-917e-80c104754439" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-9bcce6f09a50bb58-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "215b5d5da57723326cf0728f1c7bb8aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 06:46:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5bd523ba-6e5e-4c14-9668-e5906453400e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "bb2d6ce0-6851-4890-a21a-08282843c9c3", + "x-ms-routing-request-id": "JAPANEAST:20230614T064650Z:5bd523ba-6e5e-4c14-9668-e5906453400e" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-6f06ea66785857e0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5ff21d5fe9cac63800ff52ae1f8a2d40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 06:47:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9e97a1d0-05ee-43b0-b23f-67992b287599", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "230889d1-459d-466e-9c0c-5ff26d904078", + "x-ms-routing-request-id": "JAPANEAST:20230614T064722Z:9e97a1d0-05ee-43b0-b23f-67992b287599" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-5b614e4bf222c7cf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8314abbb16661b0e437565d2a431f6f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 06:47:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "617915af-ca52-4ab6-bc3a-850895b54674", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "4425e9b1-3594-47d6-a257-7287e5b2d098", + "x-ms-routing-request-id": "JAPANEAST:20230614T064754Z:617915af-ca52-4ab6-bc3a-850895b54674" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-72fdc23489a50e69-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "79fcdb1727c873a825942077528303e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 06:48:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7199bf49-a79d-4251-8132-7c268ed68442", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "8ecd5fbf-0a7e-4768-875f-3d9f08422c2f", + "x-ms-routing-request-id": "JAPANEAST:20230614T064826Z:7199bf49-a79d-4251-8132-7c268ed68442" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-b9c0f4595ec58339-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "71d432c3356649430fd71b54836522ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 06:48:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6b727c6b-599c-42a0-8897-a8712e12bb94", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "c4c111ef-6463-4e78-b10d-adb2c0354f39", + "x-ms-routing-request-id": "JAPANEAST:20230614T064858Z:6b727c6b-599c-42a0-8897-a8712e12bb94" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-ee0d6aad034ed0ae-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "44976108b38d937702a15ed2f597c8bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 06:49:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "77c37786-c042-465e-aae6-054ecade9dcb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "b5518cc3-23a2-4010-8f6a-a4539a168a0d", + "x-ms-routing-request-id": "JAPANEAST:20230614T064930Z:77c37786-c042-465e-aae6-054ecade9dcb" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-fbcf546271d12b49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "710f8371855de28a97b36af10c53f0c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 06:50:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "96bc2214-62a6-43dc-a3aa-ed85fa77d516", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "ccdd5a42-96f8-4210-93cc-a789ccde4813", + "x-ms-routing-request-id": "JAPANEAST:20230614T065003Z:96bc2214-62a6-43dc-a3aa-ed85fa77d516" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-c3c2d56315e212c4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f16e5271bfec1053bb416ec5d6715377", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 06:50:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bc480d8d-0aaf-4364-9469-aa662d6ec6b2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "e5bf60e4-3770-4c1c-8b56-f60e8f19f416", + "x-ms-routing-request-id": "JAPANEAST:20230614T065035Z:bc480d8d-0aaf-4364-9469-aa662d6ec6b2" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-3a4dd9889f600f26-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "00e35b0fb1558371d6b5acda488586af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 06:51:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2e5a8dc2-3a59-4e69-8a53-20f32cd2191c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "518cb847-b2a1-4b02-9ca4-01bfab77b609", + "x-ms-routing-request-id": "JAPANEAST:20230614T065107Z:2e5a8dc2-3a59-4e69-8a53-20f32cd2191c" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-e755c9409ab73a38-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a3609eb0d628b2d32fffb51c16c50b25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 06:51:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d3ac1f68-c95e-4b2f-a854-babab3e5b4e7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "a936b7ad-647d-48a5-afa8-3bc8e9e76ca1", + "x-ms-routing-request-id": "JAPANEAST:20230614T065139Z:d3ac1f68-c95e-4b2f-a854-babab3e5b4e7" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-783e6bcd928dd7a2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b0e2f260f070c06ae0eb1b371279c735", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 06:52:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ee48e82e-30dd-4e46-bf9e-674cdf633303", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "cfb82fa4-4904-476e-b467-11b7ed926db6", + "x-ms-routing-request-id": "JAPANEAST:20230614T065211Z:ee48e82e-30dd-4e46-bf9e-674cdf633303" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/d681f6aa-2a47-426d-b851-dfdd35b6fd7b-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3f87c98f3b1d693c76b687b982271a52-a76e399edebbadb8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3814bfbaaf11384f8831d056fb546c10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2464,61 +2717,61 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:40:41 GMT", + "Date": "Wed, 14 Jun 2023 06:52:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "433b3a53-18f5-46c0-a208-59fcb129a48b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "58753a2f-02ba-4fcb-b5a7-a2dd5a97f99a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084042Z:433b3a53-18f5-46c0-a208-59fcb129a48b" + "x-ms-correlation-request-id": "464abdca-d0f5-4d0d-a9b7-fb1c0a4bdaba", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "77abfe48-e3fe-437e-80a6-6f122f42de68", + "x-ms-routing-request-id": "JAPANEAST:20230614T065243Z:464abdca-d0f5-4d0d-a9b7-fb1c0a4bdaba" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1319/providers/Microsoft.HDInsight/clusters/cluster4975?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9124/providers/Microsoft.HDInsight/clusters/cluster1641?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6b569e3d25cc75a3b05bbe0cc2dd97d3-e0a249730c0dbfa6-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "40b2f67d4938c66338aaabd1ffe4c0cd", + "traceparent": "00-a06d12d41befae5216a9c29d585b1a7c-9c645e237b263559-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "567986a9d6a3c03e339fc23cba9b9fb5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "71", + "Content-Length": "228", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:40:41 GMT", + "Date": "Wed, 14 Jun 2023 06:52:43 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d453689a-2e11-4f2b-9867-c138017ba721", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "695d6f65-da7d-44d0-a649-4d8d557ed851", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084042Z:d453689a-2e11-4f2b-9867-c138017ba721" + "x-ms-correlation-request-id": "225cd95d-9734-4d7f-b41a-1966bd396fc0", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "225cd95d-9734-4d7f-b41a-1966bd396fc0", + "x-ms-routing-request-id": "JAPANEAST:20230614T065244Z:225cd95d-9734-4d7f-b41a-1966bd396fc0" }, "ResponseBody": { - "code": "NotFound", - "message": "Cluster with id \u0027cluster4975\u0027 not found" + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.HDInsight/clusters/cluster1641\u0027 under resource group \u0027HDInsightRG-9124\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "860594382", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "793821417", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/DeleteAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/DeleteAsync.json index bc9d6d58871f..cd35e91d16e4 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/DeleteAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/DeleteAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9d9cdcf289871ec9419da04b3ca8d765-e1c6641f5139d714-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b71c420e3e459371b39385f8043c485e", + "traceparent": "00-51f229790414a185157192a03842d795-24151909f056a66f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e604c11adcc065255b00df23ead8c45", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:42:30 GMT", + "Date": "Wed, 14 Jun 2023 04:11:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0727fb1b-53f1-4c28-81de-769428225bfa", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "0727fb1b-53f1-4c28-81de-769428225bfa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044231Z:0727fb1b-53f1-4c28-81de-769428225bfa" + "x-ms-correlation-request-id": "b54fc277-e4c3-4f8e-9528-4b1cbf71701f", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "b54fc277-e4c3-4f8e-9528-4b1cbf71701f", + "x-ms-routing-request-id": "JAPANEAST:20230614T041105Z:b54fc277-e4c3-4f8e-9528-4b1cbf71701f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-510?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-9950?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-7200f97d307fa450008369fb1b43ec49-6bbcc9c1ac1331b6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b66ea17841e3dba900ab4699e5023d52", + "traceparent": "00-f1abe215067d3a8186e6d397e3edcd13-10f8063d91b976c0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2b03aea2866467f1bca9c2ef443cdf06", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "227", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:42:36 GMT", + "Date": "Wed, 14 Jun 2023 04:11:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c724824-d101-4b4a-86d6-3a2e06d602aa", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "5c724824-d101-4b4a-86d6-3a2e06d602aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044236Z:5c724824-d101-4b4a-86d6-3a2e06d602aa" + "x-ms-correlation-request-id": "3d838e97-fe11-492f-82a2-bc61bf3cadba", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "3d838e97-fe11-492f-82a2-bc61bf3cadba", + "x-ms-routing-request-id": "JAPANEAST:20230614T041105Z:3d838e97-fe11-492f-82a2-bc61bf3cadba" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510", - "name": "HDInsightRG-510", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950", + "name": "HDInsightRG-9950", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-138f3017989011fc-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "78b7dfc1577dd89b4da88a7b22085604", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-a0a19e18e4d3dc70-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c5899fe101b0991afa8800418be77872", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8583.blob.core.windows.net", + "name": "azstorageforcluster8208.blob.core.windows.net", "isDefault": true, - "container": "container4681", + "container": "container5193", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1802", + "Content-Length": "1833", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:43:12 GMT", - "ETag": "\u0022db46b260-c646-47bf-9362-ed65d8befde7\u0022", + "Date": "Wed, 14 Jun 2023 04:11:34 GMT", + "ETag": "\u002269d3e084-3376-4011-9361-91f5d4d03203\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "716bc10a-118e-4b01-969d-f285fe46b33c", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "55faae79-b57a-41aa-886e-50dc38385d03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044313Z:716bc10a-118e-4b01-969d-f285fe46b33c" + "x-ms-correlation-request-id": "ff9488da-5846-4232-bf97-8aed71aa82dc", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "a64978d0-99dd-4166-bf15-c245cebc8fa6", + "x-ms-routing-request-id": "JAPANEAST:20230614T041135Z:ff9488da-5846-4232-bf97-8aed71aa82dc" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753", - "name": "cluster7753", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576", + "name": "cluster9576", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "db46b260-c646-47bf-9362-ed65d8befde7", + "location": "Japan East", + "etag": "69d3e084-3376-4011-9361-91f5d4d03203", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "7bf764d390b54b588a00b5ef337eb514", + "clusterId": "1a9f60670edd4f5a82ca5010c5aa3534", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T04:43:11.243", + "createdDate": "2023-06-14T04:11:35.173", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8583.blob.core.windows.net", + "name": "azstorageforcluster8208.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4681", + "container": "container5193", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,173 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-648d3155d2b41833-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bb94f76a4fc26a33538a6b0751c8d6ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:43:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4ff5007-b042-4093-bf61-c0b665b9c18a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "0b4550e0-c456-4274-893f-4a72745c3b98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044314Z:f4ff5007-b042-4093-bf61-c0b665b9c18a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-05fa049f188dc7ee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2a2591c358e5a0440f542f0b02890f13", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:43:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75a56e28-d723-46e3-9826-7a199fce3221", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "2aa94d21-b6ff-4e00-9cdf-ab1c374c1afc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044316Z:75a56e28-d723-46e3-9826-7a199fce3221" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-3c12bc0017eebf13-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2a10b8609a734441d727db74b5c8117f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:43:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8dd25237-6910-461f-969a-97ce22019ac4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "f7bf6328-aefe-4e51-91bd-987963c71a36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044318Z:8dd25237-6910-461f-969a-97ce22019ac4" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-3e6c898805327689-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "364e8a9b1d1312ecb3f4ab6d1f2868c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:43:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4553fff5-99b6-465b-981a-23009e35a6a1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "80d8ab8b-ec8e-4684-85c1-582cbc0e0534", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044320Z:4553fff5-99b6-465b-981a-23009e35a6a1" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-2915e4395ace71ca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "99a7587aabb8285650e152bd7ccfeb47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:43:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f92c69e-0695-420b-8464-f0e19146da01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "82dbdac9-30ba-4e23-99db-df4c5316bb5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044323Z:4f92c69e-0695-420b-8464-f0e19146da01" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-340d593653fca247-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7770b043d93a42ffccfe777fefd424af", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-7c0739ca94fe14cd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "196b9763821ce91246b99ad4feae863b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -482,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:43:26 GMT", + "Date": "Wed, 14 Jun 2023 04:11:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3df3bc05-0db6-484f-9667-fd8d745e0c57", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "67c3966f-e4aa-4d66-ae91-da7633a90cd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044327Z:3df3bc05-0db6-484f-9667-fd8d745e0c57" + "x-ms-correlation-request-id": "5796070c-61ae-483d-bcac-ecf0d600deaf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "6b55f1ea-b374-4bd0-99ec-c9633acf00e2", + "x-ms-routing-request-id": "JAPANEAST:20230614T041136Z:5796070c-61ae-483d-bcac-ecf0d600deaf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-2709a107ca872f73-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5dfa11bf7821efc73325e632ca2e95e3", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-3ffaf05eb8a81bf1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bd6ea99e066b6cb4e0beaf0e8f17262f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:43:36 GMT", + "Date": "Wed, 14 Jun 2023 04:11:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92fac399-2493-4395-97c1-29a1b3465376", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "e1d9d87d-2cfb-4229-8f94-22e72f6b0129", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044336Z:92fac399-2493-4395-97c1-29a1b3465376" + "x-ms-correlation-request-id": "bb74f3fe-872e-4c64-b82d-c2df295d59d8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "d873cbe8-65a9-40a1-b653-87df3b39fc3a", + "x-ms-routing-request-id": "JAPANEAST:20230614T041137Z:bb74f3fe-872e-4c64-b82d-c2df295d59d8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-c52c15edc0811999-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6f296408f0b7a18f5864ccba34d6397b", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-959b16fd5266006e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f4defc695e7c355569d6dacbdae9cd67", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:43:53 GMT", + "Date": "Wed, 14 Jun 2023 04:11:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f1a153e-846a-4d0d-bd31-b2ca52f3192b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "e583743c-8b5d-4e08-b0c4-eb9aa464b17a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044353Z:7f1a153e-846a-4d0d-bd31-b2ca52f3192b" + "x-ms-correlation-request-id": "e228e7fd-bf2c-4aea-ab35-6c766557666d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "c5f31ac3-9a6b-4515-9c5f-6b580bea3894", + "x-ms-routing-request-id": "JAPANEAST:20230614T041138Z:e228e7fd-bf2c-4aea-ab35-6c766557666d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-91bfb9bdadadba8b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6bfea3bc8ed5cb25e9804315f2cd779d", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-55e0f6be7365cd0a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c963361b615c5c98e2fe385dd304592f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:44:25 GMT", + "Date": "Wed, 14 Jun 2023 04:11:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2fe2c657-f823-46bc-907b-a7b6920a5b45", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "a17e7eb4-4d4b-48b2-b155-d7dcdbc668ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044426Z:2fe2c657-f823-46bc-907b-a7b6920a5b45" + "x-ms-correlation-request-id": "3731bf4d-4cd0-4a40-96be-79e09848398d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "f5579e8d-9947-4e9e-bfb8-50d7b237e045", + "x-ms-routing-request-id": "JAPANEAST:20230614T041140Z:3731bf4d-4cd0-4a40-96be-79e09848398d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-a8356250d1028912-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8a779368b4aacef8825804bdab0dba5d", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-cce99bea2a65aa8a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "016b6b9292d040bf533854942be992f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:44:58 GMT", + "Date": "Wed, 14 Jun 2023 04:11:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5ad96fa-5b5b-4995-b68c-2a80dea5367c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "c9377ce7-4503-4be6-8c58-434f3e0e9cd4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044459Z:c5ad96fa-5b5b-4995-b68c-2a80dea5367c" + "x-ms-correlation-request-id": "b71246f6-6b67-4da8-9455-5d82994a91ee", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "28d7a6c4-5cd4-4015-8566-52e4233f0ac2", + "x-ms-routing-request-id": "JAPANEAST:20230614T041142Z:b71246f6-6b67-4da8-9455-5d82994a91ee" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-b2fb173f554c048b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "27766aeb2a30790e3f5e8637ac7aae8b", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-9546c408de204b1a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "59f348f05cb308d26481117d25f76264", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:45:32 GMT", + "Date": "Wed, 14 Jun 2023 04:11:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee36e4d8-9694-4ff0-9f9c-578e4f210bcc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "a686051d-0a3d-41b3-94df-e4ee32e8e588", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044532Z:ee36e4d8-9694-4ff0-9f9c-578e4f210bcc" + "x-ms-correlation-request-id": "bba6fb86-7531-4ba4-bdb4-4c592a1d1523", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "99225d92-a11d-4d11-8ded-39e58b5d289b", + "x-ms-routing-request-id": "JAPANEAST:20230614T041146Z:bba6fb86-7531-4ba4-bdb4-4c592a1d1523" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-c47bdde5611fea0f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a1512fedae5f07d1aa2fe87c89681fdc", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-c1e7ec853f673e30-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6e38aa7ccb7e8897772375230c0331f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:46:04 GMT", + "Date": "Wed, 14 Jun 2023 04:11:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31e97a71-ec83-46e5-a746-eb8f5cf469ae", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "65fbe695-6057-47b3-9ef1-016d9743735e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044604Z:31e97a71-ec83-46e5-a746-eb8f5cf469ae" + "x-ms-correlation-request-id": "d3995646-cd6f-4bbe-b55c-5a0b8cd6e210", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "d5f5bc3e-2eb9-4786-997b-ed78300b8801", + "x-ms-routing-request-id": "JAPANEAST:20230614T041155Z:d3995646-cd6f-4bbe-b55c-5a0b8cd6e210" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-a804f45e70283af0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8729e6c54f563e6d84fd4b4b2ec12208", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-e3e5ba5feaf183c1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8a6d416c0011367b98629d4e80411a5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:46:37 GMT", + "Date": "Wed, 14 Jun 2023 04:12:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bab3dc68-d9c6-466b-b430-513de7285249", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "70fce611-8ed8-49f4-be46-ea1ef69bac08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044637Z:bab3dc68-d9c6-466b-b430-513de7285249" + "x-ms-correlation-request-id": "c67fd351-a2e5-4eed-b8ac-4c50fc4d72b7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "ee1bf3ea-166e-475e-a932-bbdd41cd4477", + "x-ms-routing-request-id": "JAPANEAST:20230614T041211Z:c67fd351-a2e5-4eed-b8ac-4c50fc4d72b7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-c94680af54234d14-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7ccf79aa19bb3dfd996e7c004191efd6", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-7f909bb9ef579c34-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8018efd623b12578b16ae18fe6aefb60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:47:09 GMT", + "Date": "Wed, 14 Jun 2023 04:12:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d4a73bd-11c7-4c0c-814c-1c8829664f47", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "197a165e-1848-4112-b09a-739c46cf74f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044710Z:7d4a73bd-11c7-4c0c-814c-1c8829664f47" + "x-ms-correlation-request-id": "97b22870-d989-4bb1-8a09-b19942e3fa95", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "3398d21d-e89c-4146-934d-6f62261c17bf", + "x-ms-routing-request-id": "JAPANEAST:20230614T041244Z:97b22870-d989-4bb1-8a09-b19942e3fa95" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-c42ba67d8a1e7064-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c671aa3e26509d34c1121c616385d9e9", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-c37c545d56595719-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e3101850d88a7c532f01d61c2e480835", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:47:43 GMT", + "Date": "Wed, 14 Jun 2023 04:13:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acd7207d-b173-4340-a508-3795c5dc1277", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "fca64067-fb6d-4f0d-9255-8e481bcb7d0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044743Z:acd7207d-b173-4340-a508-3795c5dc1277" + "x-ms-correlation-request-id": "bbcf826c-e00c-4fc5-b2ee-5f247baf6565", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "a4a644df-8032-425c-a101-66a463848e01", + "x-ms-routing-request-id": "JAPANEAST:20230614T041316Z:bbcf826c-e00c-4fc5-b2ee-5f247baf6565" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-d382818d5194f075-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "10d2e00da398ac20e8eceee8d26cfdf3", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-c7d8753f6f2b8d36-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1c4d1a08b0eb4947c947d9a71feb50e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:48:15 GMT", + "Date": "Wed, 14 Jun 2023 04:13:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2fe7329c-8ca2-4be3-a6fc-337ea6f7c0ef", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "15eb965d-ea29-4b8a-8299-674ed4686338", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044816Z:2fe7329c-8ca2-4be3-a6fc-337ea6f7c0ef" + "x-ms-correlation-request-id": "6c1be7e8-d986-44dd-b504-52e78999d2d7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "5efd5fad-5292-4cd7-af7e-12d6f5e03d9f", + "x-ms-routing-request-id": "JAPANEAST:20230614T041348Z:6c1be7e8-d986-44dd-b504-52e78999d2d7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-f087df3292a58618-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "830d740d5b4f83b74532baa9fc9cd913", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-30f2c17d9191f4fd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "68fd3c663731fed09c9b51b04d5bf668", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:48:49 GMT", + "Date": "Wed, 14 Jun 2023 04:14:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e12ddc91-56e7-4893-b5d9-f2ace9f35684", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "bfa19b5f-433c-4bc2-b811-34b1c5e21a24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044850Z:e12ddc91-56e7-4893-b5d9-f2ace9f35684" + "x-ms-correlation-request-id": "95e4b914-3e60-44fc-9ca1-f5fb857e271d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "b46ce096-454a-49b6-8418-47ddb7dc6702", + "x-ms-routing-request-id": "JAPANEAST:20230614T041421Z:95e4b914-3e60-44fc-9ca1-f5fb857e271d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-4c6bc1b770987a9e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "60f39394dfbf9b3e8ac5dd64384bca55", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-badadf42da894dcf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cc87ab62df61a075d0c71a43feac5c43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:49:22 GMT", + "Date": "Wed, 14 Jun 2023 04:14:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c0aca37-508e-427b-aae1-279be7601d89", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "d623b8cc-bfb6-4bc6-9557-0161e257aa43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044923Z:5c0aca37-508e-427b-aae1-279be7601d89" + "x-ms-correlation-request-id": "d9d99c5f-d91f-41de-85aa-0bbe2f0969ef", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "2ec97c65-7066-4df0-b4e9-f2c8d06dd1a4", + "x-ms-routing-request-id": "JAPANEAST:20230614T041453Z:d9d99c5f-d91f-41de-85aa-0bbe2f0969ef" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-9a8468bc179ca2ad-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ee5329155578b19a294eca65e977af4c", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-17f2aff61cf2bb2b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f1b5ecb19f4ad104494e804f5e97fc6d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:49:55 GMT", + "Date": "Wed, 14 Jun 2023 04:15:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7863891f-e987-4b0a-b202-fdbdb2b4ddd8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "682715f7-9575-46c8-93cb-ca56ae7b5fd6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T044955Z:7863891f-e987-4b0a-b202-fdbdb2b4ddd8" + "x-ms-correlation-request-id": "01deaff6-797a-4517-bc9a-3222fee94bdd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "87609c3a-853e-4ae3-80a7-e48aaa39411f", + "x-ms-routing-request-id": "JAPANEAST:20230614T041526Z:01deaff6-797a-4517-bc9a-3222fee94bdd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-bede1beda293dcba-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3f54da129c792d333672f98a7e524bfa", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-a66d065a79b4fb13-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7344705183648788c75d97691c8dfff0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:50:28 GMT", + "Date": "Wed, 14 Jun 2023 04:15:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "456c9ef1-4614-4689-97a4-2c7a5b27651f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "f58d563f-0afe-45d2-bdad-71db5c8cedd0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045028Z:456c9ef1-4614-4689-97a4-2c7a5b27651f" + "x-ms-correlation-request-id": "9550f665-4a54-4f24-ab88-ac4d62855486", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "4e75d35e-81a2-4088-b0a2-f276b9860f45", + "x-ms-routing-request-id": "JAPANEAST:20230614T041558Z:9550f665-4a54-4f24-ab88-ac4d62855486" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-74b3d1ec9b1e1b4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d3936568eb483e9bf841377015d8b113", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-fe69c1536221c003-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "60fe0e3e05a6c21ea6b583125f254239", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:51:01 GMT", + "Date": "Wed, 14 Jun 2023 04:16:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "baf23e8e-915c-4e51-bb8b-eebd3b05afee", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "a05c9384-6a5f-4a5f-9a74-93d12fcb3a7e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045101Z:baf23e8e-915c-4e51-bb8b-eebd3b05afee" + "x-ms-correlation-request-id": "0cbd7069-7521-477d-b8dd-e8e77591b763", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "a1da817d-dcc1-4844-867a-ee96d47ad4aa", + "x-ms-routing-request-id": "JAPANEAST:20230614T041631Z:0cbd7069-7521-477d-b8dd-e8e77591b763" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-eb73d82be7a2faa3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5d5291158af778dbf525b8065c0f33d6", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-f9ce08f7c7b6888e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8ef2accbe9672dde642e29ed079ab4bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:51:33 GMT", + "Date": "Wed, 14 Jun 2023 04:17:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3899eff-ddbe-4218-bfe0-f1b1467e6bcb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "4d89c154-0152-44e8-9a21-c939c97bd4d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045134Z:d3899eff-ddbe-4218-bfe0-f1b1467e6bcb" + "x-ms-correlation-request-id": "4d5d7236-410e-4d7c-b1a2-3a1bfc29d046", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "ca664bd7-825f-40a2-820e-c2ded7425ede", + "x-ms-routing-request-id": "JAPANEAST:20230614T041703Z:4d5d7236-410e-4d7c-b1a2-3a1bfc29d046" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-939c84f1a99e493a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "84fdd003dce327033e15473765c3185d", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-6fcaf6e81540820d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4f108f4f9b984bc75282ccae007528a2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:52:06 GMT", + "Date": "Wed, 14 Jun 2023 04:17:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2792894-b71c-4fc3-9851-dca6898b3e60", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "489fde7b-0a0e-4f51-82f7-5c5cf29ce171", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045207Z:e2792894-b71c-4fc3-9851-dca6898b3e60" + "x-ms-correlation-request-id": "104e2484-4d99-43b0-87b6-43859ad739d2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "d1607f44-8ccd-4436-8053-b44e04f50b1c", + "x-ms-routing-request-id": "JAPANEAST:20230614T041736Z:104e2484-4d99-43b0-87b6-43859ad739d2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-6c0cd759b13ef3f6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ec75e6c0ee00de02891add223395e2e9", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-65b4e62297b7c279-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "709e5e1a709b558930d0fc77db30bb0c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:52:39 GMT", + "Date": "Wed, 14 Jun 2023 04:18:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e9ab137-69a5-4e06-9fb0-11344fd361de", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "43f56145-6dfe-4a8b-9a66-ba7545d3bacc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045240Z:9e9ab137-69a5-4e06-9fb0-11344fd361de" + "x-ms-correlation-request-id": "f0e0beef-bb02-4a40-98fa-8a18447b7088", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "5f33efaa-124b-47dd-9e07-e95962307651", + "x-ms-routing-request-id": "JAPANEAST:20230614T041808Z:f0e0beef-bb02-4a40-98fa-8a18447b7088" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-5e716c0bf66fe340-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "446c600e2ddb392f8e2b1ee143a31332", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-36d9ab7787f519e7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cfc3c800f31430a1e5a63ce51c2f2dee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:53:12 GMT", + "Date": "Wed, 14 Jun 2023 04:18:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bdef2f7f-329f-4c84-b0fa-48d39ae113d2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "b715e11c-6b4c-4af0-937e-c44cb2bad05f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045313Z:bdef2f7f-329f-4c84-b0fa-48d39ae113d2" + "x-ms-correlation-request-id": "3d9cc6ce-f7cf-408f-ad33-fc0bbaf6efc4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "98d958a6-f1d4-41b1-99c8-7760e208ebfb", + "x-ms-routing-request-id": "JAPANEAST:20230614T041840Z:3d9cc6ce-f7cf-408f-ad33-fc0bbaf6efc4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-54d3169fdbbc6b95-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "75455a0d469a15d6cd1ffbc8ffe0f3a9", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-f82e6cca1f04cecb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a9d3870644fcde1f06bb1fc79e507021", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:53:45 GMT", + "Date": "Wed, 14 Jun 2023 04:19:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce495cf1-1129-4e6e-936e-f3a72fcd0705", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "02ad90c0-9784-4e59-ae21-1d96fff64c88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045345Z:ce495cf1-1129-4e6e-936e-f3a72fcd0705" + "x-ms-correlation-request-id": "9b22474b-ecd5-4eaa-b892-5f421a4ac3e7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "72945bbd-bc8b-4528-a963-dfd757d3b6cb", + "x-ms-routing-request-id": "JAPANEAST:20230614T041913Z:9b22474b-ecd5-4eaa-b892-5f421a4ac3e7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-e4edcd575deef03e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "04295d32d3569381b63b5ed4cf219ae5", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-93de7a11081a5a99-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "38aec0c658b2278ebd6e8af533a43900", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:54:17 GMT", + "Date": "Wed, 14 Jun 2023 04:19:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af02f285-073e-49fd-b934-6df8a09018fd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "0f8a7523-5c8f-478e-b386-45c34d04352f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045418Z:af02f285-073e-49fd-b934-6df8a09018fd" + "x-ms-correlation-request-id": "0576aeed-407c-44e5-b67f-91feace1fd61", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "c1d2bb38-7446-4de5-946a-968d605fd90d", + "x-ms-routing-request-id": "JAPANEAST:20230614T041945Z:0576aeed-407c-44e5-b67f-91feace1fd61" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-7f97c180b81e0025-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d815aa066c50c74e895777bc32663aae", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-8a4a222172e8fe2e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "54700ea3125dbc10a9e4c958d4d99195", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:54:51 GMT", + "Date": "Wed, 14 Jun 2023 04:20:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32e25447-d500-4fe4-bd61-9ad8a530708e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "42149e7e-5c7c-4d99-b5c7-89570360f2c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045451Z:32e25447-d500-4fe4-bd61-9ad8a530708e" + "x-ms-correlation-request-id": "f129f32d-20bd-4b5c-b63b-2f58eb02b323", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "c23aafff-2f3d-4ddb-8158-e037b40bb2cf", + "x-ms-routing-request-id": "JAPANEAST:20230614T042017Z:f129f32d-20bd-4b5c-b63b-2f58eb02b323" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-923d449d98ae0ab1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e5ae75370f7a39dcd8b2be5ee80145ac", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-e754415b7394b062-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5c1e1a36f581ad3cf9abeb8db929aa62", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:55:23 GMT", + "Date": "Wed, 14 Jun 2023 04:20:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "460fd835-26a9-459b-9576-d8f57a0d020f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "df8ac124-b78a-483b-bda6-f226188bb3df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045524Z:460fd835-26a9-459b-9576-d8f57a0d020f" + "x-ms-correlation-request-id": "d322c49f-2a78-44e3-b2f0-568e0f9568cc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "89e11066-6538-4c12-b0d7-794ee59a1a7b", + "x-ms-routing-request-id": "JAPANEAST:20230614T042050Z:d322c49f-2a78-44e3-b2f0-568e0f9568cc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-1ec09d237615bc37-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "54c215841acac6590e617aff5cc56150", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-4b048ada78902d4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "90241e821bdfb4c4b0f18fce8f3553e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:55:58 GMT", + "Date": "Wed, 14 Jun 2023 04:21:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b4b9ac7-a550-45a4-acff-994789d296d6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "fba04e1f-7716-4233-85d3-a62d0d3a5a8b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045558Z:9b4b9ac7-a550-45a4-acff-994789d296d6" + "x-ms-correlation-request-id": "7d8fd600-636d-4299-ae55-846366902b39", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "91613b94-1ff5-43c0-b4c9-04f5e4cff6f6", + "x-ms-routing-request-id": "JAPANEAST:20230614T042122Z:7d8fd600-636d-4299-ae55-846366902b39" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-f0a82f52197c234b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5a9db001b572f76acedb009dadf0de88", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-c1dc946218b36ffe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "19bff5dcdc85ad7fd2c25bb12682027f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:56:30 GMT", + "Date": "Wed, 14 Jun 2023 04:21:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e406752-0bf0-45d5-869a-aec218622516", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "ae0ebc4e-a28a-46ce-b77d-ea8c6d121cc4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045631Z:4e406752-0bf0-45d5-869a-aec218622516" + "x-ms-correlation-request-id": "3e05c010-a136-40ca-bbcd-7feaccfc6ee7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "d2d0fd09-c773-4b4d-b8a9-552b6b087f95", + "x-ms-routing-request-id": "JAPANEAST:20230614T042155Z:3e05c010-a136-40ca-bbcd-7feaccfc6ee7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-12ceaa032f820d32-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1c38ca11e5a41ce31ce8d71894dcdd13", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-6b29499ecaf4bf10-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b5d6663901b41ab55669ac8f666d1ec3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:57:04 GMT", + "Date": "Wed, 14 Jun 2023 04:22:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "624219cb-3758-4a71-b4d8-241ac887a6bc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "241152a7-bfd4-4a5a-b9e2-cd22fb9cef78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045704Z:624219cb-3758-4a71-b4d8-241ac887a6bc" + "x-ms-correlation-request-id": "452d838e-380a-4520-aee5-eb14c6a235d4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "3c62337e-5603-4c2c-99d3-25aa639a7a3b", + "x-ms-routing-request-id": "JAPANEAST:20230614T042227Z:452d838e-380a-4520-aee5-eb14c6a235d4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-5d275eda1c7710a8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "385d6e50ea64cf3aabca86ee1abb181e", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-c7b72b9e70595dc4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c3b10758916aa5dc9f76bd1cc0128e2d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:57:37 GMT", + "Date": "Wed, 14 Jun 2023 04:23:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22c60368-7b9a-40f2-82a7-60e04b53c65c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "77efba0a-6230-4c98-b4dc-954d497bbf93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045737Z:22c60368-7b9a-40f2-82a7-60e04b53c65c" + "x-ms-correlation-request-id": "a18a21ba-abc0-4ca2-a32f-9dfec6aaf67d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "9ce9084e-cc06-44ca-af70-485f7f0f2cd7", + "x-ms-routing-request-id": "JAPANEAST:20230614T042300Z:a18a21ba-abc0-4ca2-a32f-9dfec6aaf67d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-0f2823c39ea4d913-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "91edf282458c1babcc803e89de5163f1", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-dfbddf249cf6273d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "28940fef9d5eda2f3fa5c21c30ef4764", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:58:09 GMT", + "Date": "Wed, 14 Jun 2023 04:23:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a390ad7-e0a7-401f-9c0b-b0d2ebf0c26c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "ea3d28f2-a159-4cea-8411-eea651905ba2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045810Z:6a390ad7-e0a7-401f-9c0b-b0d2ebf0c26c" + "x-ms-correlation-request-id": "1da39875-9448-44d0-bd55-e1aec6e28cba", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "a933bf13-4afa-478f-b8f8-f9ff5c3b7178", + "x-ms-routing-request-id": "JAPANEAST:20230614T042332Z:1da39875-9448-44d0-bd55-e1aec6e28cba" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-a281e2cf7266aa17-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3e4decfea6932623906971da5ff40161", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-83d3313af8e77efc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e5997a43ed1a7158930163e44995943", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:58:41 GMT", + "Date": "Wed, 14 Jun 2023 04:24:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1964fb83-95e6-4851-99ce-8dfcc3ee46cb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "8d727dea-c589-4e86-a480-ae89413b6cba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045842Z:1964fb83-95e6-4851-99ce-8dfcc3ee46cb" + "x-ms-correlation-request-id": "63baabe9-5a90-4cc4-acde-1dde8b61bb82", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "07d37c03-8cd0-4938-8d9c-f6fe388338a8", + "x-ms-routing-request-id": "JAPANEAST:20230614T042404Z:63baabe9-5a90-4cc4-acde-1dde8b61bb82" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-53ef7e8a43ffc856-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a195b8d04cef0b86c3416be3acb0f159", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-da392d8103dbcfdc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "57a07edaf5d8ba64d8d684c4cfc074b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:59:15 GMT", + "Date": "Wed, 14 Jun 2023 04:24:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74bf486b-f450-4c10-a630-c1beef172472", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "0c8c2461-67dc-4b2c-b1bf-68b23d86bbe4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045915Z:74bf486b-f450-4c10-a630-c1beef172472" + "x-ms-correlation-request-id": "6a472961-21d7-4fe9-b4d8-703299ca1dc6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "feec6dbb-6ca4-4ff8-af4d-1f44c2325137", + "x-ms-routing-request-id": "JAPANEAST:20230614T042437Z:6a472961-21d7-4fe9-b4d8-703299ca1dc6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-71cd86b3db8fdd06-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2ef09466d96ddc8bcfc60023d3d1bcd7", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-e88587bfd2d99cc3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2977592f70b9b05bfaed9e2d87f196a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 04:59:47 GMT", + "Date": "Wed, 14 Jun 2023 04:25:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3e3fd83-beaf-4e2a-91ae-182ca272995e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "1e67d3bb-0f83-47fa-ad8f-d0cc1267d598", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T045948Z:d3e3fd83-beaf-4e2a-91ae-182ca272995e" + "x-ms-correlation-request-id": "eddcbe09-5264-4ce7-baa4-569fb6300bec", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "c23eff39-09e3-41ca-b18b-5e76bc188149", + "x-ms-routing-request-id": "JAPANEAST:20230614T042509Z:eddcbe09-5264-4ce7-baa4-569fb6300bec" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-dfbd82b3598329e6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "25b9dd7ec2bcb10266417b513a3f7adf", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-18612083d5399681-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b1427e4bef4faf8b329e45faba50d8c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:00:21 GMT", + "Date": "Wed, 14 Jun 2023 04:25:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f685737-26d1-4c79-a589-a83698dc39d3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "a65e1e3d-113f-4c13-bd66-fd6c72718cb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050021Z:4f685737-26d1-4c79-a589-a83698dc39d3" + "x-ms-correlation-request-id": "09dbc388-f7f9-447a-8972-d53222f848f0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "0464fd5c-5875-45f4-a165-7a0482a5f81b", + "x-ms-routing-request-id": "JAPANEAST:20230614T042541Z:09dbc388-f7f9-447a-8972-d53222f848f0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-c756ef824a779371-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ca731878d304f6f32db9d2284b6337f1", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-22e675c5a1385c41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ea0e66bc30226a8a22ef5ceb563633e7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:00:53 GMT", + "Date": "Wed, 14 Jun 2023 04:26:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c5bc238-bad0-40c5-af0f-1c93f547959c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "c3ba7722-ea6a-4635-844d-0073124715be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050054Z:2c5bc238-bad0-40c5-af0f-1c93f547959c" + "x-ms-correlation-request-id": "a884f48e-fde9-4c85-b603-f0a31d97b1ad", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "a4b97610-984c-45bc-99b9-a2fff4500e5a", + "x-ms-routing-request-id": "JAPANEAST:20230614T042614Z:a884f48e-fde9-4c85-b603-f0a31d97b1ad" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-9cf7043557ea2a2f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ce649384cbf7a49d923ec72c5d39a28f", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-0ac1f6a12b3af57e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5079de40c27d3f60cec8f61a2a60f6a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:01:26 GMT", + "Date": "Wed, 14 Jun 2023 04:26:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "807c29c6-bc64-42be-a75f-d0e80599f7f6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "c70d2aa5-91da-4a5a-82f5-81f8472074d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050127Z:807c29c6-bc64-42be-a75f-d0e80599f7f6" + "x-ms-correlation-request-id": "e529dcf4-f975-4957-8b97-ce7caaa0fbaa", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "b04fac1f-c10e-44cb-847d-38862cac9bd9", + "x-ms-routing-request-id": "JAPANEAST:20230614T042646Z:e529dcf4-f975-4957-8b97-ce7caaa0fbaa" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-bbac296d25fa0bef-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bbaa214cf15daad3eac2f802efd96602", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-97e4208b92c163ac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2171d415ace21a84f4d78e60929f58fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:01:59 GMT", + "Date": "Wed, 14 Jun 2023 04:27:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88da8d57-f7a5-4fcd-a59f-2bf0e6607c94", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "25922cd5-442d-480c-9314-599ea7069f5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050200Z:88da8d57-f7a5-4fcd-a59f-2bf0e6607c94" + "x-ms-correlation-request-id": "f78d7167-0311-4578-afd5-8fe438d0409a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "391b5a73-a5b3-4d9a-8cd1-33309393bab7", + "x-ms-routing-request-id": "JAPANEAST:20230614T042719Z:f78d7167-0311-4578-afd5-8fe438d0409a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-a7d3e0d5d2d37448-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a6cc8a09abdaace87ace38c50bc699f3", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-a69ef3bc49e6883f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dcba5d6b87d7f94b05ce1c593a703fc2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:02:32 GMT", + "Date": "Wed, 14 Jun 2023 04:27:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d174790-1ff3-4043-946f-54a6c04ace37", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "4871b188-44c1-4745-baee-2d9b0c4c89b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050232Z:7d174790-1ff3-4043-946f-54a6c04ace37" + "x-ms-correlation-request-id": "3553c98c-9f7d-47ed-8a8a-0b983fdfba5e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "be53ebac-7735-40d9-b35c-1da0355da5dd", + "x-ms-routing-request-id": "JAPANEAST:20230614T042751Z:3553c98c-9f7d-47ed-8a8a-0b983fdfba5e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-bc19efacd5c3dea8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2adc43177cb89393c0bae434d39ab4b9", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-d14398ade3be732d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "81d6b3f812c594045a5e5ca63400ac2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:03:06 GMT", + "Date": "Wed, 14 Jun 2023 04:28:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ab4762b-b960-4ce9-859a-517df653bc0c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "e62990ae-3efd-4745-b3ef-fb6bf2d97146", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050306Z:8ab4762b-b960-4ce9-859a-517df653bc0c" + "x-ms-correlation-request-id": "f24b1125-9eb6-4a90-902d-ce5a5819f095", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "0eed338f-7194-4ffe-892d-3f4b5f8cb790", + "x-ms-routing-request-id": "JAPANEAST:20230614T042823Z:f24b1125-9eb6-4a90-902d-ce5a5819f095" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-98be8089683bf320-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d323c5d8fb6ca0b438fe408fb90d9e24", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-f5f62d230d5d583d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ccaffa701aa68dd289781b148f2ae084", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:03:39 GMT", + "Date": "Wed, 14 Jun 2023 04:28:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60c0c8c5-1c7c-4789-b26b-1a7381536528", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "589149d0-98d9-43dd-af1e-7e414836942a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050339Z:60c0c8c5-1c7c-4789-b26b-1a7381536528" + "x-ms-correlation-request-id": "e2532e9d-36ff-4322-bee9-e4442ddb4377", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "9bbe9d3e-c1e9-43fb-933c-6f35f5855ebc", + "x-ms-routing-request-id": "JAPANEAST:20230614T042856Z:e2532e9d-36ff-4322-bee9-e4442ddb4377" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-3eb2338f576a9457-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "aceb04293bfd8d4af639e620c7b3d9e0", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-6d2299c390841ff0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "df67cc98d6c95836592682782ba5c504", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:04:12 GMT", + "Date": "Wed, 14 Jun 2023 04:29:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "119e6b8a-edda-493b-b1d2-a496917b48a8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "48105a82-cb93-4ba0-8ce3-31f14bfea844", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050412Z:119e6b8a-edda-493b-b1d2-a496917b48a8" + "x-ms-correlation-request-id": "7e96fd2e-d4a4-4b13-b598-3716a16ebd32", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "f6eec731-429a-4f4f-96c0-5a94df0c7052", + "x-ms-routing-request-id": "JAPANEAST:20230614T042928Z:7e96fd2e-d4a4-4b13-b598-3716a16ebd32" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-b3f2c132980fea70-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "46ed7e1ac5a21c878f3bf2ba3b04d9b2", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-02ccd51038b55db1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3fe9ee2172c0de1ce048f84cf6f0042f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:04:44 GMT", + "Date": "Wed, 14 Jun 2023 04:30:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2617219e-3fe8-4d4f-8501-c06a9d80cbc2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "fef6dd57-3886-4d11-af4a-a0c3acfc4d4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050445Z:2617219e-3fe8-4d4f-8501-c06a9d80cbc2" + "x-ms-correlation-request-id": "e5c1abda-caaa-4778-a77a-14302e3796f6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "f1fec1b6-9a3d-4a6b-b97d-69a5e653c7aa", + "x-ms-routing-request-id": "JAPANEAST:20230614T043000Z:e5c1abda-caaa-4778-a77a-14302e3796f6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-cd9d0c4c5978286e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cf0abf1b08af9cbb7a96dd321493d984", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-2d99e455f847be10-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "670dd87dcd999964c456737f975a62e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1629,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:05:18 GMT", + "Date": "Wed, 14 Jun 2023 04:30:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18a8bd5a-1fd4-49fb-b58c-ff130838ef56", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "3e2cf3ce-387e-4833-ac01-1cd36d20bcdb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050518Z:18a8bd5a-1fd4-49fb-b58c-ff130838ef56" + "x-ms-correlation-request-id": "e9b179c8-2227-494d-8fa1-b92cb80ea810", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "5cbe7225-6ab1-4480-986d-12c2fc0f6bac", + "x-ms-routing-request-id": "JAPANEAST:20230614T043033Z:e9b179c8-2227-494d-8fa1-b92cb80ea810" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-49426a1cc9f355fa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3a746025581f64817dcf1dc2498f51f1", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-20ca644730976004-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a1f316b3a14126c3b089fe80deea6268", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1661,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:05:50 GMT", + "Date": "Wed, 14 Jun 2023 04:31:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34acb838-806e-49f3-9aa4-736a076097dd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "1f699a35-7197-4b8b-a52a-7a1207367df2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050551Z:34acb838-806e-49f3-9aa4-736a076097dd" + "x-ms-correlation-request-id": "f132bd57-ebe1-4c4e-a37b-01f6cfeb1cfc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "a3e6012f-e7b5-4b51-8cfc-366f10363eee", + "x-ms-routing-request-id": "JAPANEAST:20230614T043105Z:f132bd57-ebe1-4c4e-a37b-01f6cfeb1cfc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-8a0a99aad16c14cf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0705336009a81231c350cb0ce85407fb", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-089d15eb96ea0c36-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "52fa52225d98536b894f7a69fe9c4686", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,94 +1693,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:06:23 GMT", + "Date": "Wed, 14 Jun 2023 04:31:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5404c337-e6e0-4515-9d8e-070ed68690bf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "1e0024b8-d149-443f-9800-bbb4cb086801", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050623Z:5404c337-e6e0-4515-9d8e-070ed68690bf" + "x-ms-correlation-request-id": "9a1dc7a0-937f-4515-b927-5a358faa8136", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "322b9638-77ad-418d-8437-02e6c8b3eef2", + "x-ms-routing-request-id": "JAPANEAST:20230614T043137Z:9a1dc7a0-937f-4515-b927-5a358faa8136" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-9da7ccf03cbfe729-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "db956d619e8fc3923ea652dfeaf953eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:06:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6094097e-a629-48c5-bccf-116c2bd8c46d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "7c1df585-15ae-4969-a9fd-507d08ca3998", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050656Z:6094097e-a629-48c5-bccf-116c2bd8c46d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-d9bdc5304d0e8f69-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e1d2eb44d18d1bdb2e6277cf8c757c29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:07:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57870b5e-7939-4d77-b335-8b042352c7b2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "c3e71061-547a-45cc-917d-ff31f4a87e1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050729Z:57870b5e-7939-4d77-b335-8b042352c7b2" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-27e933495b515738-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dc6021c876fac161a042c902b75127c9", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-5adcba1ce29d7360-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "df9815e662fddcee14e7b610cee3bada", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1954,71 +1725,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:08:01 GMT", + "Date": "Wed, 14 Jun 2023 04:32:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94517fdf-9237-4dd3-909c-23dba3b6989c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "e4ecb6ae-66d7-44b8-840f-bb36dae08e2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050802Z:94517fdf-9237-4dd3-909c-23dba3b6989c" + "x-ms-correlation-request-id": "7887f7ae-f66f-48bb-b037-e1746ad69fdc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "c92bc6a4-edd5-4cbb-b1eb-c4e30b5ff6d5", + "x-ms-routing-request-id": "JAPANEAST:20230614T043210Z:7887f7ae-f66f-48bb-b037-e1746ad69fdc" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-016db5a7a594a5483af89077beef2b57-445fd35241515cb7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fcc7e0fd26818f6d9179ac2d27c336c9", + "traceparent": "00-d5f9efab72edaf15439fba66e5e4eabb-7d37f78ebd16fc08-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "445c0bf40f5f564aab9f17f126592713", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2013", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:08:03 GMT", + "Date": "Wed, 14 Jun 2023 04:32:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94cfb848-32c3-4bbf-b0ff-94bc3d261260", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "a16c2e17-da0c-44e3-8479-f91385625192", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050803Z:94cfb848-32c3-4bbf-b0ff-94bc3d261260" + "x-ms-correlation-request-id": "06e1c41a-c3bb-41b4-b1f1-b10bd9bae882", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "4d68c9e8-4d36-48cc-aa8d-53d1791d4d9d", + "x-ms-routing-request-id": "JAPANEAST:20230614T043210Z:06e1c41a-c3bb-41b4-b1f1-b10bd9bae882" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753", - "name": "cluster7753", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576", + "name": "cluster9576", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "db46b260-c646-47bf-9362-ed65d8befde7", + "location": "Japan East", + "etag": "69d3e084-3376-4011-9361-91f5d4d03203", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "7bf764d390b54b588a00b5ef337eb514", + "clusterId": "1a9f60670edd4f5a82ca5010c5aa3534", "computeProfile": { "roles": [ { @@ -2064,7 +1835,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T04:43:11.243", + "createdDate": "2023-06-14T04:11:35.173", "quotaInfo": { "coresUsed": 20 }, @@ -2072,13 +1843,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster7753-ssh.azurehdinsight.net", + "location": "cluster9576-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster7753.azurehdinsight.net", + "location": "cluster9576.azurehdinsight.net", "port": 443 } ], @@ -2089,14 +1860,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8583.blob.core.windows.net", + "name": "azstorageforcluster8208.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4681", + "container": "container5193", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2113,55 +1885,55 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-af11379b034637399067cae65b162209-97ce9445075d3a62-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c817282a7798cdf08a11404b08d963dd", + "traceparent": "00-98f0807f139b54820ca3626c031a1fe4-650313bc1227ce53-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c89a77428252bf6b641e3db0a75b85a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2013", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:08:04 GMT", + "Date": "Wed, 14 Jun 2023 04:32:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76ed498c-dab7-4c89-a05d-69014aee167f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "f800ba9b-23fd-4ca8-91f1-eb0d87c06134", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050804Z:76ed498c-dab7-4c89-a05d-69014aee167f" + "x-ms-correlation-request-id": "fb1e3501-9d39-4044-914c-fdaeb2ec8fd7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "3bd25908-7d78-4b7a-b150-bbb4c2f8ecbb", + "x-ms-routing-request-id": "JAPANEAST:20230614T043211Z:fb1e3501-9d39-4044-914c-fdaeb2ec8fd7" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753", - "name": "cluster7753", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576", + "name": "cluster9576", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "db46b260-c646-47bf-9362-ed65d8befde7", + "location": "Japan East", + "etag": "69d3e084-3376-4011-9361-91f5d4d03203", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "7bf764d390b54b588a00b5ef337eb514", + "clusterId": "1a9f60670edd4f5a82ca5010c5aa3534", "computeProfile": { "roles": [ { @@ -2207,7 +1979,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T04:43:11.243", + "createdDate": "2023-06-14T04:11:35.173", "quotaInfo": { "coresUsed": 20 }, @@ -2215,13 +1987,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster7753-ssh.azurehdinsight.net", + "location": "cluster9576-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster7753.azurehdinsight.net", + "location": "cluster9576.azurehdinsight.net", "port": 443 } ], @@ -2232,14 +2004,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8583.blob.core.windows.net", + "name": "azstorageforcluster8208.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4681", + "container": "container5193", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2256,46 +2029,430 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576?api-version=2023-04-15-preview", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7327a0553bc91b44dc30736a8229d9a1-cbb2f18e347c476d-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "abd1ad3b7fada2a7b3d04b80ca349adc", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-81618de4d5a40a18-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f375a0950140d727ca42345d4bfcb5bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East US/azureasyncoperations/a0eef5cb-c6c1-48ce-a910-3593d4112b1b-0-r?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 05 Dec 2022 05:08:05 GMT", + "Date": "Wed, 14 Jun 2023 04:32:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/operationresults/a0eef5cb-c6c1-48ce-a910-3593d4112b1b-0-r?api-version=2021-06-01", + "Location": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/operationresults/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0075ff1c-7ff1-4281-90a0-2360198a267a", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "8df85454-8645-4943-8e65-136dd6a25c24", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "0fda1ff7-0517-4570-96c1-79a56321d4a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050806Z:0075ff1c-7ff1-4281-90a0-2360198a267a" + "x-ms-request-id": "adb69d91-bf8f-4dc8-b132-008f605942ae", + "x-ms-routing-request-id": "JAPANEAST:20230614T043212Z:8df85454-8645-4943-8e65-136dd6a25c24" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/a0eef5cb-c6c1-48ce-a910-3593d4112b1b-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-3c08f228c7cc4c99-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "865c711a34e440d350c3fe104e0d7468", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 04:32:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f00c0c8d-7c0d-46df-ae92-df3938192f6d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "aed1e457-3733-49ab-98ba-ce0e566116db", + "x-ms-routing-request-id": "JAPANEAST:20230614T043212Z:f00c0c8d-7c0d-46df-ae92-df3938192f6d" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-ce111b03bda555ec-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "04f182682d8da35c180353a222e50530", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 04:32:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9a8c49f8-ec84-4ce3-99ad-3e6b7c9f792b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "9950526e-ad69-42e7-bddb-36ca691fd620", + "x-ms-routing-request-id": "JAPANEAST:20230614T043213Z:9a8c49f8-ec84-4ce3-99ad-3e6b7c9f792b" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-3a873b3f93ff8d25-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d943e4932ea08bd6ce8d0785f3772491", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 04:32:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d8b68c49-9738-406c-9826-3dc42055407b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "cd0c79cf-0bea-4d0f-9071-ff668fd948b6", + "x-ms-routing-request-id": "JAPANEAST:20230614T043214Z:d8b68c49-9738-406c-9826-3dc42055407b" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-e25d18a2c056215e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4ed87729a9a8ecc115b96de1e0311e6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 04:32:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "81721041-8c85-428e-bca9-519115409453", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "01a86fbc-a66d-4513-b778-44a0d09e804c", + "x-ms-routing-request-id": "JAPANEAST:20230614T043215Z:81721041-8c85-428e-bca9-519115409453" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-b7d0fa8783464872-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "697ccdbd9bca39c7ac65360026d7afa0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 04:32:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "13013a2d-aa4e-41cb-9ffc-81151a93e78e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "96a7c627-5a45-4d3f-8eb4-fa34ff51643d", + "x-ms-routing-request-id": "JAPANEAST:20230614T043217Z:13013a2d-aa4e-41cb-9ffc-81151a93e78e" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-fa76da2b89cd1fd7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aa79c2dfb60de9872257c4e7c1f5ab9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 04:32:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ccf7890c-f929-4df4-8b59-631312fb5ab7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "90f9078d-6ca9-4556-b131-15aacb120e69", + "x-ms-routing-request-id": "JAPANEAST:20230614T043221Z:ccf7890c-f929-4df4-8b59-631312fb5ab7" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-343c0656631098b0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "26c79c6fbafb8dc7af9ea24373c0c53d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 04:32:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d8e5a8ac-ec93-41ac-980b-2a1193cf1ed5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "0f3d38da-d34d-4870-8d9a-bdd90f7a5fdd", + "x-ms-routing-request-id": "JAPANEAST:20230614T043230Z:d8e5a8ac-ec93-41ac-980b-2a1193cf1ed5" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-fadfe80d7a536f51-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e02cc0973b7065d45924672d7e078b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 04:32:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b10bfe63-2dfc-4467-b27e-cd7ab1f0fa88", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "aa727e0c-4e94-4248-a092-281285eb47b3", + "x-ms-routing-request-id": "JAPANEAST:20230614T043246Z:b10bfe63-2dfc-4467-b27e-cd7ab1f0fa88" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-1d8bd8fdb1561ecc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "899198ba890f24a5faebfa6e14447662", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 04:33:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8831e9e2-f0c6-4aa1-992a-ca3eb2aa9c0e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "4217d2ed-b794-43cf-972c-64396dcf2ff1", + "x-ms-routing-request-id": "JAPANEAST:20230614T043318Z:8831e9e2-f0c6-4aa1-992a-ca3eb2aa9c0e" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-9b023dfe090883ed-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f4dd86928cf3fbe63fc1e0687455b6cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 04:33:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "95a6a89d-66ea-48c1-b1eb-b6efdc42796f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "06f842c8-df1b-4704-b34e-4c675299759a", + "x-ms-routing-request-id": "JAPANEAST:20230614T043350Z:95a6a89d-66ea-48c1-b1eb-b6efdc42796f" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-6305cd241b151dfa-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "db88eb263b2f802e27dd23cb78eef200", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 04:34:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "70341368-6144-4ced-a96e-0ea8f22da8ab", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "20f63b31-4c22-4db6-9490-524f7b15d4c3", + "x-ms-routing-request-id": "JAPANEAST:20230614T043422Z:70341368-6144-4ced-a96e-0ea8f22da8ab" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-7b2a9353335c2eb0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "51e0e41c83022dc3b2964a4ea83db0a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 04:34:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "33df13b3-032b-4a9b-aea6-f1dff71a566f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "334f6ec9-ec6d-4114-ba66-e157eaf5bcdf", + "x-ms-routing-request-id": "JAPANEAST:20230614T043454Z:33df13b3-032b-4a9b-aea6-f1dff71a566f" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7327a0553bc91b44dc30736a8229d9a1-b741ee6bea6c2dd8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "79f1cf168bf2aa1b817515c82c6f0355", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-dcf1a0e2d5f17633-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "28472b359abc5632575dcd15681a8250", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2304,30 +2461,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:08:06 GMT", + "Date": "Wed, 14 Jun 2023 04:35:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d194c1b-9a73-4c4a-b6f4-d92ad22357dd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "10a9d5be-04af-486a-ac6a-fda4d8cd07f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050806Z:4d194c1b-9a73-4c4a-b6f4-d92ad22357dd" + "x-ms-correlation-request-id": "e6cb3784-3c25-4d6c-bf68-f4e8cea44fda", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "fb9a7267-737e-4dc8-9fc3-7bd94d6ee725", + "x-ms-routing-request-id": "JAPANEAST:20230614T043527Z:e6cb3784-3c25-4d6c-bf68-f4e8cea44fda" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/a0eef5cb-c6c1-48ce-a910-3593d4112b1b-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7327a0553bc91b44dc30736a8229d9a1-2b60417ae8589507-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "083f6377d400dca37c4bbbb30d37bc91", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-566850d44b0e3b66-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8f4bdfce6574a2cd285a2898f1e0d7e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2336,30 +2493,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:08:07 GMT", + "Date": "Wed, 14 Jun 2023 04:35:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9751bfd3-424f-41d2-83c7-6605b5fe1e0b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "fad285b9-9247-4d47-ad8a-b13e2d3a93d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050807Z:9751bfd3-424f-41d2-83c7-6605b5fe1e0b" + "x-ms-correlation-request-id": "7594fb65-3812-42ed-b963-06bdc7deb4a6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "880ed153-1c29-4a0d-bd68-9a909b3f83ce", + "x-ms-routing-request-id": "JAPANEAST:20230614T043559Z:7594fb65-3812-42ed-b963-06bdc7deb4a6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/a0eef5cb-c6c1-48ce-a910-3593d4112b1b-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7327a0553bc91b44dc30736a8229d9a1-50b89292a9c52d12-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fb6a9349204380eae42e0dc449685a80", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-34b2c5c09187a2b4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4d967e2dcaa78144b18af9a4b6aec497", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2368,30 +2525,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:08:09 GMT", + "Date": "Wed, 14 Jun 2023 04:36:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2cc71e8d-9204-4f17-817d-4ff7a7f674f6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "32ee186a-e71e-4b79-9079-b3220c94322c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050809Z:2cc71e8d-9204-4f17-817d-4ff7a7f674f6" + "x-ms-correlation-request-id": "cfc7c679-cec0-446d-bff4-de3a43095555", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "cdc61b83-da8b-4b04-bcfe-ceb3e6f9e2d8", + "x-ms-routing-request-id": "JAPANEAST:20230614T043631Z:cfc7c679-cec0-446d-bff4-de3a43095555" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/a0eef5cb-c6c1-48ce-a910-3593d4112b1b-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7327a0553bc91b44dc30736a8229d9a1-00b6f3db658f0c94-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "81f91cf67fe341b62c14fca6cf689c49", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-b3b83df60002ce4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c87ff91320f1cf305ea5ff6172996576", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2400,30 +2557,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:08:10 GMT", + "Date": "Wed, 14 Jun 2023 04:37:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e78ecd4-d2e0-45bd-b2e4-1baa206740a2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "fd7ebe66-dbf6-46c3-9c92-2406d518dbd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050810Z:6e78ecd4-d2e0-45bd-b2e4-1baa206740a2" + "x-ms-correlation-request-id": "5f5101f3-c0c8-4235-8f21-3619abd2e00e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "2192516d-2f1e-4247-973d-2a9e043d781b", + "x-ms-routing-request-id": "JAPANEAST:20230614T043703Z:5f5101f3-c0c8-4235-8f21-3619abd2e00e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/a0eef5cb-c6c1-48ce-a910-3593d4112b1b-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7327a0553bc91b44dc30736a8229d9a1-822b86f0445215a5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "987e83b90705561279bf23d2c7de9314", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-8cb73e8085c96e0a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eae7e386358403a99bc9deea6b28ec79", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2432,30 +2589,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:08:12 GMT", + "Date": "Wed, 14 Jun 2023 04:37:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "138ae032-e25d-4243-bfd4-ea481507201f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "553160e7-ab38-4351-9207-49f4bbe73f24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050812Z:138ae032-e25d-4243-bfd4-ea481507201f" + "x-ms-correlation-request-id": "1a12b4a4-2e7a-4af7-b618-d5597fbf7f65", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "b4ea4737-8371-441e-96b9-c0ce2393b8fa", + "x-ms-routing-request-id": "JAPANEAST:20230614T043735Z:1a12b4a4-2e7a-4af7-b618-d5597fbf7f65" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/a0eef5cb-c6c1-48ce-a910-3593d4112b1b-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7327a0553bc91b44dc30736a8229d9a1-1cefbfc81711201f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f1bc3bf13a3dc9addc28cf2e2344b07c", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-35888af2b368e784-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f78591950e600cf84ec6ef01cae30f17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2464,30 +2621,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:08:16 GMT", + "Date": "Wed, 14 Jun 2023 04:38:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "806994de-dc99-4883-8d0b-0edb226a82db", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "206af8c3-5c4f-4f39-882d-aa61c140894f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050817Z:806994de-dc99-4883-8d0b-0edb226a82db" + "x-ms-correlation-request-id": "68a330f3-8d0b-4ff3-b9b6-91e9a0d303b9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "665a29bc-4221-4be6-a619-17db7a29adce", + "x-ms-routing-request-id": "JAPANEAST:20230614T043807Z:68a330f3-8d0b-4ff3-b9b6-91e9a0d303b9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/a0eef5cb-c6c1-48ce-a910-3593d4112b1b-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7327a0553bc91b44dc30736a8229d9a1-8e4749e8fc4f4b12-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c50bc391c1eaef7a0aa208245be47a4d", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-91e58f93dfca67fd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d21e8324dac6de124f7b2d2742456335", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2496,30 +2653,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:08:25 GMT", + "Date": "Wed, 14 Jun 2023 04:38:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd42eadc-0c07-401f-be6f-bc223d07509d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "713314e3-a476-4482-b003-56f86ee70a86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050825Z:bd42eadc-0c07-401f-be6f-bc223d07509d" + "x-ms-correlation-request-id": "fb4a6344-ce98-4d6a-ac66-b6577c15d5a4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "85948295-1c22-4a87-ab40-9d0e046cb3e4", + "x-ms-routing-request-id": "JAPANEAST:20230614T043840Z:fb4a6344-ce98-4d6a-ac66-b6577c15d5a4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/a0eef5cb-c6c1-48ce-a910-3593d4112b1b-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7327a0553bc91b44dc30736a8229d9a1-7d6d0581fd531672-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "94b4e881abab7e0cd6b4bcdc38e33235", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-07679c49d7f3cd3d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e0cb85b86d147715ebdb9bbe45a739b7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2528,30 +2685,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:08:41 GMT", + "Date": "Wed, 14 Jun 2023 04:39:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0db6e24-2757-49e3-b412-d22b28c3028a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "91805f93-3dda-471c-badc-fa32edc39115", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050841Z:e0db6e24-2757-49e3-b412-d22b28c3028a" + "x-ms-correlation-request-id": "fdf7e680-58bb-495f-bf60-d70d8c6b1ca3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "9edb5892-827a-4b44-b9e7-a1a4e396b54e", + "x-ms-routing-request-id": "JAPANEAST:20230614T043912Z:fdf7e680-58bb-495f-bf60-d70d8c6b1ca3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.HDInsight/locations/East%20US/azureasyncoperations/a0eef5cb-c6c1-48ce-a910-3593d4112b1b-0-r?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/Japan%20East/azureasyncoperations/72f27903-eac5-4f6d-a1a9-4ff24dec55ee-0-r?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7327a0553bc91b44dc30736a8229d9a1-5b2edf82ab18a42b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0341a70eced3302ac0cde69a32896df8", + "traceparent": "00-e7d4c13bd721a9a9d58d5c0bcedfaceb-7ee30a227edc1149-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e8c5c6b91a0abbb37fa6a8e4e1d0ca08", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2560,61 +2717,61 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:09:13 GMT", + "Date": "Wed, 14 Jun 2023 04:39:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0bbbc8fb-a305-4000-b454-5f7845474413", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "bfb760a7-d1f6-42dc-bfa1-6dc7e9ba7e38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050914Z:0bbbc8fb-a305-4000-b454-5f7845474413" + "x-ms-correlation-request-id": "f4b6d6ce-0158-420d-8f19-c945c7257655", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "46616af3-a7f0-45b9-9f0f-65ebff32c8bb", + "x-ms-routing-request-id": "JAPANEAST:20230614T043944Z:f4b6d6ce-0158-420d-8f19-c945c7257655" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-510/providers/Microsoft.HDInsight/clusters/cluster7753?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-9950/providers/Microsoft.HDInsight/clusters/cluster9576?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-26a0a53dd170345346b51b4954a053af-2e45b0539a8bd8dd-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3bad82ae1c8fe6d0b78def35049eb726", + "traceparent": "00-793799aefc366c98f71cf9b955e30395-1eb0c5d625782ffe-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4449b9632f18b7036da6e6eb3f5499a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "227", + "Content-Length": "228", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:09:14 GMT", + "Date": "Wed, 14 Jun 2023 04:39:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13ec4fb8-072a-49cd-8125-1726a5abb951", + "x-ms-correlation-request-id": "bf747dfa-f0f5-4762-8744-a9d6343c428d", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "13ec4fb8-072a-49cd-8125-1726a5abb951", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050914Z:13ec4fb8-072a-49cd-8125-1726a5abb951" + "x-ms-request-id": "bf747dfa-f0f5-4762-8744-a9d6343c428d", + "x-ms-routing-request-id": "JAPANEAST:20230614T043944Z:bf747dfa-f0f5-4762-8744-a9d6343c428d" }, "ResponseBody": { "error": { "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.HDInsight/clusters/cluster7753\u0027 under resource group \u0027HDInsightRG-510\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "message": "The Resource \u0027Microsoft.HDInsight/clusters/cluster9576\u0027 under resource group \u0027HDInsightRG-9950\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" } } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1991411400", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1579839728", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/Exist.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/Exist.json index befc28fa43eb..e505bbb4dad7 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/Exist.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/Exist.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7c69de21881be31a6e68f77bd78d7fc2-1bb52636c57fd614-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "305ffe956d912763b9c2f253429099b3", + "traceparent": "00-2aae772d24acc55b3eceb9d8a78bab57-a8318000bdc5a795-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e0e10ed7ce9129fb6d815a2798c4bb95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:40:49 GMT", + "Date": "Wed, 14 Jun 2023 06:52:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "377e919d-f0af-41c0-9f50-144edf443686", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "377e919d-f0af-41c0-9f50-144edf443686", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084050Z:377e919d-f0af-41c0-9f50-144edf443686" + "x-ms-correlation-request-id": "e400a5b5-6df4-4b19-89a2-acb03bf1a2f6", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "e400a5b5-6df4-4b19-89a2-acb03bf1a2f6", + "x-ms-routing-request-id": "JAPANEAST:20230614T065245Z:e400a5b5-6df4-4b19-89a2-acb03bf1a2f6" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-1799?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-4347?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-afe36551aae85be78d4cf48bec685bff-9ba83f96775b8347-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "47aa33e1af241697d67d1a9eec98a09a", + "traceparent": "00-548bda629c8b59129f962aa618f111f6-caeb98f9095f5375-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e175b7b78052975af9f1c5d92e1bd45a", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:40:53 GMT", + "Date": "Wed, 14 Jun 2023 06:52:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e00ee40-de0d-4fc5-994c-f685b2317985", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "4e00ee40-de0d-4fc5-994c-f685b2317985", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084053Z:4e00ee40-de0d-4fc5-994c-f685b2317985" + "x-ms-correlation-request-id": "519ca6ed-1ec5-4b25-960f-639c8435ab40", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "519ca6ed-1ec5-4b25-960f-639c8435ab40", + "x-ms-routing-request-id": "JAPANEAST:20230614T065245Z:519ca6ed-1ec5-4b25-960f-639c8435ab40" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799", - "name": "HDInsightRG-1799", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347", + "name": "HDInsightRG-4347", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-5598ced456f75c706574687879637880-226da7ab5b83cc97-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2398416e8fbef9a03bdcf234b7d24b74", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-6c61754fafcc2035-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7300368408cad6437ab40c98f7764576", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6206.blob.core.windows.net", + "name": "azstorageforcluster6110.blob.core.windows.net", "isDefault": true, - "container": "container3525", + "container": "container9941", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1803", + "Content-Length": "1833", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:41:26 GMT", - "ETag": "\u0022a867b4ae-209f-4ea5-b0bc-706a42a29973\u0022", + "Date": "Wed, 14 Jun 2023 06:53:15 GMT", + "ETag": "\u0022e02b0c3a-eebb-4cd0-a285-55f81d594974\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a21c8cf3-09f6-4574-9e54-13bb65b13a2f", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "ea8e4df7-4b99-4736-a0b6-38816ae95509", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084127Z:a21c8cf3-09f6-4574-9e54-13bb65b13a2f" + "x-ms-correlation-request-id": "377b938e-71f6-453b-91d6-0a1ca9772838", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "e4e73eb6-88f7-4e32-ab7f-eecc3f1f7fdd", + "x-ms-routing-request-id": "JAPANEAST:20230614T065316Z:377b938e-71f6-453b-91d6-0a1ca9772838" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790", - "name": "cluster7790", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838", + "name": "cluster5838", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "a867b4ae-209f-4ea5-b0bc-706a42a29973", + "location": "Japan East", + "etag": "e02b0c3a-eebb-4cd0-a285-55f81d594974", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "6fd22154d3f14c9785bfb6dc6f352d74", + "clusterId": "777347eaf8f14bdba4e36186b205b65e", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T08:41:24.867", + "createdDate": "2023-06-14T06:53:15.727", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6206.blob.core.windows.net", + "name": "azstorageforcluster6110.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container3525", + "container": "container9941", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,301 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-5523cc7b8320bcab-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a8c370706846128de786a239de93ad80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:41:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2722008-ade9-42f3-b662-bc810928477c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "350a04af-9f5b-418d-adac-ee7184097175", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084129Z:b2722008-ade9-42f3-b662-bc810928477c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-ac82f40eb98045c4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3d7f884fcfea57d13741b7c7cb095c32", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:41:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c131975f-7a7c-45c0-8a83-5cfb757126a7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "9b2058b0-2064-4277-bfd2-de886e5dbb4e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084130Z:c131975f-7a7c-45c0-8a83-5cfb757126a7" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-c2312a8cbc8638ee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "46c42312a30e472e3babfb3e74cf78d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:41:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1ebd841-6cd3-477f-bd69-e28b055ce0cc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "4e92be1a-9326-4332-ad1f-aeadc01f268f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084132Z:b1ebd841-6cd3-477f-bd69-e28b055ce0cc" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-9ecd184ff5e7e97f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "144743498c89a0e39f6c7004b1c647dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:41:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83c19460-ce5a-4a19-a849-09aca3ac60da", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "ac2c7cb3-153e-4031-b8f2-1e76bf3b6c4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084134Z:83c19460-ce5a-4a19-a849-09aca3ac60da" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-8637c1f5b6f481f9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ba276f2a66cfab725a37023fd392e267", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:41:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "895bb3f6-b9e5-4e65-ab18-687d2ee3aac1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "1423a00e-7eb0-4d95-98e8-e44a41fa79d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084137Z:895bb3f6-b9e5-4e65-ab18-687d2ee3aac1" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-36af2bf99e2baf6e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "887ddec847c185a83f23a7a232299675", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:41:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4ea3cab-fd91-44a7-9798-3a962d42bc15", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "f9f94b56-6685-4b43-8585-76944537dcf0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084142Z:d4ea3cab-fd91-44a7-9798-3a962d42bc15" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-aafb35e935f8199c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "04141e64bda8e209d09cba528aa4cc0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:41:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25f431f2-fd3b-4207-b920-1098f77ef545", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "e20a5f5e-5881-4c0c-a009-d62768076906", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084150Z:25f431f2-fd3b-4207-b920-1098f77ef545" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-196570dea3f9a761-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d33b0889be48e21cc7a27aabbfcf7930", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:42:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "562734a5-148a-427e-98df-2b92b9bd6d88", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "1cce4fd1-1bd0-46be-8aa0-d7457e0473f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084207Z:562734a5-148a-427e-98df-2b92b9bd6d88" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-26e5d35120e47baa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b5da8ca1dd7d0bbfd49bb7258d55fa9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:42:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e013f89-8864-4379-9ffb-d5dc2f5825cd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "a897c027-6929-4953-b8a8-fdfa2ebcfed7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084240Z:0e013f89-8864-4379-9ffb-d5dc2f5825cd" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-590ecfa1f0e08941-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "29189956c2eda62c01323d05425e2200", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-da4b9bc1e41034c6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a6dd4caa78234aaf39930149cb0b9034", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:43:12 GMT", + "Date": "Wed, 14 Jun 2023 06:53:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5eae1028-b131-44e3-bdd6-070b781580c3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "ceb11183-cedb-46a1-9a3c-7cec3648c625", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084313Z:5eae1028-b131-44e3-bdd6-070b781580c3" + "x-ms-correlation-request-id": "5e474e23-3f25-48be-9586-13e0fb67c70d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "38cb5f80-0a44-42c2-bd96-c9108b54ebc6", + "x-ms-routing-request-id": "JAPANEAST:20230614T065316Z:5e474e23-3f25-48be-9586-13e0fb67c70d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-4c42d069fed77b0b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fdb0892217c9ac8f4830fead06f75571", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-01142c3efb1565ad-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ffcbc85d61e37e66574719cf2f88f4c4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:43:45 GMT", + "Date": "Wed, 14 Jun 2023 06:53:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa93cca7-8f41-4913-aeb6-f59118bc9beb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "607f0ce1-8d6f-4ac9-9af6-e264e77b3e29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084346Z:aa93cca7-8f41-4913-aeb6-f59118bc9beb" + "x-ms-correlation-request-id": "da7352ae-3f2f-45bd-9d95-c3036aff0346", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "c6db543f-5a1f-498c-867b-da4379184e95", + "x-ms-routing-request-id": "JAPANEAST:20230614T065318Z:da7352ae-3f2f-45bd-9d95-c3036aff0346" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-4a53253a28519e72-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2555dfa74fb7de426034b44ba0bac876", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-9100f16586a2cd2f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "abee19999f99e55257b166560495ed4f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:44:18 GMT", + "Date": "Wed, 14 Jun 2023 06:53:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b13251e6-5cd5-4274-8383-5f54d2679fe9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "1b9e41b8-8b2e-44bb-a9b1-e26d61b74445", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084418Z:b13251e6-5cd5-4274-8383-5f54d2679fe9" + "x-ms-correlation-request-id": "7189a828-e114-4eff-b622-a49eab14093d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "3a7ffb04-1a89-467a-871d-4dc10fc68f97", + "x-ms-routing-request-id": "JAPANEAST:20230614T065319Z:7189a828-e114-4eff-b622-a49eab14093d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-a2cc34e2353a4b5a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0302b778fda53fd10a6ce0bdc37e9f0a", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-d251ad2a930c36ea-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "195da36a1bea4810e55f4edc5fe01ab1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:44:51 GMT", + "Date": "Wed, 14 Jun 2023 06:53:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dde0f151-20a0-46a0-be6e-859b07020db5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "dc136a27-a0ba-49e6-b188-8758c3ab325a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084451Z:dde0f151-20a0-46a0-be6e-859b07020db5" + "x-ms-correlation-request-id": "f70c350b-a157-4d3f-81e7-53cc8856f2f0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "0dca8ec6-bbda-4231-b81c-75bd267a249f", + "x-ms-routing-request-id": "JAPANEAST:20230614T065320Z:f70c350b-a157-4d3f-81e7-53cc8856f2f0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-7cb2c9164df30ef5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "635ecbdcfc08d34947d29d9462440b8e", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-eb291183a0d9f074-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b2af3c9ee51dbd9b75e6a832fb1079c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:45:24 GMT", + "Date": "Wed, 14 Jun 2023 06:53:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64644a22-19a2-41fa-a9d4-30f553c80323", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "c4055618-3ab4-4751-b2bc-dd7c46a5ff4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084524Z:64644a22-19a2-41fa-a9d4-30f553c80323" + "x-ms-correlation-request-id": "1dab8b68-a4f0-4b65-8dd1-820e6e6d478e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "c602ae30-a22c-42f6-b7c4-6fbc768975b2", + "x-ms-routing-request-id": "JAPANEAST:20230614T065323Z:1dab8b68-a4f0-4b65-8dd1-820e6e6d478e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-bc8289678299ba1b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4f35886852f4aacc0d151b4a6e851ae1", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-165377b42d0c6c13-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8b65ca59db2b7eda08a5c53a50768577", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:45:57 GMT", + "Date": "Wed, 14 Jun 2023 06:53:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10c8046b-62a9-4bf1-abbe-a0cd9a58f0fb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "1814d85a-f9ca-4085-b246-6649fdd82858", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084557Z:10c8046b-62a9-4bf1-abbe-a0cd9a58f0fb" + "x-ms-correlation-request-id": "5f76b84c-3236-4616-8a87-fdd63574617d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "274a2e7a-45de-4e76-9f78-1f83db514935", + "x-ms-routing-request-id": "JAPANEAST:20230614T065327Z:5f76b84c-3236-4616-8a87-fdd63574617d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-79fdd3f323463261-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d56ea995655b7b6d6d2fbbd25f3cdcc5", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-2d01c71e6bbaa306-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c8b7b5973ae68431089fa40472dd4dd4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:46:30 GMT", + "Date": "Wed, 14 Jun 2023 06:53:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "779ae46c-b97a-4bfd-9e00-5ff44c222a8c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "a026c99b-098e-47b9-9cc9-edf9f4c12ad9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084630Z:779ae46c-b97a-4bfd-9e00-5ff44c222a8c" + "x-ms-correlation-request-id": "64dfe5c5-a9cf-4d24-8397-4c1726cfffe6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "dd994e21-ed51-4dc6-801d-4876fcb97486", + "x-ms-routing-request-id": "JAPANEAST:20230614T065335Z:64dfe5c5-a9cf-4d24-8397-4c1726cfffe6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-8d670b9d5d7237b8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3b55526150488a16feb455f3e1ff64c1", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-74daff699af4044e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "95838de58e7bc2866230aa771f616dff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:47:03 GMT", + "Date": "Wed, 14 Jun 2023 06:53:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6a29a90-4590-46fb-a9e5-7fd09dded3d4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "1caaa55c-13df-4d05-8228-1a7b94ca244b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084704Z:b6a29a90-4590-46fb-a9e5-7fd09dded3d4" + "x-ms-correlation-request-id": "2c44c477-bca8-4309-bdad-0f7300c990eb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "d9f47e25-1469-415d-8779-cff6aacc4022", + "x-ms-routing-request-id": "JAPANEAST:20230614T065352Z:2c44c477-bca8-4309-bdad-0f7300c990eb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-175a0b00a520ea3d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b9ffbbb736d603321abae1c596f94ad0", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-9a77c8ff88d6ceef-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "469b3160b1581edb98e0838b37d50b2a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:47:37 GMT", + "Date": "Wed, 14 Jun 2023 06:54:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5be12c74-3091-48d0-ac81-556a5e4e0877", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "b81fff72-b79e-47e5-9331-5831665f1fb2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084737Z:5be12c74-3091-48d0-ac81-556a5e4e0877" + "x-ms-correlation-request-id": "f6a16a95-fa2d-4d79-83de-d1e6f938760a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "605f51c0-14f9-46b5-81e6-d19266293c07", + "x-ms-routing-request-id": "JAPANEAST:20230614T065424Z:f6a16a95-fa2d-4d79-83de-d1e6f938760a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-ed35067484a8651c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1ce95538df30459893e3d6a70f7a996e", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-013017c55c952ae1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c354f058eff208fb2ef465b590ba64a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:48:09 GMT", + "Date": "Wed, 14 Jun 2023 06:54:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e16d6807-4e46-422d-b497-00522899ed7e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "a5a3a4a3-5a1e-4739-a77f-b28eeeb166bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084810Z:e16d6807-4e46-422d-b497-00522899ed7e" + "x-ms-correlation-request-id": "be743ff3-3135-4424-ad4f-dd71c2e8e3ec", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "ed73f00c-5f0d-4ff7-bb6d-33786a7f2a9e", + "x-ms-routing-request-id": "JAPANEAST:20230614T065457Z:be743ff3-3135-4424-ad4f-dd71c2e8e3ec" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-29b462f0a7187928-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a41bf9ca233d2aef1f52208e6e51f304", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-12d8bb5fc1bb19c0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "41a3a4320742347cb264fd9a0afb8b8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:48:42 GMT", + "Date": "Wed, 14 Jun 2023 06:55:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da60c143-9574-478c-ba04-76d4d28cfc40", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "90b697ec-81c0-4c2f-8ac0-04deec1de958", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084843Z:da60c143-9574-478c-ba04-76d4d28cfc40" + "x-ms-correlation-request-id": "b9d54ba3-8323-41c1-8865-c725f32575ea", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "5198726f-3d32-40ce-aa3e-024fd9caeec1", + "x-ms-routing-request-id": "JAPANEAST:20230614T065529Z:b9d54ba3-8323-41c1-8865-c725f32575ea" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-743c5579ecba5490-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8bba84694815d79122ba25f25f8bf3a0", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-970b776591eb2e77-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2f1f7f24aa0c700c359217634b258edd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:49:15 GMT", + "Date": "Wed, 14 Jun 2023 06:56:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57efd0d0-4b96-419b-a18b-1485581aa1da", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "5a59daaf-c076-4665-8d9f-f66af0e918aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084916Z:57efd0d0-4b96-419b-a18b-1485581aa1da" + "x-ms-correlation-request-id": "dad16c57-ecef-47c9-bdd0-95ab47e0701d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "6b9e8d5f-ae79-4815-bd35-b354d922f56f", + "x-ms-routing-request-id": "JAPANEAST:20230614T065602Z:dad16c57-ecef-47c9-bdd0-95ab47e0701d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-1b170a6714320846-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9cfa7320a6de159366bffdddbe0ad642", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-15420b5a480e62b7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9258dc7cca3250e87420108ef261fe33", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:49:48 GMT", + "Date": "Wed, 14 Jun 2023 06:56:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07290f6d-d467-4a25-9637-41a976d1efb5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "4d17ab7f-40f5-4e47-bbff-7974a92bb394", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T084949Z:07290f6d-d467-4a25-9637-41a976d1efb5" + "x-ms-correlation-request-id": "d495235b-1ab4-4af7-9f69-6f5c0791d3ec", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "07ffb3e7-6a10-4cc2-9295-432c392ae886", + "x-ms-routing-request-id": "JAPANEAST:20230614T065634Z:d495235b-1ab4-4af7-9f69-6f5c0791d3ec" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-7b72b376bb03a3fd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8a3dd2f00ebf825867438182fdfdca93", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-679f047dd2256703-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1190d969359a889a98320cb0f018e88c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:50:21 GMT", + "Date": "Wed, 14 Jun 2023 06:57:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "608cf506-2452-4e5d-bfc8-c20c555cec09", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "7ebf911d-23a1-4019-a9d4-0be4e598a536", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085022Z:608cf506-2452-4e5d-bfc8-c20c555cec09" + "x-ms-correlation-request-id": "4d41191e-de17-4ceb-8af0-fb669aa5e5b7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "24d61b48-0c3e-4517-afd5-3ed264112eec", + "x-ms-routing-request-id": "JAPANEAST:20230614T065706Z:4d41191e-de17-4ceb-8af0-fb669aa5e5b7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-ef34838af3facdf7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fa6e805e5656c326f1a424564bb31918", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-8ef03efb3647e5ff-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2e1e1fd5f8a25a5a96cebaec997d7ed4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:50:54 GMT", + "Date": "Wed, 14 Jun 2023 06:57:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42a9265a-03c0-4fa7-a2d4-b209df5f8d87", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "dce5deae-0874-4867-ab19-f459837cd92a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085054Z:42a9265a-03c0-4fa7-a2d4-b209df5f8d87" + "x-ms-correlation-request-id": "ae5edacf-426a-42e2-b8f2-b2014363ae37", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "ddb8d0b8-2a51-4196-9d53-b3640d4a0a07", + "x-ms-routing-request-id": "JAPANEAST:20230614T065739Z:ae5edacf-426a-42e2-b8f2-b2014363ae37" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-7f9666333d0ba3d7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8d02e3e3684d12e01a77349a24101769", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-1c9ec0ce6ae9a5e0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "72fae3947c95464341d0faffbd37605c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:51:27 GMT", + "Date": "Wed, 14 Jun 2023 06:58:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4bedba08-8a7c-4ec8-8240-f39edbb2e467", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "cbf7a603-9bd2-4f82-8f6b-696eadeccd2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085127Z:4bedba08-8a7c-4ec8-8240-f39edbb2e467" + "x-ms-correlation-request-id": "adef1d1b-efa1-415f-9fb1-e5a49115c8f3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "b46f9877-08e5-48b1-8fdc-c7ece8b30003", + "x-ms-routing-request-id": "JAPANEAST:20230614T065811Z:adef1d1b-efa1-415f-9fb1-e5a49115c8f3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-06c2a29e6696f9eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3e7f69f4dc9c99ebab7a991be90237b4", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-5cfa59f1870b3a03-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d2b88437cf4270917e357acb7badee1a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:51:59 GMT", + "Date": "Wed, 14 Jun 2023 06:58:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2bbc3dbf-495a-43ef-87c1-c81a90ba29aa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "ddbd1202-776d-41b4-9529-ecd46c3c634c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085200Z:2bbc3dbf-495a-43ef-87c1-c81a90ba29aa" + "x-ms-correlation-request-id": "f6cc06ea-61b4-4558-9033-a7dda4f28c65", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "a460bf94-5744-4211-8a8c-a272e3d7e5bc", + "x-ms-routing-request-id": "JAPANEAST:20230614T065843Z:f6cc06ea-61b4-4558-9033-a7dda4f28c65" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-302380e3a75a3f4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1a9e682a3cfbf5469f5bdfde228b9ee0", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-84b6bca142704e48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0c1c38b4761d59f7dcd8ecd2fe5a9d5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:52:34 GMT", + "Date": "Wed, 14 Jun 2023 06:59:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98528ef6-b429-4899-a83c-4f06ec33dfa4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "44bad6ea-90a8-4be0-9805-4483f5db8499", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085234Z:98528ef6-b429-4899-a83c-4f06ec33dfa4" + "x-ms-correlation-request-id": "06e48d1f-5d27-4c5a-8559-bedf83585ac9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "a67ceb23-adf9-4aa1-b9c7-c1b96453f39a", + "x-ms-routing-request-id": "JAPANEAST:20230614T065916Z:06e48d1f-5d27-4c5a-8559-bedf83585ac9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-ebad2b7ec9943429-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e262bb8cda34077cf768e2d3cfc52818", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-f362b409ea5431ed-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "15b55d6dabc5c4915189f35f0277ca94", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:53:07 GMT", + "Date": "Wed, 14 Jun 2023 06:59:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16feb232-cfa9-43e5-b5a5-2d216495d8a7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "0c87b10a-119d-4418-893e-6edd2b22b05c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085307Z:16feb232-cfa9-43e5-b5a5-2d216495d8a7" + "x-ms-correlation-request-id": "4de398a8-a63c-44eb-b342-cc4a29e0b8b5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "bcf5a17d-18f9-4ea2-807e-d308a0f1295a", + "x-ms-routing-request-id": "JAPANEAST:20230614T065948Z:4de398a8-a63c-44eb-b342-cc4a29e0b8b5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-57eb8396c5155dac-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bc708040fd72b76d22899f40fc0d771f", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-cde76254b4623c41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "844bdfe1541bc03f8c5ff66ae2bf7223", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:53:39 GMT", + "Date": "Wed, 14 Jun 2023 07:00:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f35276f-b969-4cad-be61-b98bbeef959a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "d97f9171-fa04-42d9-a1df-51ab2e0ae70b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085340Z:7f35276f-b969-4cad-be61-b98bbeef959a" + "x-ms-correlation-request-id": "c13133c4-2f62-4ce9-9fbc-f2d74c0664a2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "c1193599-ca51-464d-bb08-8c34e39229d0", + "x-ms-routing-request-id": "JAPANEAST:20230614T070020Z:c13133c4-2f62-4ce9-9fbc-f2d74c0664a2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-8a14409b2976b74d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2e8eb8db54a04f7fec9623925a7326d9", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-dc55f87a2adab573-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e5e1b97d9f70955a757bb9483975664", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:54:13 GMT", + "Date": "Wed, 14 Jun 2023 07:00:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c95dc4a-de79-4758-93c7-7f1a0569364c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "7ce3f9fe-af79-43ce-8b6e-9217c525e1ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085413Z:0c95dc4a-de79-4758-93c7-7f1a0569364c" + "x-ms-correlation-request-id": "4198a087-5724-47dd-8a5e-6e4f8f367766", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "8ab463f0-dfb4-4526-9a88-d5a3ce09bfad", + "x-ms-routing-request-id": "JAPANEAST:20230614T070053Z:4198a087-5724-47dd-8a5e-6e4f8f367766" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-64f4eef0b9943b0d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a19dc733e21b8f6e4daabfaa3b3c0bea", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-9fb5c6e55160d13a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1ef0580d180f19431ef58865b427e192", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:54:46 GMT", + "Date": "Wed, 14 Jun 2023 07:01:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af4d28fd-4575-4e2a-afd9-6db356f8a6ef", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "637f18c3-9a73-42e5-a458-ee5fc3c857c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085446Z:af4d28fd-4575-4e2a-afd9-6db356f8a6ef" + "x-ms-correlation-request-id": "963a4e21-4040-4f69-97f9-e17027ca9e70", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "f7920c8f-da6d-4a14-a510-a20b2bb9b873", + "x-ms-routing-request-id": "JAPANEAST:20230614T070125Z:963a4e21-4040-4f69-97f9-e17027ca9e70" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-a8c0192fd51a7516-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "16f7c2f1fa37ec780120cfdbdadb5daf", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-ad176a3c09cb37f6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e6c8cf16ac19079c8a41ddc399aa3df5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:55:18 GMT", + "Date": "Wed, 14 Jun 2023 07:01:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c17fb4b-e1f8-43e8-8156-df53fe704e0e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "bd1a5592-7745-47fe-8759-b2b8f95c62c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085519Z:1c17fb4b-e1f8-43e8-8156-df53fe704e0e" + "x-ms-correlation-request-id": "b6df2571-a532-4bfb-8117-52644877a474", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "4b5af003-4f85-4b96-8c6d-4af4761030fd", + "x-ms-routing-request-id": "JAPANEAST:20230614T070157Z:b6df2571-a532-4bfb-8117-52644877a474" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-c6e6e7dead2a27b0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "340cc663d56ff9034afee0f695d413b0", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-87cf7096e78ee20e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8a5d910854ce7e13d844000250f05480", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:55:51 GMT", + "Date": "Wed, 14 Jun 2023 07:02:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72987698-a876-4eb4-8104-2731485096ef", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "c51b6674-6ed4-4241-9214-44842ecc814c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085552Z:72987698-a876-4eb4-8104-2731485096ef" + "x-ms-correlation-request-id": "46366961-8ba7-433d-b28b-de9d7dd070c0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "0ca995a1-45c3-405a-97a3-b3107389afec", + "x-ms-routing-request-id": "JAPANEAST:20230614T070230Z:46366961-8ba7-433d-b28b-de9d7dd070c0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-f41250cf62102814-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "98a0388b0f7c39a14eb1a0fb1292b472", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-f74019874e0a16f6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b37d287570cf604bbbe894ce3b808073", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:56:25 GMT", + "Date": "Wed, 14 Jun 2023 07:03:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3d2ad29-13ae-4b30-9503-675bb6b09bc5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "aecc0a5f-eeb2-4d8d-b9c4-a48d1617a6fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085625Z:d3d2ad29-13ae-4b30-9503-675bb6b09bc5" + "x-ms-correlation-request-id": "1b108de9-72f5-494e-943a-0a3285688508", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "068a1a73-be79-4dce-9968-0a54fe21639d", + "x-ms-routing-request-id": "JAPANEAST:20230614T070302Z:1b108de9-72f5-494e-943a-0a3285688508" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-709eecdb938f38d4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7547104cd72f1c7bbefdcb381a82562c", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-934a7a533bbd3424-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "225c93b857c9c2c3bb490ed4ac9ab69a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:56:57 GMT", + "Date": "Wed, 14 Jun 2023 07:03:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37efb4ce-85c7-419f-b082-5639b875626f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "2e9da095-3045-44e1-a4ad-f88d88c9b64a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085658Z:37efb4ce-85c7-419f-b082-5639b875626f" + "x-ms-correlation-request-id": "fb3eee0c-6d82-4f2c-8ff8-6bae8a6ffdb7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "1199641a-95b8-4ff1-94e1-8ceb968d8ddb", + "x-ms-routing-request-id": "JAPANEAST:20230614T070335Z:fb3eee0c-6d82-4f2c-8ff8-6bae8a6ffdb7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-c680869eaaece2a4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a1501f0cc53a533224d3e5bd3508e6b7", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-c74ad5df3df609b9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "704d5ded892d982646fccee5bf454357", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:57:31 GMT", + "Date": "Wed, 14 Jun 2023 07:04:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f668a0c-641a-455d-b8d0-7a5bae723889", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "21ff7c06-e1fc-4a14-8f21-2bbf8eeb5b1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085731Z:7f668a0c-641a-455d-b8d0-7a5bae723889" + "x-ms-correlation-request-id": "a81a2ee4-7cbe-41a9-abd0-016bdaa1c919", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "a3667e92-5526-41f6-8eea-690038875cbb", + "x-ms-routing-request-id": "JAPANEAST:20230614T070407Z:a81a2ee4-7cbe-41a9-abd0-016bdaa1c919" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-9be741e1c6460ec0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "84a96d499e8cb380bd84d97e44691fcc", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-1778422f2f3735f0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bd498cc331931eb664baf7866176b320", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:58:04 GMT", + "Date": "Wed, 14 Jun 2023 07:04:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bacaf7ec-ee06-4371-8a79-685298ec5a5c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "1bd1fce5-6ba6-42eb-b76c-c2306061ad35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085805Z:bacaf7ec-ee06-4371-8a79-685298ec5a5c" + "x-ms-correlation-request-id": "e0ded11e-fda4-40fa-af44-768adcdbb33c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "1d2137c6-8f9a-479c-b8ed-11041fa3f3aa", + "x-ms-routing-request-id": "JAPANEAST:20230614T070439Z:e0ded11e-fda4-40fa-af44-768adcdbb33c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-7c5208f4284e3512-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f3ee735a13428737ddf4515cf1bde6b5", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-7bb863c295947361-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dde0fa3110322f456cc3dccc89de0375", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:58:37 GMT", + "Date": "Wed, 14 Jun 2023 07:05:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "506ea70f-38e2-42cc-b263-58a02b66fdfa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "f60ccfda-4cc6-4a6a-8831-c80cd0f1afba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085837Z:506ea70f-38e2-42cc-b263-58a02b66fdfa" + "x-ms-correlation-request-id": "66be8dbe-d00c-429a-8f8f-e9fb2934f3c0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "fcc406a2-b975-4059-a16a-4b5f88205076", + "x-ms-routing-request-id": "JAPANEAST:20230614T070512Z:66be8dbe-d00c-429a-8f8f-e9fb2934f3c0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-0a11d0a07004e639-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "acee1416d2d86e9f9e9ce3b6ebb40fbb", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-0256bf3b28f2aaa3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1f11b605f851bb06a72f0b7291a037cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:59:10 GMT", + "Date": "Wed, 14 Jun 2023 07:05:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef688508-9eb3-4df8-9267-6562bae98bbc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "a282c5d6-e143-4ecb-ad10-da6815ae44a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085910Z:ef688508-9eb3-4df8-9267-6562bae98bbc" + "x-ms-correlation-request-id": "f4df16a9-0566-460b-9640-a15672b24780", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "560ecaf2-605c-4944-b478-d264fd8581e2", + "x-ms-routing-request-id": "JAPANEAST:20230614T070544Z:f4df16a9-0566-460b-9640-a15672b24780" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-a4f0f89393674b07-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c16219b4f31936743622a7984d24c2ff", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-e1e6eabf31d204f0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c5b3ad496565b325461a51cf55e99486", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 08:59:42 GMT", + "Date": "Wed, 14 Jun 2023 07:06:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5607cc7e-15df-4552-8293-d80c23e08eb4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "1401ce71-9edc-4d65-a702-069fc4eec82a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T085943Z:5607cc7e-15df-4552-8293-d80c23e08eb4" + "x-ms-correlation-request-id": "e6eebf84-4d9d-48da-972e-fad3d5caa8f3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "defcfe04-1d59-4ac2-a526-7f373744251f", + "x-ms-routing-request-id": "JAPANEAST:20230614T070616Z:e6eebf84-4d9d-48da-972e-fad3d5caa8f3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-f9a50600937c0422-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3067239d727a88f3d48054a62f819b29", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-2e6ac9a1b5cc9e00-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aa8081b7946539cff324360304d39dcc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:00:16 GMT", + "Date": "Wed, 14 Jun 2023 07:06:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7325cfa6-e298-497d-9d88-981d4c7d2705", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "4ce5bdb7-00bc-463a-9ec6-302523d8d7d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090016Z:7325cfa6-e298-497d-9d88-981d4c7d2705" + "x-ms-correlation-request-id": "d0c54828-900f-4ee3-a0fe-7b1baeb834fe", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "e859d948-46f1-40a2-a006-06736cc09ae6", + "x-ms-routing-request-id": "JAPANEAST:20230614T070649Z:d0c54828-900f-4ee3-a0fe-7b1baeb834fe" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-9d771f08b311f056-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d8a895e5255b239c9fb875b62a07207a", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-59bfba2c9c9a3e13-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "db830c8c3e2a9f10915ed836a73766be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:00:49 GMT", + "Date": "Wed, 14 Jun 2023 07:07:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb6e67d5-a0d4-44ec-9327-4a43a055391a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "2c8ceecb-7a8f-483e-b7ed-2568e823f735", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090049Z:eb6e67d5-a0d4-44ec-9327-4a43a055391a" + "x-ms-correlation-request-id": "5b5ed0f2-712d-42a2-b793-b50c0d57c864", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "4ed813ee-6544-405a-92dc-3fced546e138", + "x-ms-routing-request-id": "JAPANEAST:20230614T070721Z:5b5ed0f2-712d-42a2-b793-b50c0d57c864" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-02dc2fc3d7b03685-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c718e3d9df4c414125d9ed999ece06b5", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-bde65e696c493f7c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0fba859a8c1fb46ade7ad1402f22ae73", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:01:21 GMT", + "Date": "Wed, 14 Jun 2023 07:07:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "744a271d-50ef-4cc2-ad1b-c142643bae24", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "cca7626f-05b3-454d-aa3e-7e46d3b89994", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090122Z:744a271d-50ef-4cc2-ad1b-c142643bae24" + "x-ms-correlation-request-id": "c6d7468c-3e32-4ecb-a046-58224ea89db4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "690f0da8-2d52-42e7-a80b-4a1085a912b8", + "x-ms-routing-request-id": "JAPANEAST:20230614T070754Z:c6d7468c-3e32-4ecb-a046-58224ea89db4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-b1256b00cb5ad1d4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b7b37e86ea7c78a4874490c2fd3d5ecd", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-6f437aa05c23fb40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4842847cb965795b71e01906bb9891bc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:01:55 GMT", + "Date": "Wed, 14 Jun 2023 07:08:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed9daa62-3f8a-47fe-b073-592dc8a6b722", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "f907c51f-fb76-4864-b46e-2279776523e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090155Z:ed9daa62-3f8a-47fe-b073-592dc8a6b722" + "x-ms-correlation-request-id": "302e9a3f-f280-4d42-8728-0be76ea2e213", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "711f3edc-c306-4e16-9c9b-cc3325fd1f80", + "x-ms-routing-request-id": "JAPANEAST:20230614T070826Z:302e9a3f-f280-4d42-8728-0be76ea2e213" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-cc10c47621339e43-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4cccda5fd46806dc5466b381370284d0", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-719fbedbf9d2f82d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7f6878be8e1800ada2cefdaf6dcf706e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:02:27 GMT", + "Date": "Wed, 14 Jun 2023 07:08:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ea9c0bb-6695-4cd3-a697-8e3bd37bc4e0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "846a350e-4571-4b05-92ca-419c5ff2b0e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090228Z:2ea9c0bb-6695-4cd3-a697-8e3bd37bc4e0" + "x-ms-correlation-request-id": "ed5a7b67-19b8-4ddf-bbf7-fb4e7506bef2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "4174c87f-6c9b-4001-832c-5400ad5caed0", + "x-ms-routing-request-id": "JAPANEAST:20230614T070859Z:ed5a7b67-19b8-4ddf-bbf7-fb4e7506bef2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-abf71bc5ffd0edc8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ac2fc0b16953effd3fa03f074e7e44e7", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-440b65823fa847df-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "23ba65af1df4e15829419e3e7263f945", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:03:00 GMT", + "Date": "Wed, 14 Jun 2023 07:09:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4fbd75c-4632-4922-a1ee-8b12302f3b12", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "bdbc22dc-bc52-47cf-aad9-c877f3430373", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090301Z:b4fbd75c-4632-4922-a1ee-8b12302f3b12" + "x-ms-correlation-request-id": "81b7d41f-3d41-42d7-90b2-c6919d7ccf90", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "e4458e41-ae9a-4240-b18b-3b1b8cd68d2f", + "x-ms-routing-request-id": "JAPANEAST:20230614T070931Z:81b7d41f-3d41-42d7-90b2-c6919d7ccf90" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-7f8aa5df03881c02-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c439207bba01b24ca1ad621537234084", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-bc98ac26da055196-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b68214e92eb9ee5bd742a696bbab0ca1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:03:34 GMT", + "Date": "Wed, 14 Jun 2023 07:10:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94257f24-bb48-4128-853d-58f6f7936144", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "f5c27e7e-6355-4d2c-9a96-0b351dc82932", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090335Z:94257f24-bb48-4128-853d-58f6f7936144" + "x-ms-correlation-request-id": "e1456f4a-8038-4f4b-b048-0bc5397008a9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "5dc9b279-cd43-452e-a971-6070762085c8", + "x-ms-routing-request-id": "JAPANEAST:20230614T071003Z:e1456f4a-8038-4f4b-b048-0bc5397008a9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-fbe2542c13c5728b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3c10c0bfb10df679dcdd0dc894d4b8d5", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-391dec8948f178f8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5657aa6f6ddea0c81f8656d7ef6e8d3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:04:07 GMT", + "Date": "Wed, 14 Jun 2023 07:10:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa628989-3d9d-4c10-9ce2-4673082e574d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "b8055855-eae8-4ed7-b09f-efc853e7f70e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090408Z:fa628989-3d9d-4c10-9ce2-4673082e574d" + "x-ms-correlation-request-id": "67175605-af56-4771-baa6-ad2945a0ea12", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "6befc68c-5046-468a-bc90-d6728d34f402", + "x-ms-routing-request-id": "JAPANEAST:20230614T071036Z:67175605-af56-4771-baa6-ad2945a0ea12" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-ab94afd0fe4e7074-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1706cb22c0c9f7cf747d0ba607e7b81b", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-8f1c828649c13771-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "58c6b8d5ba4c81b50acb4cb176c2257d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:04:41 GMT", + "Date": "Wed, 14 Jun 2023 07:11:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f9f7b4a-2b05-4ac1-9153-e8a8ef72af6e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "65e1e21c-9790-4313-b319-9626046182d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090441Z:1f9f7b4a-2b05-4ac1-9153-e8a8ef72af6e" + "x-ms-correlation-request-id": "6f021034-4090-4f3f-8329-fba9dce4a182", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "16334a48-ae73-4e2b-9417-162f870a48d1", + "x-ms-routing-request-id": "JAPANEAST:20230614T071108Z:6f021034-4090-4f3f-8329-fba9dce4a182" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-760a16100f2ecfe5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8d48bb5f076ecadaa643e724ad841ecc", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-8371cc44b3117e65-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c8cefc35a30c7b664ce29632d884fe68", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1890,71 +1597,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:05:13 GMT", + "Date": "Wed, 14 Jun 2023 07:11:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0250396-96dd-432d-8565-c045fcbe8209", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "0f63c983-a4c9-4865-88aa-2a765c38fd6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090514Z:a0250396-96dd-432d-8565-c045fcbe8209" + "x-ms-correlation-request-id": "ecc3b8bd-6e16-4137-960f-af32bb20641c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "a3e53e48-dcb2-4622-9051-6634635b7605", + "x-ms-routing-request-id": "JAPANEAST:20230614T071141Z:ecc3b8bd-6e16-4137-960f-af32bb20641c" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5598ced456f75c706574687879637880-01521bb069bc50e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6cf28cf4281cffbbf019c88fa5d2eff4", + "traceparent": "00-a7c794abdc70cdf593bb4510f4bff99e-8f672183dfa4a908-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "03c068b4b3e5b554f5d64c132116295d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2014", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:05:14 GMT", + "Date": "Wed, 14 Jun 2023 07:11:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7265ec37-a650-493a-a923-ef3474ec88d4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "70e0467b-c3ba-42c9-b397-99a9bc205cc8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090515Z:7265ec37-a650-493a-a923-ef3474ec88d4" + "x-ms-correlation-request-id": "c4499380-48b0-48be-b4de-2f75f763f661", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "54eeb884-601c-446a-b66d-d86a9e0dd8c6", + "x-ms-routing-request-id": "JAPANEAST:20230614T071141Z:c4499380-48b0-48be-b4de-2f75f763f661" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790", - "name": "cluster7790", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838", + "name": "cluster5838", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "a867b4ae-209f-4ea5-b0bc-706a42a29973", + "location": "Japan East", + "etag": "e02b0c3a-eebb-4cd0-a285-55f81d594974", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "6fd22154d3f14c9785bfb6dc6f352d74", + "clusterId": "777347eaf8f14bdba4e36186b205b65e", "computeProfile": { "roles": [ { @@ -2000,7 +1707,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T08:41:24.867", + "createdDate": "2023-06-14T06:53:15.727", "quotaInfo": { "coresUsed": 20 }, @@ -2008,13 +1715,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster7790-ssh.azurehdinsight.net", + "location": "cluster5838-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster7790.azurehdinsight.net", + "location": "cluster5838.azurehdinsight.net", "port": 443 } ], @@ -2025,14 +1732,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6206.blob.core.windows.net", + "name": "azstorageforcluster6110.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container3525", + "container": "container9941", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2049,55 +1757,55 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6e71fdee533c0631a1805ef501b8e4cf-14db9170de614d57-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d868f1242a8c1a67f03b7086d9ab49f0", + "traceparent": "00-a05a07d082453de2c2e3394fcbc1b007-d7508a18d536746e-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f3a1d961c59f3232514b0c6a2382a886", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2014", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:05:15 GMT", + "Date": "Wed, 14 Jun 2023 07:11:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bd2ccbe-f86a-4ed6-865b-482c03852049", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "427b88ff-c367-4cec-a744-cf10fccff138", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090516Z:8bd2ccbe-f86a-4ed6-865b-482c03852049" + "x-ms-correlation-request-id": "14c6f4e3-c0cd-4ad3-8ed1-9259057ae1b7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "bc4cff53-f179-48bf-88e4-625d9d2c8113", + "x-ms-routing-request-id": "JAPANEAST:20230614T071142Z:14c6f4e3-c0cd-4ad3-8ed1-9259057ae1b7" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1799/providers/Microsoft.HDInsight/clusters/cluster7790", - "name": "cluster7790", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-4347/providers/Microsoft.HDInsight/clusters/cluster5838", + "name": "cluster5838", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "a867b4ae-209f-4ea5-b0bc-706a42a29973", + "location": "Japan East", + "etag": "e02b0c3a-eebb-4cd0-a285-55f81d594974", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "6fd22154d3f14c9785bfb6dc6f352d74", + "clusterId": "777347eaf8f14bdba4e36186b205b65e", "computeProfile": { "roles": [ { @@ -2143,7 +1851,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T08:41:24.867", + "createdDate": "2023-06-14T06:53:15.727", "quotaInfo": { "coresUsed": 20 }, @@ -2151,13 +1859,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster7790-ssh.azurehdinsight.net", + "location": "cluster5838-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster7790.azurehdinsight.net", + "location": "cluster5838.azurehdinsight.net", "port": 443 } ], @@ -2168,14 +1876,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6206.blob.core.windows.net", + "name": "azstorageforcluster6110.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container3525", + "container": "container9941", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2193,9 +1902,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "194245816", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1992139233", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/ExistAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/ExistAsync.json index ec2349f85a07..03c1b1865b4d 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/ExistAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/ExistAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9a0c1a2917d1656a24511c5cda636525-763228f927ff4db4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8defbd4520d4710202169b7f9db2eb93", + "traceparent": "00-a1d0747688c0fa217d71d6bb3d5239ab-13d5dc42666b5d50-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c55078211dc026c2494c9b66cee6878f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:09:20 GMT", + "Date": "Wed, 14 Jun 2023 04:39:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4da5b2ab-a37f-4525-b471-a265cc08a44c", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "4da5b2ab-a37f-4525-b471-a265cc08a44c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050921Z:4da5b2ab-a37f-4525-b471-a265cc08a44c" + "x-ms-correlation-request-id": "b0c9904d-d4df-410a-9500-fc2fb072eee8", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "b0c9904d-d4df-410a-9500-fc2fb072eee8", + "x-ms-routing-request-id": "JAPANEAST:20230614T043945Z:b0c9904d-d4df-410a-9500-fc2fb072eee8" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-9212?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-7706?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-0a22625443bff77ebb1a11a7906c3c8a-a3983ced67a72096-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "96bc7ded9a0f9ff234e990b746a86b9c", + "traceparent": "00-a9408a75fc5a04fcbbdb2f7ae06fecef-261f705fad5825c0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4e067410c617219a98aa716bca3fba6b", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:09:23 GMT", + "Date": "Wed, 14 Jun 2023 04:39:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d76af48b-d7aa-42fe-90b5-732fc13f1313", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "d76af48b-d7aa-42fe-90b5-732fc13f1313", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T050924Z:d76af48b-d7aa-42fe-90b5-732fc13f1313" + "x-ms-correlation-request-id": "9f32d452-c6ef-447f-a69a-164ad3b78972", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "9f32d452-c6ef-447f-a69a-164ad3b78972", + "x-ms-routing-request-id": "JAPANEAST:20230614T043946Z:9f32d452-c6ef-447f-a69a-164ad3b78972" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212", - "name": "HDInsightRG-9212", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706", + "name": "HDInsightRG-7706", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-565a2659eae2470d-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0020c3f518a50461d10776926db7f070", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-ec4a2ea31363c1aa-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e9a616d0712624164e46194a45a62df8", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6233.blob.core.windows.net", + "name": "azstorageforcluster9336.blob.core.windows.net", "isDefault": true, - "container": "container6557", + "container": "container7361", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1803", + "Content-Length": "1833", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:10:03 GMT", - "ETag": "\u0022fbfa9be9-0446-49e6-9a41-11286331406b\u0022", + "Date": "Wed, 14 Jun 2023 04:40:15 GMT", + "ETag": "\u0022f498d087-4174-4e14-9826-762b642326e9\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c014dd65-8e3b-4ffe-9e59-2cb0e689a7e1", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "3bf5d2f6-743a-4341-aba3-419b83014b31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051003Z:c014dd65-8e3b-4ffe-9e59-2cb0e689a7e1" + "x-ms-correlation-request-id": "4fac7bfd-ce2a-47f7-a4a6-4f5f0986be72", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "319e8e80-20eb-4534-9c65-6b75c3171ae4", + "x-ms-routing-request-id": "JAPANEAST:20230614T044016Z:4fac7bfd-ce2a-47f7-a4a6-4f5f0986be72" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865", - "name": "cluster7865", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768", + "name": "cluster7768", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "fbfa9be9-0446-49e6-9a41-11286331406b", + "location": "Japan East", + "etag": "f498d087-4174-4e14-9826-762b642326e9", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "188c669e28b846919025aab380cee230", + "clusterId": "1e36c4a67c61497ebe69c8e80a56ca66", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T05:10:01.817", + "createdDate": "2023-06-14T04:40:15.723", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6233.blob.core.windows.net", + "name": "azstorageforcluster9336.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container6557", + "container": "container7361", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,237 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-014c9f14a07d7846-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5cf48cdb8ab25aafd0f3753ba4509fa6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:10:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70bb0a88-6592-4472-901a-5f40456d625d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "67376876-d84f-4fdd-9684-954110260613", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051006Z:70bb0a88-6592-4472-901a-5f40456d625d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-663e2e4fb7b14227-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "20ee5344f2c920a6c3d9c4e0b2d0d7f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:10:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5219b390-b1d0-4c5d-88cd-37c8e213fc68", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "f78a1c37-eb1b-4373-8893-84e2aa28dfaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051007Z:5219b390-b1d0-4c5d-88cd-37c8e213fc68" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-73163e0643d73689-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e1b7d94494c320be6ed7450b5fc4a1eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:10:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eee83cb7-3629-4672-a86e-5ea0228c671d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "1f17e2f3-a129-4f46-80cc-5e35fe71124a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051009Z:eee83cb7-3629-4672-a86e-5ea0228c671d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-9f79a277f052fd2e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d94cc025a2efe9d4e5d398d8c5cea7ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:10:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70e0df96-dda1-4192-85af-32a39ee08bef", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "c88b6d2f-8a2d-4cd6-a6e4-39f210a971c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051011Z:70e0df96-dda1-4192-85af-32a39ee08bef" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-e3905bcdf9837380-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "caf7811bbe99b0e294cdb1f1ad9bc1fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:10:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca569e18-5d91-4c65-a696-93194af0d4ca", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "3e0c6f9b-b3e7-41e8-899b-1d6f61ba434f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051014Z:ca569e18-5d91-4c65-a696-93194af0d4ca" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-ca37b015d7d41f64-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f2bbd837fe83a20405cdfbf0fbe55b9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:10:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3932fea-b2bc-4847-8fc5-43a2a51ed206", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "697d8615-5945-427d-a7cd-6f67ab2daa1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051019Z:b3932fea-b2bc-4847-8fc5-43a2a51ed206" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-948fb159c3458459-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ddef452fd6cd6752dd9b4421f0e23c4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:10:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea40101c-eb32-4db0-93eb-7853f89583ab", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "f7413b69-089e-470e-baaf-d047ba33a310", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051028Z:ea40101c-eb32-4db0-93eb-7853f89583ab" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-646c3dcc3d06c40e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "eda09911b5131c7c7d54c5cbc2f2b4af", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-44212b425b62a64b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9f0fe1b715171a5fb79c9ea6fc5cae09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:10:44 GMT", + "Date": "Wed, 14 Jun 2023 04:40:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f697ce80-a6c1-47b1-a290-86f0edd101af", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "559f045c-3435-4553-bf4a-4c2971801f33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051045Z:f697ce80-a6c1-47b1-a290-86f0edd101af" + "x-ms-correlation-request-id": "36763bcb-9f2e-48c6-b567-199ffcd2c852", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "faf0c885-f25b-4cf8-a93f-bb5deb5c721a", + "x-ms-routing-request-id": "JAPANEAST:20230614T044016Z:36763bcb-9f2e-48c6-b567-199ffcd2c852" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-a556edb9f54b8909-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "67c11272e4ab6031865414e8bae3b122", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-c997582e2ca44860-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d230d3477fb1b6c7a09307d4ab8d1944", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:11:17 GMT", + "Date": "Wed, 14 Jun 2023 04:40:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2935a38f-0afe-4d50-8831-a784c0041498", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "cb2bba4c-6d80-489a-bfce-5cce14b4109e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051118Z:2935a38f-0afe-4d50-8831-a784c0041498" + "x-ms-correlation-request-id": "4a170fa7-8ad0-44c2-be44-a39ec43ba5c4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "e6ebbe63-b716-44c6-92b1-7ee02a46c27c", + "x-ms-routing-request-id": "JAPANEAST:20230614T044017Z:4a170fa7-8ad0-44c2-be44-a39ec43ba5c4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-6f97f1e4a7000893-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "62deb0916e457a8bc9d25f781187a4eb", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-7c6e2ee2bfd10b3c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "649306c98e97cae199f4c3507bcf1686", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:11:50 GMT", + "Date": "Wed, 14 Jun 2023 04:40:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4233139a-1ee1-4889-82a4-829b8d0510fe", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "82deeebe-a2e2-4b87-83db-27549a65a60f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051150Z:4233139a-1ee1-4889-82a4-829b8d0510fe" + "x-ms-correlation-request-id": "5148d9b5-dd1d-4d89-b37f-f1f39950db30", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "e5c463f6-c8c0-4321-9d32-576c733b02e2", + "x-ms-routing-request-id": "JAPANEAST:20230614T044019Z:5148d9b5-dd1d-4d89-b37f-f1f39950db30" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-df31bc3cacc215de-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "deae95e7d4202c9f683f66bfa0946299", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-592a4fe07538e124-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3841bba3a9d837611958ff840e8a6e2a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:12:23 GMT", + "Date": "Wed, 14 Jun 2023 04:40:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b120df9-678b-41a5-b891-ad1643d27d97", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "98282a8d-97c7-4a1c-a720-195fc31566ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051223Z:4b120df9-678b-41a5-b891-ad1643d27d97" + "x-ms-correlation-request-id": "b49a7472-1597-4111-85b9-c450abc20b4b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "97875f58-a675-4d05-9adc-e0a2d70431e4", + "x-ms-routing-request-id": "JAPANEAST:20230614T044020Z:b49a7472-1597-4111-85b9-c450abc20b4b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-2a3c2f62ea98eed8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1239a2a35213046986479ed885b84fff", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-ffd42a21284da4fe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f6dd59834ac8b972f26638bcbc763bd0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:12:55 GMT", + "Date": "Wed, 14 Jun 2023 04:40:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "794c51ba-41b7-4ca6-9f02-a932cea55493", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "402026b2-39a4-41cd-9b11-08fc227ea130", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051256Z:794c51ba-41b7-4ca6-9f02-a932cea55493" + "x-ms-correlation-request-id": "6fee2a3d-33c8-419a-8baa-657feb374afb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "dd9724ee-d191-4ebb-ac87-6c70b6b583e0", + "x-ms-routing-request-id": "JAPANEAST:20230614T044023Z:6fee2a3d-33c8-419a-8baa-657feb374afb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-9bf47b8e7a5915e9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "240029b0d334bd0211b2f90507ccd935", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-24b715e372e63a53-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ef31817ce14b206ba55b4a3e8f5cbb0f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:13:29 GMT", + "Date": "Wed, 14 Jun 2023 04:40:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb90c588-263e-4d88-8060-16c341ff6440", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "77979564-a8d2-4438-91c6-c27e2786a1e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051329Z:bb90c588-263e-4d88-8060-16c341ff6440" + "x-ms-correlation-request-id": "91a5bca3-1130-4459-b9c9-46efeaf8cbce", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "5a5e1868-f040-467b-b8a3-c17801888f4a", + "x-ms-routing-request-id": "JAPANEAST:20230614T044027Z:91a5bca3-1130-4459-b9c9-46efeaf8cbce" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-87341b2275ac7552-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6fd5c56f914d95d72ba957d935c6a7af", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-9e8dd71e85f1de5b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "21cd998620f258bd4988457270a57ba3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:14:01 GMT", + "Date": "Wed, 14 Jun 2023 04:40:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4668da28-5a6d-4b6a-b2b9-ed2a7b3ca6a5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "91ecf40d-f4ab-40e4-9c50-c90484cf9c8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051402Z:4668da28-5a6d-4b6a-b2b9-ed2a7b3ca6a5" + "x-ms-correlation-request-id": "6fe50e6c-4fbe-4b1e-8d2e-84f2d0102cb8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "8601c522-9263-4f9b-823b-049f4eb9ad7b", + "x-ms-routing-request-id": "JAPANEAST:20230614T044035Z:6fe50e6c-4fbe-4b1e-8d2e-84f2d0102cb8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-6587ea4f45e4b0bd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "770f67f03e93cf65a07c00615864fdb9", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-4544c7f9201db819-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8d072e1c7e58a2deedbc516c00332995", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:14:35 GMT", + "Date": "Wed, 14 Jun 2023 04:40:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42fa6667-8152-464f-ab08-6fa655e0059d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "950ced3a-e214-4b1d-ad72-4d5a31fb2413", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051435Z:42fa6667-8152-464f-ab08-6fa655e0059d" + "x-ms-correlation-request-id": "f34778de-48ed-46b3-ba74-088988ad5faf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "7ea31a49-e0fb-4a98-b8f3-01451ea3a93c", + "x-ms-routing-request-id": "JAPANEAST:20230614T044052Z:f34778de-48ed-46b3-ba74-088988ad5faf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-b197cde517a2634a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bf68696de0e31eb1516bf98a7c28884a", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-066121235d616c2d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "223629aa1aa95cdec3d8a6c29bf9afff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:15:07 GMT", + "Date": "Wed, 14 Jun 2023 04:41:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff635f5e-0638-4ec5-b992-74a1921eaae9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "0f6c5315-b309-46f6-9edb-c7f9439c78bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051507Z:ff635f5e-0638-4ec5-b992-74a1921eaae9" + "x-ms-correlation-request-id": "edc111cc-d767-4a24-b08c-ce50690700ed", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "9a8faef5-b25c-4452-b54c-18fea1935ca2", + "x-ms-routing-request-id": "JAPANEAST:20230614T044124Z:edc111cc-d767-4a24-b08c-ce50690700ed" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-f48f8473c07cede4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9f15490a62bd31a16005ced091763dc7", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-279f72087ed65132-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6021a6e02e5507b7ba2a3335cf505815", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:15:40 GMT", + "Date": "Wed, 14 Jun 2023 04:41:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9514646-fbc3-4777-860d-9cac60152432", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "cb862f17-5b62-4635-b53d-9902d66fb8d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051540Z:b9514646-fbc3-4777-860d-9cac60152432" + "x-ms-correlation-request-id": "f08887e3-e78c-48e6-9def-d084c13e35a6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "de8b26b6-c945-4c75-806a-10c042d78fc7", + "x-ms-routing-request-id": "JAPANEAST:20230614T044156Z:f08887e3-e78c-48e6-9def-d084c13e35a6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-3b46bf8c7969da3a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cb6c9dace85d0fccb5f1252844da5377", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-ec48e648da983045-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "47c7b05e586e02f950aac97fd81c07f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:16:12 GMT", + "Date": "Wed, 14 Jun 2023 04:42:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f18bb80-78d5-4602-bf27-c84347072a4b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "a52be031-8231-42df-bdaf-b2ba3faa5888", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051613Z:6f18bb80-78d5-4602-bf27-c84347072a4b" + "x-ms-correlation-request-id": "cc0eeda1-5707-4760-8d06-237daab6536d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "8cc492d3-920e-49b7-af3d-0b7f78368b8b", + "x-ms-routing-request-id": "JAPANEAST:20230614T044229Z:cc0eeda1-5707-4760-8d06-237daab6536d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-1c6ba10ab1aac3b9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0e56b6f35d4e0bfcc8365edd11e08ddb", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-59cf8e2361f2d432-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "598b510dc9127b3f712e687ee6a88d73", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:16:46 GMT", + "Date": "Wed, 14 Jun 2023 04:43:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54753e62-0d6f-4c41-a9f9-c98de6f31694", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "4af27278-b21e-4cf1-90e1-062b4cefc91a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051646Z:54753e62-0d6f-4c41-a9f9-c98de6f31694" + "x-ms-correlation-request-id": "07904330-16b8-4999-88b1-a07b33f16433", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "d78a9e40-4c7f-45f7-8183-8154f37821c3", + "x-ms-routing-request-id": "JAPANEAST:20230614T044301Z:07904330-16b8-4999-88b1-a07b33f16433" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-161f48ceb5a39a61-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dede322dbcbc22ec7d05e9cc3c79ed86", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-9f40a3290ad08496-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eb63917f67318890ad1f10aa65372f9e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:17:20 GMT", + "Date": "Wed, 14 Jun 2023 04:43:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "961028ca-5002-4fd7-be11-9530cad575ce", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "960652b5-bdf3-4cdd-bcc8-1524431e616c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051720Z:961028ca-5002-4fd7-be11-9530cad575ce" + "x-ms-correlation-request-id": "40820a43-ff86-4103-a704-a0de2deb5a65", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "976439ce-9b6f-4781-acef-57f941cfbc52", + "x-ms-routing-request-id": "JAPANEAST:20230614T044334Z:40820a43-ff86-4103-a704-a0de2deb5a65" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-38af22f99a7bd495-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dbdc56b12e1f4e78a161032789effed4", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-462be272dd171f14-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e273e23ffc59503704cd640f07b1ba7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:17:52 GMT", + "Date": "Wed, 14 Jun 2023 04:44:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab7959cf-8b11-4650-9c11-84f83fd31a4e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "ec6cbf40-ac6e-4697-bee5-9d75534db518", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051753Z:ab7959cf-8b11-4650-9c11-84f83fd31a4e" + "x-ms-correlation-request-id": "2fa06374-3d36-4c3e-8775-7ba575a390d7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "e8a20175-9752-4a65-8f93-3060a36e645c", + "x-ms-routing-request-id": "JAPANEAST:20230614T044406Z:2fa06374-3d36-4c3e-8775-7ba575a390d7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-f08fe41d63405d30-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "12fa496475fc37bbc93491487430ce4e", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-8f9d45d8b00f64cf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "46ff561d1bb8a6c3c003acf2b895163a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:18:26 GMT", + "Date": "Wed, 14 Jun 2023 04:44:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59edf730-bf40-421f-a345-c056559cd35a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "9cf51556-1004-4620-bf17-6e4dd242b48a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051826Z:59edf730-bf40-421f-a345-c056559cd35a" + "x-ms-correlation-request-id": "4dc89906-e1ce-4fdf-9af1-6ebc0b97a55e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "696ab83f-03ca-4367-bf6c-4fae6c706ea4", + "x-ms-routing-request-id": "JAPANEAST:20230614T044438Z:4dc89906-e1ce-4fdf-9af1-6ebc0b97a55e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-4ead0363af371da8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bb2bd849b203ffbcb98f3d5bb9c5988d", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-afb617ec3d6965b9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a85ac9ff0e8180ad8ecd7be591509831", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:18:59 GMT", + "Date": "Wed, 14 Jun 2023 04:45:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e8d94fe-37bd-4090-85b4-268d196ed355", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "5b0252a5-e525-4e58-8757-b7a990e1cfc9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051859Z:3e8d94fe-37bd-4090-85b4-268d196ed355" + "x-ms-correlation-request-id": "2014d65c-cc12-4cbd-855d-7a1656afb71f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "48b20575-83a1-41d7-9ac0-604cb9db6e3f", + "x-ms-routing-request-id": "JAPANEAST:20230614T044511Z:2014d65c-cc12-4cbd-855d-7a1656afb71f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-8b6a1877933f1648-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f3681407db7e3c899aa511ea9d2fda70", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-745000e478347219-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0f8d6903e83707e57b81bdc15310dcdb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:19:31 GMT", + "Date": "Wed, 14 Jun 2023 04:45:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1958736b-b65b-4596-b000-1c81ab6f3408", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "25a86cc2-c186-407f-af2d-ca26e2aba89a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T051932Z:1958736b-b65b-4596-b000-1c81ab6f3408" + "x-ms-correlation-request-id": "5e5ba439-3d70-4257-b2b2-58cee69e8d48", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "b54b28ad-8ea8-4160-a30b-bf6a3d327682", + "x-ms-routing-request-id": "JAPANEAST:20230614T044543Z:5e5ba439-3d70-4257-b2b2-58cee69e8d48" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-b071ac8fee2e4d0c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b0deb49243c3b2d08dfb586c37607e03", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-aa59121b68a803e7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "26409b3673200e26a87fb8eaa0de156f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:20:04 GMT", + "Date": "Wed, 14 Jun 2023 04:46:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6543d09-755f-4226-bbae-7eb6c34d0cac", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "672fb327-c3a5-4b23-9de6-1e8cb978379c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052004Z:d6543d09-755f-4226-bbae-7eb6c34d0cac" + "x-ms-correlation-request-id": "7a681b37-03db-4f8c-92d9-1ae53f8ebe5e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "4e832803-d379-42ce-a2b8-6c60f13f2495", + "x-ms-routing-request-id": "JAPANEAST:20230614T044615Z:7a681b37-03db-4f8c-92d9-1ae53f8ebe5e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-e6c3d274f3d212ba-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5f41039cdbc76dd04eee205ea0d26189", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-43d3ccad2657b2fd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4fef7a6a06071603e3522cff51ec2c7e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:20:37 GMT", + "Date": "Wed, 14 Jun 2023 04:46:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af710149-9908-4e7d-9948-82da087c63a4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "63e8c570-9634-4da3-a841-c030bb29564c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052037Z:af710149-9908-4e7d-9948-82da087c63a4" + "x-ms-correlation-request-id": "1bc2573f-c243-453b-b777-b061547f72a6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "e452e9e2-21d5-4294-9b8a-46e4d1877485", + "x-ms-routing-request-id": "JAPANEAST:20230614T044648Z:1bc2573f-c243-453b-b777-b061547f72a6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-3beb5f75214828e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "04c8ccb5e7e7c4ca43b66583831d053a", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-2d4ea678fab832bb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f5aea0f172108f11437e67b730fa679d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:21:09 GMT", + "Date": "Wed, 14 Jun 2023 04:47:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbfadb82-3a72-4348-b0c4-52628dc23bbf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "339dd0e2-6051-4b27-9a6b-165af700fbc4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052110Z:dbfadb82-3a72-4348-b0c4-52628dc23bbf" + "x-ms-correlation-request-id": "b1f190e6-3de0-4528-b1aa-ddb72aae336f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "2e9ed184-ce48-4a1c-9132-a9eada99a338", + "x-ms-routing-request-id": "JAPANEAST:20230614T044720Z:b1f190e6-3de0-4528-b1aa-ddb72aae336f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-b3c93ab03c584f7d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9a4e0e277aeeb7a9e47061d4227212bb", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-a3251c08286b5975-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d9574d6c8d202fd3982942cd4726bdbc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:21:42 GMT", + "Date": "Wed, 14 Jun 2023 04:47:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da7504e6-a82c-4c54-8978-0de3a688389f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "2a2a2146-cb17-467d-bdc6-ceace3d3a2ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052143Z:da7504e6-a82c-4c54-8978-0de3a688389f" + "x-ms-correlation-request-id": "b2ac44b5-f617-490c-bc9c-dbcf7136cfdb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "1b2f85fb-11be-49ce-9ff9-9043c296594a", + "x-ms-routing-request-id": "JAPANEAST:20230614T044752Z:b2ac44b5-f617-490c-bc9c-dbcf7136cfdb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-cd039812dccbe474-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6ab6ce997998b41b397c1c11754cea31", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-8083d3bb0ba501db-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "00f93a521f2ff85f685f0c899f4be6e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:22:15 GMT", + "Date": "Wed, 14 Jun 2023 04:48:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4fba679-e28e-4f5a-94c5-7b25e6f407a2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "052d50ea-1679-4d6a-ae03-3d51c28c68c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052216Z:c4fba679-e28e-4f5a-94c5-7b25e6f407a2" + "x-ms-correlation-request-id": "034d6382-44b2-41b9-a0c4-4f6f62f3fbf0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "6117b99e-b670-4951-b849-e4e469c316c9", + "x-ms-routing-request-id": "JAPANEAST:20230614T044825Z:034d6382-44b2-41b9-a0c4-4f6f62f3fbf0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-d4754fa3d578d8a5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9137e5e9c7843b9b23101f7785f5a1d1", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-2c5513b7043cd07c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "03938feb5394635dcc7f5de62f43481c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:22:48 GMT", + "Date": "Wed, 14 Jun 2023 04:48:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81e01338-f1b5-4563-9b4d-3091cf676065", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "76fd00c5-90de-432c-9607-5ec103d506e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052248Z:81e01338-f1b5-4563-9b4d-3091cf676065" + "x-ms-correlation-request-id": "7bb03210-96c7-470e-96a2-17a0285c9893", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "531cfb98-159c-4fd2-b2ff-6f8d0e81c0a1", + "x-ms-routing-request-id": "JAPANEAST:20230614T044857Z:7bb03210-96c7-470e-96a2-17a0285c9893" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-89b85b3fd5f807e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b4e9aaa49a66ada2f29960725e974297", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-0a32c6b6cb94e6e2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f665abc166004c6dee5f70c1804a904d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:23:21 GMT", + "Date": "Wed, 14 Jun 2023 04:49:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52ef2be7-36df-4631-a219-e56470a7ea4c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "b1fbc651-3ab3-44f0-ae7c-1dfcd09d5c73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052321Z:52ef2be7-36df-4631-a219-e56470a7ea4c" + "x-ms-correlation-request-id": "7c79b412-f759-48c4-a3c4-34501b6c5583", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "7154af17-6a25-483a-afcf-9dbe5de4aef1", + "x-ms-routing-request-id": "JAPANEAST:20230614T044929Z:7c79b412-f759-48c4-a3c4-34501b6c5583" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-120f76f5d3815b04-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3deb3085803bd237337b47875aa42e43", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-47896af6bb4b04b3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b7e15943b992ff27dd9633b0c179c824", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:23:53 GMT", + "Date": "Wed, 14 Jun 2023 04:50:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bec6e2a3-81eb-4990-8bce-cef93d39839c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "29b4d0a3-f86e-48fd-b556-bdcfd677c885", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052354Z:bec6e2a3-81eb-4990-8bce-cef93d39839c" + "x-ms-correlation-request-id": "ec53d778-3b7c-4b8c-846a-872a0977b25d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "337b32b0-cc30-4e89-a406-cf61d7db2daa", + "x-ms-routing-request-id": "JAPANEAST:20230614T045002Z:ec53d778-3b7c-4b8c-846a-872a0977b25d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-28d706054c845156-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ca6d4ada36634ecb43899eea6629dc8c", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-a7ba7e5c10570185-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f4c7ef16f0e585e821471535e29be282", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:24:28 GMT", + "Date": "Wed, 14 Jun 2023 04:50:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2823ac14-e2e6-4c48-8c89-77a811381cf4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "dff0a870-a294-4b74-8090-6d3b5afcc532", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052428Z:2823ac14-e2e6-4c48-8c89-77a811381cf4" + "x-ms-correlation-request-id": "4ae7e85d-9490-47d6-94e5-b27ec99d1d8a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "08169cfe-8f37-4a99-9139-ddcac8b352be", + "x-ms-routing-request-id": "JAPANEAST:20230614T045034Z:4ae7e85d-9490-47d6-94e5-b27ec99d1d8a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-f377b3e153d1c0ed-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "55f187cd640a2395731781ea531a524e", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-f700991af86dc3c9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d6a210ee916207898366186a32bd8a74", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:25:00 GMT", + "Date": "Wed, 14 Jun 2023 04:51:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55156143-ac4d-4661-9751-1e6c6337e7e1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "ebab6307-55e1-4df4-83ad-e7be6702c3ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052501Z:55156143-ac4d-4661-9751-1e6c6337e7e1" + "x-ms-correlation-request-id": "7df871c0-e4b1-4ba7-840b-f340c06c0737", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "ddefca65-ea41-4702-a466-b45d04832346", + "x-ms-routing-request-id": "JAPANEAST:20230614T045107Z:7df871c0-e4b1-4ba7-840b-f340c06c0737" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-7ff112f68dad2738-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "13971d6b77294f34659cf9b1e24c6b09", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-71a5601b938d411d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "91aa4b969c825267715c964ba4f11c41", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:25:33 GMT", + "Date": "Wed, 14 Jun 2023 04:51:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "010fe160-e9c0-4880-8e17-51437ade9f73", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "b0a38da0-6538-4ef6-974a-cc3e53dd7f19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052534Z:010fe160-e9c0-4880-8e17-51437ade9f73" + "x-ms-correlation-request-id": "13a79cbf-2da5-49e6-8394-2a78ccd134dc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "22cb0a4f-d64a-46fd-a586-4e436a874fc3", + "x-ms-routing-request-id": "JAPANEAST:20230614T045139Z:13a79cbf-2da5-49e6-8394-2a78ccd134dc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-6694f9f9db67b2c7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d2b9bb9fd9b27639b54a574bb4e0fa28", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-6ca79382a6b2f097-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b1c1b1b3f2d685c266c0707fd77d5263", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:26:06 GMT", + "Date": "Wed, 14 Jun 2023 04:52:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b06972c-32d3-4fb2-a28a-36b6dbb6be74", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "ab6c5d06-0b3b-4a75-a8cc-d3ae5834efcd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052607Z:7b06972c-32d3-4fb2-a28a-36b6dbb6be74" + "x-ms-correlation-request-id": "5d2801b5-afcc-4ce2-a567-5e7681294098", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "6a6e64f7-f5b3-4dda-a8bb-3132936070d5", + "x-ms-routing-request-id": "JAPANEAST:20230614T045211Z:5d2801b5-afcc-4ce2-a567-5e7681294098" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-97bd16063ef77797-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "497f4f36c992566252a2f06d6ae34126", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-2deae58d044ce905-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "979fa0bc51f05200a9506405fb3d6391", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:26:39 GMT", + "Date": "Wed, 14 Jun 2023 04:52:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f00f1b9c-7473-4500-aca6-8c349863bc7a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "4ed32d04-d607-4732-a679-4f48bfa9fcf8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052640Z:f00f1b9c-7473-4500-aca6-8c349863bc7a" + "x-ms-correlation-request-id": "ca14587a-5a00-40b2-af7c-c0a6aa96a810", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "327b1eb1-ce04-4943-81d0-f90d0945f0c0", + "x-ms-routing-request-id": "JAPANEAST:20230614T045244Z:ca14587a-5a00-40b2-af7c-c0a6aa96a810" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-dca9a153db92e844-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "984b77ac8061929ce4205edf20e99a85", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-aa420394dd4a08a0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "81b7d749d8fba39e89252ac12be77bf4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:27:14 GMT", + "Date": "Wed, 14 Jun 2023 04:53:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "821b3fcc-41ea-4d58-adc8-714bdf9b179c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "32b6a0c9-c344-4549-8cd5-9f2a3acb8375", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052714Z:821b3fcc-41ea-4d58-adc8-714bdf9b179c" + "x-ms-correlation-request-id": "45c74af3-a0e2-43b8-8cb9-f8174d278731", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "bfd2e732-d9ab-4ad1-9ce7-beb370c506f9", + "x-ms-routing-request-id": "JAPANEAST:20230614T045316Z:45c74af3-a0e2-43b8-8cb9-f8174d278731" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-76e2ef6028459495-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "927bd1a122cdd57758638010e8cb0cd1", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-b720748043f24616-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "038f320985526150b06f08868dbc8a28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:27:46 GMT", + "Date": "Wed, 14 Jun 2023 04:53:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0dc08ca-da58-4741-ae42-65be44615256", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "cb8fa9fc-ce29-498c-85c8-bde429174602", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052746Z:f0dc08ca-da58-4741-ae42-65be44615256" + "x-ms-correlation-request-id": "c167d1a3-6978-4f53-ad6a-4ac13d63d282", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "bba835f8-4da0-4ae0-9fff-d8ee57a784a5", + "x-ms-routing-request-id": "JAPANEAST:20230614T045348Z:c167d1a3-6978-4f53-ad6a-4ac13d63d282" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-24b5d6700da6e32a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3d9f31086294b6c7b3ed64716b823669", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-f1cd0df6fdc6144a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ff36de5dd1c5e36802fc0dcb273e26c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:28:19 GMT", + "Date": "Wed, 14 Jun 2023 04:54:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f827a39-744a-464c-9bec-adfbe7a2a865", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "9ab45f7c-3124-4ff3-a757-b0ffd5421365", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052819Z:6f827a39-744a-464c-9bec-adfbe7a2a865" + "x-ms-correlation-request-id": "364162fb-14f4-4f6c-9343-7b934040e795", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "3ae2d21c-2c8a-4032-94f1-a6f7a657164d", + "x-ms-routing-request-id": "JAPANEAST:20230614T045421Z:364162fb-14f4-4f6c-9343-7b934040e795" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-cd2a38142da76cb9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "98cb6a07ae688959ff763ffdff8ba918", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-23cbba2f244cc11b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c8fc70d45faec43f8756d08cd01815cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:28:51 GMT", + "Date": "Wed, 14 Jun 2023 04:54:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f19893c2-9bad-45b0-b448-4187144c1aff", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "e78f5a9f-5c8d-4596-8eb8-6768eec65136", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052852Z:f19893c2-9bad-45b0-b448-4187144c1aff" + "x-ms-correlation-request-id": "40fb5b5e-59d7-4e05-8b47-817068ed8d20", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "3779ebba-8b13-417c-9d4c-31728e010879", + "x-ms-routing-request-id": "JAPANEAST:20230614T045453Z:40fb5b5e-59d7-4e05-8b47-817068ed8d20" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-b9556dfbc1058061-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "eed68c145d4a3ff00ac4dee0bd066ad5", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-79f1b1aa63926f4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4d64029b7bb1372ecaac015677853a72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:29:25 GMT", + "Date": "Wed, 14 Jun 2023 04:55:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df36b39e-8c6f-4055-8bc3-2393daf5b330", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "6eb2b604-78ef-45e4-9bc7-52b9df6655f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052925Z:df36b39e-8c6f-4055-8bc3-2393daf5b330" + "x-ms-correlation-request-id": "3c2f1f1f-d7de-4da2-8c0c-bbed0ff9f50e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "b2132424-5cff-49f1-9e74-afd793265368", + "x-ms-routing-request-id": "JAPANEAST:20230614T045525Z:3c2f1f1f-d7de-4da2-8c0c-bbed0ff9f50e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-c87cd32ec210514b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7d08162d73005968d8153d1e22c9b627", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-2f4d8cc065c050a7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1db14648c1c0fd7a9f71786f01db13ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:29:57 GMT", + "Date": "Wed, 14 Jun 2023 04:55:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "032c75fb-e2bf-4d73-93b9-e15d63e3c960", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "8db89105-b1d4-4759-a415-37c82b2589fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T052958Z:032c75fb-e2bf-4d73-93b9-e15d63e3c960" + "x-ms-correlation-request-id": "c8033795-d64f-4346-a853-fb5c6fdf4b61", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "de0d6155-9705-4f5f-9a9c-28d13954515b", + "x-ms-routing-request-id": "JAPANEAST:20230614T045558Z:c8033795-d64f-4346-a853-fb5c6fdf4b61" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-6b01ecbc1219f93b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "de5d4c4447acaa1f7a8b8ea4d078ccf9", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-6961895c5afba0c6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "242f41e6d9d9591042c4fe025ee84d01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:30:30 GMT", + "Date": "Wed, 14 Jun 2023 04:56:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed4b4cdd-db44-4a1d-8e1b-0080f70b691d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "5612c280-7de2-4687-9b48-ec027d8b1b86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053031Z:ed4b4cdd-db44-4a1d-8e1b-0080f70b691d" + "x-ms-correlation-request-id": "468366de-e302-49a0-92c4-7c543e8d80dc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "e8a514df-59fc-479a-a732-481e3a1ad090", + "x-ms-routing-request-id": "JAPANEAST:20230614T045631Z:468366de-e302-49a0-92c4-7c543e8d80dc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-85c0797bf00d023e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e9d06a0b2b83a118237c16341fd11d40", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-ec7586140d360a5b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "89435e1cf866d90b8866ad3f02bf36ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:31:03 GMT", + "Date": "Wed, 14 Jun 2023 04:57:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32a70ca9-f3a4-40e4-b08e-19c5f2e69acb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "ae83231e-321e-4d39-b4b2-1c403a5a9eca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053104Z:32a70ca9-f3a4-40e4-b08e-19c5f2e69acb" + "x-ms-correlation-request-id": "d914e06b-4d8b-4142-97f0-2c6bad066869", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "b86fc0c9-2d02-4033-a494-5b4715e78753", + "x-ms-routing-request-id": "JAPANEAST:20230614T045703Z:d914e06b-4d8b-4142-97f0-2c6bad066869" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-4c476dafd2b4727c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "719cb60d8ba8e629f75e0374e4c4895f", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-0e0df129779adc83-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "356f179915556f983658dafbc2779fb6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:31:37 GMT", + "Date": "Wed, 14 Jun 2023 04:57:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f261a4af-346e-476c-8eef-888149b17104", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "345d3a76-9ff5-4e14-a07e-44189d4f1c62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053137Z:f261a4af-346e-476c-8eef-888149b17104" + "x-ms-correlation-request-id": "d6596932-0f95-4c72-9fbb-fa839de87f09", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "0638d5bc-9525-4339-91ac-790467503138", + "x-ms-routing-request-id": "JAPANEAST:20230614T045735Z:d6596932-0f95-4c72-9fbb-fa839de87f09" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-1348cbfee43bd773-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b8124449cdf918a434bcbb2f30ea8aa9", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-b9a8ddc502529668-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a25377238997ee8335559c732bd05682", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:32:09 GMT", + "Date": "Wed, 14 Jun 2023 04:58:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ba8a88d-e0f9-4a58-8c0a-a695c3dc0f70", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "48b4bd6a-0ccb-499a-b235-449c0d3011dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053209Z:3ba8a88d-e0f9-4a58-8c0a-a695c3dc0f70" + "x-ms-correlation-request-id": "5dee9669-ec08-4378-800f-39995a416b07", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "05b67afc-c6ce-4f8a-9c1a-2dd604e24c6f", + "x-ms-routing-request-id": "JAPANEAST:20230614T045808Z:5dee9669-ec08-4378-800f-39995a416b07" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-8c0f6a55964dc5d1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "19964e6e5bdc805040e9f12528a3bc5e", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-288e19faf666fc05-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "47690f8d187906acc5d3530e1d0f1610", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:32:41 GMT", + "Date": "Wed, 14 Jun 2023 04:58:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b014f351-4374-4eaf-a76c-c267ec4f0f25", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "0f79e147-2bd8-4ba7-a312-94d9f993a183", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053242Z:b014f351-4374-4eaf-a76c-c267ec4f0f25" + "x-ms-correlation-request-id": "bdfbf0eb-4189-462a-9fca-7dbbc83b0209", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "214af044-bb43-4d27-91ad-06a59fec2f9b", + "x-ms-routing-request-id": "JAPANEAST:20230614T045840Z:bdfbf0eb-4189-462a-9fca-7dbbc83b0209" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-0cfbbcb2425f855c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dbebb7f364be404612833ceccffab50c", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-adeb8db13ead72ad-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8b1bf7c7936c0f569381ffff79254465", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,71 +1629,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:33:15 GMT", + "Date": "Wed, 14 Jun 2023 04:59:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f773349-b411-42d0-8c87-2a20b7651409", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "bdf0f0d8-d542-43df-94a3-1ecd74ddaf3b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053315Z:8f773349-b411-42d0-8c87-2a20b7651409" + "x-ms-correlation-request-id": "23592b21-2546-417d-b961-704b12d72919", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "372da055-bb9e-4da1-86d5-1c998ddde2e5", + "x-ms-routing-request-id": "JAPANEAST:20230614T045913Z:23592b21-2546-417d-b961-704b12d72919" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6eb466351140bd9589f680239845a6ae-66a4a4e804a6f40a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "950559d36f2eed82f3927710db7ff090", + "traceparent": "00-31d937d7d2e0bb00302cb82d2a29d296-e65c09fa4fff6b45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b26e5701580e0b3dcb4cdcc33675d025", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2014", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:33:15 GMT", + "Date": "Wed, 14 Jun 2023 04:59:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f385a26a-f18f-4dc2-ac94-1ef91bb34fce", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "824780e9-335c-42b6-a6df-7170574f689b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053316Z:f385a26a-f18f-4dc2-ac94-1ef91bb34fce" + "x-ms-correlation-request-id": "9ab25e3e-6504-4dcd-a0bf-a6f2bee0d77a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "67e1d449-1464-4241-a2e7-71d9c5a8f57f", + "x-ms-routing-request-id": "JAPANEAST:20230614T045913Z:9ab25e3e-6504-4dcd-a0bf-a6f2bee0d77a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865", - "name": "cluster7865", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768", + "name": "cluster7768", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "fbfa9be9-0446-49e6-9a41-11286331406b", + "location": "Japan East", + "etag": "f498d087-4174-4e14-9826-762b642326e9", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "188c669e28b846919025aab380cee230", + "clusterId": "1e36c4a67c61497ebe69c8e80a56ca66", "computeProfile": { "roles": [ { @@ -1968,7 +1739,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T05:10:01.817", + "createdDate": "2023-06-14T04:40:15.723", "quotaInfo": { "coresUsed": 20 }, @@ -1976,13 +1747,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster7865-ssh.azurehdinsight.net", + "location": "cluster7768-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster7865.azurehdinsight.net", + "location": "cluster7768.azurehdinsight.net", "port": 443 } ], @@ -1993,14 +1764,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6233.blob.core.windows.net", + "name": "azstorageforcluster9336.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container6557", + "container": "container7361", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2017,55 +1789,55 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-982046d5ba4f887947f73e83c9b31d2c-ba0173ccd60fcf82-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "783c5cffaeff09ea085607591e64b045", + "traceparent": "00-402f6702f1b5ab91be63e887727af2ba-ff185babe12ddb62-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "33ab8b3ecbb5fa16b859b3f718ac8da0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2014", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:33:16 GMT", + "Date": "Wed, 14 Jun 2023 04:59:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3279ab2-d00d-4c53-89e0-5aeb9775256b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "4f81bd57-0ea5-4a7b-b39b-6114d159e560", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053317Z:b3279ab2-d00d-4c53-89e0-5aeb9775256b" + "x-ms-correlation-request-id": "d9b68357-efde-4373-bb3d-41b283d3f407", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "554189ea-6f3d-4bf9-b7e5-b6ccdea9b2fd", + "x-ms-routing-request-id": "JAPANEAST:20230614T045914Z:d9b68357-efde-4373-bb3d-41b283d3f407" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-9212/providers/Microsoft.HDInsight/clusters/cluster7865", - "name": "cluster7865", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-7706/providers/Microsoft.HDInsight/clusters/cluster7768", + "name": "cluster7768", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "fbfa9be9-0446-49e6-9a41-11286331406b", + "location": "Japan East", + "etag": "f498d087-4174-4e14-9826-762b642326e9", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "188c669e28b846919025aab380cee230", + "clusterId": "1e36c4a67c61497ebe69c8e80a56ca66", "computeProfile": { "roles": [ { @@ -2111,7 +1883,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T05:10:01.817", + "createdDate": "2023-06-14T04:40:15.723", "quotaInfo": { "coresUsed": 20 }, @@ -2119,13 +1891,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster7865-ssh.azurehdinsight.net", + "location": "cluster7768-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster7865.azurehdinsight.net", + "location": "cluster7768.azurehdinsight.net", "port": 443 } ], @@ -2136,14 +1908,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6233.blob.core.windows.net", + "name": "azstorageforcluster9336.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container6557", + "container": "container7361", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2161,9 +1934,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "355883027", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1397577790", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/Get.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/Get.json index 257321a86177..7e9f7a07c52f 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/Get.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/Get.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f0f17f31a18987b7b755037387e5a4fa-5f78a4121aab9063-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ae1ec57b053d72a27673ada622739a68", + "traceparent": "00-db14c4e1bfbbc316735aeed23933f390-5fe85fbfc6046283-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a4a03eae221776f301f5fa12f37f5d06", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:05:22 GMT", + "Date": "Wed, 14 Jun 2023 07:11:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2591cf9d-7115-406c-b32a-610bd2861c87", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "2591cf9d-7115-406c-b32a-610bd2861c87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090523Z:2591cf9d-7115-406c-b32a-610bd2861c87" + "x-ms-correlation-request-id": "9ea6dccc-eff7-4c42-8408-42fdc26e09c9", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "9ea6dccc-eff7-4c42-8408-42fdc26e09c9", + "x-ms-routing-request-id": "JAPANEAST:20230614T071143Z:9ea6dccc-eff7-4c42-8408-42fdc26e09c9" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-5049?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-8957?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-f7b2ab44e60aa3ce6e909540fca42c01-ff8f145b06b3e5ab-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "078326d427cdd9b6b436d641cb97c6c2", + "traceparent": "00-7ecb56a0011b401197c80e86da3fa602-4829c0f02f89b311-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "30fcea27d839303c1f5304bafb42e2e8", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:05:25 GMT", + "Date": "Wed, 14 Jun 2023 07:11:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89cfcde3-f6d2-4ebb-8a9c-bde3946b0eb9", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "89cfcde3-f6d2-4ebb-8a9c-bde3946b0eb9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090526Z:89cfcde3-f6d2-4ebb-8a9c-bde3946b0eb9" + "x-ms-correlation-request-id": "7c5be48b-716f-4b6e-8a6e-11790a195765", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "7c5be48b-716f-4b6e-8a6e-11790a195765", + "x-ms-routing-request-id": "JAPANEAST:20230614T071143Z:7c5be48b-716f-4b6e-8a6e-11790a195765" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049", - "name": "HDInsightRG-5049", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957", + "name": "HDInsightRG-8957", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1116", + "Content-Length": "1119", "Content-Type": "application/json", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-330cbdbcd1958b48-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ab835cb59f58ff356aa2be097bd5ed4f", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-25fbfda5e584651b-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4d658c5a314fe1b9f9f11702b0c1bb61", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster1285.blob.core.windows.net", + "name": "azstorageforcluster470.blob.core.windows.net", "isDefault": true, - "container": "container293", + "container": "container1439", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1802", + "Content-Length": "1831", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:06:00 GMT", - "ETag": "\u00229af8708c-6ad1-4262-95fb-936c3d7dd134\u0022", + "Date": "Wed, 14 Jun 2023 07:12:13 GMT", + "ETag": "\u0022cad88002-b61b-476c-84ee-65d48301f7bb\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6f3eaf2-ee53-4557-8602-d206d22b1df5", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "ba7d65fd-9846-4528-9623-dcc5d946ef51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090600Z:a6f3eaf2-ee53-4557-8602-d206d22b1df5" + "x-ms-correlation-request-id": "1ea08e79-2182-4620-b1ee-6b041b395301", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "9d3b1af1-dfb2-489c-a190-cd902f90cfd1", + "x-ms-routing-request-id": "JAPANEAST:20230614T071214Z:1ea08e79-2182-4620-b1ee-6b041b395301" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372", - "name": "cluster8372", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493", + "name": "cluster7493", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "9af8708c-6ad1-4262-95fb-936c3d7dd134", + "location": "Japan East", + "etag": "cad88002-b61b-476c-84ee-65d48301f7bb", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "12605349d02044f8a08d3ffd3c72585f", + "clusterId": "bf714d882b014c669ef1d2d7d637fe4c", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T09:05:58.427", + "createdDate": "2023-06-14T07:12:14.09", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster1285.blob.core.windows.net", + "name": "azstorageforcluster470.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container293", + "container": "container1439", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,1231 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-76cace759e0e49a9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d43d15b2adb95f06baefd03a62cdff4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:06:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2834c25a-d750-4ef0-88a4-32dd16c06411", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "5e98732c-e26c-4a49-bbbd-b150d8ac5f3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090601Z:2834c25a-d750-4ef0-88a4-32dd16c06411" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-c42e5162a9e2bc26-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dc2629c8f231a04f15d3347b1a155e73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:06:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54b97f94-f8fd-4fb3-be58-f0f84e1f923c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "1c04cd3c-1e90-49ee-934d-085098f7cced", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090603Z:54b97f94-f8fd-4fb3-be58-f0f84e1f923c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-27c1fa418a22d879-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6557ceee1998be9649479d61440c4da9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:06:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65c1e455-4352-460b-a3b8-09305ee5bfbe", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "d155634f-06a7-4d94-b50a-b0fa3f90e468", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090605Z:65c1e455-4352-460b-a3b8-09305ee5bfbe" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-ddd153a820746a4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "775739ddd6d0bfbec69dbee6798b45a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:06:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a2be389-e6ac-4564-b98e-6a7201da115c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "4f28fc65-77aa-4a37-88ba-12bdb395cd62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090607Z:0a2be389-e6ac-4564-b98e-6a7201da115c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-c047181a15252632-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "944b5c909975aeb3926793e955ee5c08", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:06:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9445a855-cffd-4603-9b2e-42ed536de9aa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "167c1a62-0321-4a21-aed0-c9686a09b937", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090610Z:9445a855-cffd-4603-9b2e-42ed536de9aa" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-7af540cc250f1160-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e09d8a85e7be17a30f989ffa5bb045be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:06:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "830c589f-a2aa-49e3-98d5-ea1e45ac6802", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "a8b27b70-0753-456a-8cab-bca3f192a99f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090615Z:830c589f-a2aa-49e3-98d5-ea1e45ac6802" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-a10818043ab33695-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e7d0f902b9c0433385a8e46943d46ad8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:06:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9666399-1c57-493b-a417-1aacc57af6b8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "b35de1a0-9e6e-4fc5-baff-890a5920175f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090623Z:a9666399-1c57-493b-a417-1aacc57af6b8" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-3b27e6e61a901206-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ef60b64064eda9e5b93484ddfab853e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:06:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdd6de0e-6dce-4c2b-8959-dab120fc34b9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "49414c40-925e-4cc5-9a9b-b18e0705a79b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090640Z:fdd6de0e-6dce-4c2b-8959-dab120fc34b9" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-393a6d899b412d7d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5ce7d422751ecb4756595a160239d33a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:07:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb7c979a-6122-4c2e-a42c-f316703c3436", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "26072638-3e23-4654-ba4a-7b2354a5b932", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090713Z:bb7c979a-6122-4c2e-a42c-f316703c3436" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-c6bd7b5bbeae07fb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a4bac72e554f9dd013262d8c345649cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:07:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee5dec74-1ff5-4905-906a-556030543644", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "b0f24a5d-2f1d-4701-a86c-62870500ccd4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090747Z:ee5dec74-1ff5-4905-906a-556030543644" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-5c9819160cd330ca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6f4601550dedcab96e94999309cfa67f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:08:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cde3c58c-b362-4822-a748-5162362ca84d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "b29ff701-eae8-4930-956f-255c56065109", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090820Z:cde3c58c-b362-4822-a748-5162362ca84d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-500aacda9c84e25d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "32af4960aefecc93034a48f747ba97ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:08:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a647c67-95f7-4015-8997-5c73371262fb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "ea08a943-bd67-4b04-ae2a-7007b2e66cf0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090853Z:4a647c67-95f7-4015-8997-5c73371262fb" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-4af2f2cfb61716f7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "01c08d1064f3204d0def36babc3c9343", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:09:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2a7ce57-ead4-47ab-9d8b-a6ea08edc032", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "86b6f6c7-7ea4-4a81-b45e-8b5e83e7f747", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090926Z:d2a7ce57-ead4-47ab-9d8b-a6ea08edc032" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-cfdfbfabcad2123d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "eb2cad7f16a7a7ce6d7a6ba3c5c282b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:09:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b5b6883-f001-48d0-a5b8-5ec798634c28", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "6452ffe4-437e-4d33-a948-ff05ca6d79c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T090959Z:0b5b6883-f001-48d0-a5b8-5ec798634c28" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-d06d72991e964e1d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7c8399fda50ffb8cfc8e250e77d910c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:10:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17963730-cbb8-4528-9c4d-0099ccf52488", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "4c9a0a0f-f173-4649-8c9f-23c49dd22272", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091032Z:17963730-cbb8-4528-9c4d-0099ccf52488" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-4added287f98d3d7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9a7704b6ab8efa58be199378f9aa5a4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:11:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36c344f8-b3a2-421f-8731-3a6fe1449f29", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "7aad192d-742f-4c42-9614-575295d1f902", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091104Z:36c344f8-b3a2-421f-8731-3a6fe1449f29" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-1907b43f55f3eb64-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "22bc826c17b9da342131ef18f0c02f93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:11:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62555e03-3b49-47db-91bc-27bf12710e8c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "14e33d62-786c-48d6-9dc6-4738136fb624", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091137Z:62555e03-3b49-47db-91bc-27bf12710e8c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-b2e727e695a3c5ae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c0eca469e84a52254189bdf611130251", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:12:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39e88130-949b-42b2-8c72-b035d21e15d3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "527cd335-8f9a-4e59-a18a-614fa8a1b164", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091210Z:39e88130-949b-42b2-8c72-b035d21e15d3" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-0e34bdc07aef1c59-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f5a1da33ee1d9f0dd09d795cbc4009fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:12:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5dc92013-9796-419d-90c9-0bfa76a95e0e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "cbebbe26-520b-4076-a5f7-a2e94d2a6db0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091243Z:5dc92013-9796-419d-90c9-0bfa76a95e0e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-ae3f36b69153a194-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "540fffe99abe84005d6ae130593ec80d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:13:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27cdbf2d-1cca-4198-a7bd-0e8e1b9740ef", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "5836c479-71cd-4df0-b396-7e931b72510c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091317Z:27cdbf2d-1cca-4198-a7bd-0e8e1b9740ef" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-ba14ec613f9b8fde-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "16e49d2f3a1f7b76974df0ad6fc99500", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:13:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9df74bc4-8de5-46c4-a6aa-7fc793852ed2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "ec7f9894-15ca-4bd2-af6a-c03095dc1f28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091350Z:9df74bc4-8de5-46c4-a6aa-7fc793852ed2" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-1730a738a1ba9a8d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "120cbf7fad049993da1d98b30cdc4591", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:14:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb775915-ec8d-4a5e-9717-1841032a442a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "67488b20-efd0-4aca-b2d3-51c04b142150", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091423Z:bb775915-ec8d-4a5e-9717-1841032a442a" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-c06f91add3ee92dc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1e2d6bd5f25bafde8994bc70aa521494", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:14:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ec22966-66a0-43b5-a91a-ab8bf52f6667", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "9fb0259c-fdb5-48e5-bf44-6b8dd04d79a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091456Z:4ec22966-66a0-43b5-a91a-ab8bf52f6667" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-e8ee5d3bb7f73145-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "99b0e0d4b63181080a4a3c01a2c36eba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:15:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "336b5a4d-db93-402c-883c-b0d2ecdc6ce4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "eff0def5-6ff4-472b-be4b-482341769c0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091529Z:336b5a4d-db93-402c-883c-b0d2ecdc6ce4" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-5114926e0d375de0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "03d85e07769b8ca5e05d896ff022ef87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:16:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27cc95ec-498c-4066-b192-7b140b5f69e7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "9a2ec8a8-64e5-4866-b4f6-ecf068f7e7a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091602Z:27cc95ec-498c-4066-b192-7b140b5f69e7" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-0746ec681cd18c00-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2bde0408ac2b1f6063ab1410b6dd0cc5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:16:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a4c3c13-94a5-494e-b3da-92f9d0e3d213", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "13c76208-e780-4290-a54d-653616d789b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091635Z:9a4c3c13-94a5-494e-b3da-92f9d0e3d213" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-e27e5cbec11216a9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4b690125117a5ef83b24b8d42c9990e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:17:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c0a5be9-6d58-45c7-ac2c-2690087287c7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "8eaf5bd9-588d-4b04-a590-13b76e274d6f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091708Z:9c0a5be9-6d58-45c7-ac2c-2690087287c7" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-eabe3561a28f9ff5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9ef8b45b42e55a8ffeb9a0ef6194d603", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:17:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57a6f914-fefd-4132-b049-d231b0f31793", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "def1507f-5222-41e1-824f-ddcc1868a538", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091741Z:57a6f914-fefd-4132-b049-d231b0f31793" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-51976fc4263499a6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ee4ac350a3b9f70d0b7ff007f38bf2c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:18:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62a963d2-8701-4303-9a2d-38c9f2afafbb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "bdb03048-451d-4780-bd3e-f172bf9d66b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091814Z:62a963d2-8701-4303-9a2d-38c9f2afafbb" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-8ec88baa9e31592b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "02b52c1b6ee4e3e0720e4dc17008fca7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:18:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9bf0ffab-1bab-4860-a2f5-ae424c77f0d9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "58288f4a-a5c6-406c-9e26-10d47fb52f3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091848Z:9bf0ffab-1bab-4860-a2f5-ae424c77f0d9" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-3ba65042fb93299f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6983b54da24eb72ea601926552876772", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:19:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53fae6ad-a8ff-4b3c-94bb-e92661065876", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "fe0c61fc-38c8-4e15-8e6e-dc6eac171153", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091921Z:53fae6ad-a8ff-4b3c-94bb-e92661065876" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-715cd8b24c9ca97d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "34d4d6c6d3dee21fe2667caa554b8703", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:19:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2dbecee-9a36-4588-8378-5984f30e5fae", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "a16d375b-151a-4e49-a145-1372237a8c67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T091954Z:e2dbecee-9a36-4588-8378-5984f30e5fae" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-37ab6fb391599f7a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3eb948828808787bfefd5be3db7b90ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:20:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df680007-612b-487c-90a7-79afd95b0718", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "072088ab-3b17-47de-9401-96219741a255", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092027Z:df680007-612b-487c-90a7-79afd95b0718" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-371b67729ec08888-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "99fadba7c7337ac895a186e72583625a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:20:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69b8cb80-20d9-49bf-972d-88cbce1a4129", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "3da6e432-1c63-441b-ab12-6d4e9ce20a29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092059Z:69b8cb80-20d9-49bf-972d-88cbce1a4129" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-520d1cf48bf59f85-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "09e28f7928ce3e695b5b36e1773b0667", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:21:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f94aa0d-8ba7-43ac-917e-e280e396949c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "47debd6e-cd44-40fe-b030-ae4cbaf70c82", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092132Z:3f94aa0d-8ba7-43ac-917e-e280e396949c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-14f4c4b2e3a1ed92-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "790391d6ed51bbcf7f3fa8660293527a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:22:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67357a98-af9f-43e1-86d8-309c56082376", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "20471e19-d4ff-4ea2-96ef-f3cde13a258a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092205Z:67357a98-af9f-43e1-86d8-309c56082376" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-962db1ebbcbd3e1c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4c69009b87987f1c71bc3ed791e70259", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:22:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "402f00d9-1f37-4b26-9c0f-6afdde247c68", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "e190fbbe-7a4f-48bc-a222-82e3d59a18c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092238Z:402f00d9-1f37-4b26-9c0f-6afdde247c68" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-ac092e23c5d5d2db-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "94111e9be8808c09c027898e7f033bc8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 504, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "147", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:23:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d089c31-716d-4d44-8b88-7e456fd32a2a", - "x-ms-failure-cause": "service", - "x-ms-request-id": "4d089c31-716d-4d44-8b88-7e456fd32a2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092330Z:4d089c31-716d-4d44-8b88-7e456fd32a2a" - }, - "ResponseBody": { - "error": { - "code": "GatewayTimeout", - "message": "The gateway did not receive a response from \u0027Microsoft.HDInsight\u0027 within the specified time period." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-ac092e23c5d5d2db-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "94111e9be8808c09c027898e7f033bc8", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-b8cc3129cc97d38b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9678c01d146474f9926173c7a4c8e15d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1540,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:23:33 GMT", + "Date": "Wed, 14 Jun 2023 07:12:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ca40663-7963-4bee-8b14-d10bd2f79bc4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a937aa0b-de30-47ac-a1b5-2ac2fe220b57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092334Z:2ca40663-7963-4bee-8b14-d10bd2f79bc4" + "x-ms-correlation-request-id": "94201637-2188-4bd2-ab60-150883d2fe29", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "263f85e4-078b-4ba1-96a1-5fdd3ce6bcd1", + "x-ms-routing-request-id": "JAPANEAST:20230614T071215Z:94201637-2188-4bd2-ab60-150883d2fe29" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-4687ed0d7fe864eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7646bc08b9d24ecf74840794aef72998", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-dc838d9097c5fb42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "58859381433e354a359f46c1e4db7b1f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1572,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:24:06 GMT", + "Date": "Wed, 14 Jun 2023 07:12:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05ea1f3e-fe7c-493c-984d-5f6791988c23", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "b53b11f9-2230-44c8-8740-613ecf3b3630", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092407Z:05ea1f3e-fe7c-493c-984d-5f6791988c23" + "x-ms-correlation-request-id": "70ce2a08-2c36-45c9-97ad-e93d1fc15d6f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "a1fa445f-c10c-4bd6-ad1e-b2e335fa6d61", + "x-ms-routing-request-id": "JAPANEAST:20230614T071216Z:70ce2a08-2c36-45c9-97ad-e93d1fc15d6f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-9d7185dd3befd9ba-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e3cb4e3cbe81b2f9f7dc8c71fd8eff6e", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-adbb44b3de7f0acd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f0e54619254867fd1c95f3f4b08e213e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1604,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:24:39 GMT", + "Date": "Wed, 14 Jun 2023 07:12:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14facf1b-557f-49b5-bef1-91e2ed1e958d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "d0edb677-1bf6-4aa4-8989-afaf2761f6aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092439Z:14facf1b-557f-49b5-bef1-91e2ed1e958d" + "x-ms-correlation-request-id": "1f561d69-1bbf-48d8-a069-c9b90f542223", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "809f2faf-5ea2-4d60-a8a8-3cee25a24c15", + "x-ms-routing-request-id": "JAPANEAST:20230614T071217Z:1f561d69-1bbf-48d8-a069-c9b90f542223" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-168360ce6ad8ec9f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d5cf75808ca1e1874fc320fce074ddc8", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-e857d47aeace8345-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d15cefac8054da92754260c4ce3890b6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1636,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:25:12 GMT", + "Date": "Wed, 14 Jun 2023 07:12:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5490a1a1-b671-4736-b112-a66c47193066", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "6ff0cb43-f406-4352-b38f-dd442fd569f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092512Z:5490a1a1-b671-4736-b112-a66c47193066" + "x-ms-correlation-request-id": "3188b754-d900-4a20-8e2b-31804230c943", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "3c7d9e53-2d6e-49de-b900-4e73d2a513ed", + "x-ms-routing-request-id": "JAPANEAST:20230614T071219Z:3188b754-d900-4a20-8e2b-31804230c943" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-317f15392d5d503e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3052f1fd58384a47c2937ff62d5e50e6", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-cd2740e8b67fd73a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5dae54e6f1e35c14961e3ca84f5685a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1668,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:25:44 GMT", + "Date": "Wed, 14 Jun 2023 07:12:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b24e27c9-06cb-45f8-9be9-355784d5e98a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "c28f5ef7-0a96-4755-bcc3-064e2bbacc57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092545Z:b24e27c9-06cb-45f8-9be9-355784d5e98a" + "x-ms-correlation-request-id": "48d0f559-43c3-4464-a82d-47082c326ff4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "0943f5f2-f2ef-4159-acd9-8f2d5a6ef8e0", + "x-ms-routing-request-id": "JAPANEAST:20230614T071221Z:48d0f559-43c3-4464-a82d-47082c326ff4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-588b4949e2286a98-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "391499845428b0f6c7e994bd9dfdd282", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-83a34610b3ec82e8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f414087daa7f99cab40a7a05c43899e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1700,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:26:17 GMT", + "Date": "Wed, 14 Jun 2023 07:12:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce0dcb4c-2636-42b8-8b37-434ffcf2aa60", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "6f33dcd8-9f02-4e73-b754-ab8f4a326c77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092618Z:ce0dcb4c-2636-42b8-8b37-434ffcf2aa60" + "x-ms-correlation-request-id": "da7be088-93d1-4c17-b18e-ec5a79648eaf", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "ddde1a94-60cb-4d8e-a2bd-e9d42933c24c", + "x-ms-routing-request-id": "JAPANEAST:20230614T071226Z:da7be088-93d1-4c17-b18e-ec5a79648eaf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-c7dc566af13626ca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0c73c3fece3b28362e84120e0d90b3f1", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-f8278751cd386532-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5b0e3c05c3e0bb5adaff3b3544ea8a1f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1732,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:26:50 GMT", + "Date": "Wed, 14 Jun 2023 07:12:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "752170e8-f075-496c-a7d8-3b5d9941929c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b5fcec9c-4cb3-47d3-81bd-d899646f7063", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092651Z:752170e8-f075-496c-a7d8-3b5d9941929c" + "x-ms-correlation-request-id": "a23f6081-9a5d-442e-ad85-fcd5453ebbf9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "78feef1b-01c6-424f-a0a0-b15b4beecd77", + "x-ms-routing-request-id": "JAPANEAST:20230614T071234Z:a23f6081-9a5d-442e-ad85-fcd5453ebbf9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-4b4a2a64c7cab808-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "47773a72a460a8a0faa2684ec489acc4", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-c8bc84d73a9059fd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c646b9bd9b243b378915a9d8760e975e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1764,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:27:23 GMT", + "Date": "Wed, 14 Jun 2023 07:12:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "904d1ac6-35ce-43c9-9d52-d0a1adab786a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "caad1f8a-1f07-4928-be27-9c3c322d5140", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092724Z:904d1ac6-35ce-43c9-9d52-d0a1adab786a" + "x-ms-correlation-request-id": "be0b2538-6f43-4efd-b1e3-642d36926b0b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "0c22c6e3-d129-419a-83d0-0cba86a0acba", + "x-ms-routing-request-id": "JAPANEAST:20230614T071250Z:be0b2538-6f43-4efd-b1e3-642d36926b0b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-fd4dd6b15636fc3d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6af7fcc144eab5aa62eb0aa442e8a336", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-b8072ba578d2856f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "13a258852948bac6ad591a7f6e9554c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1796,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:27:56 GMT", + "Date": "Wed, 14 Jun 2023 07:13:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ada7667-4bfd-43e4-a9ef-06e8e37a6cc0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "f3a4e2da-7092-4185-982d-172afca9f019", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092756Z:1ada7667-4bfd-43e4-a9ef-06e8e37a6cc0" + "x-ms-correlation-request-id": "035846a8-2cf7-48ce-85a1-0cf3c9284a7b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "8d565d30-d0ec-41a9-b6cb-eb5b2c2779d8", + "x-ms-routing-request-id": "JAPANEAST:20230614T071323Z:035846a8-2cf7-48ce-85a1-0cf3c9284a7b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-2a359029dc23bc56-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "634ba3358a85592222cb129965e864a4", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-72d04fc9f85bde60-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0b485b80d2f16abf05d2d1ca1a8244cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1828,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:28:30 GMT", + "Date": "Wed, 14 Jun 2023 07:13:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1566f7d-c165-4473-a218-b2ebd27d8c50", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "8a2fb945-8bac-484d-9192-7068fc04d7ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092831Z:e1566f7d-c165-4473-a218-b2ebd27d8c50" + "x-ms-correlation-request-id": "5e59a18b-276f-4e30-910a-182217a60dea", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "42c1791b-dbea-4a83-a4c4-9cbf1555ed68", + "x-ms-routing-request-id": "JAPANEAST:20230614T071355Z:5e59a18b-276f-4e30-910a-182217a60dea" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-dda6dbc7473ad684-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "104c4dd749992e068fc1e47499fc6611", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-b726ae5af748929e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ebb0dd68774793d6f28c18cb80b7cdf4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1860,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:29:03 GMT", + "Date": "Wed, 14 Jun 2023 07:14:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8df8ab0d-4608-4c8c-a3ca-30f84918b700", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "e4163706-8991-4c6e-973b-fbfb6a247e2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092903Z:8df8ab0d-4608-4c8c-a3ca-30f84918b700" + "x-ms-correlation-request-id": "1049908a-ee63-44a8-b1df-95ede8d14da7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "a2bed6eb-3f58-467e-a621-0a714ab93b37", + "x-ms-routing-request-id": "JAPANEAST:20230614T071428Z:1049908a-ee63-44a8-b1df-95ede8d14da7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-ba7d9bf375923978-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "211932fe493e363fd99d481f3110507a", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-a0c3c036dd3b51dd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1b58dfc08cc6b26c99370e7557fc9f2b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1892,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:29:36 GMT", + "Date": "Wed, 14 Jun 2023 07:14:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb5d225a-981c-40a2-9efa-7acaa0f0ac49", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "ec8b7a73-0adb-43b7-b822-f85e1d389b11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T092936Z:fb5d225a-981c-40a2-9efa-7acaa0f0ac49" + "x-ms-correlation-request-id": "44f3abdc-5c1e-40a5-af59-68580ae8ab09", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "e598f2ca-ece3-4bfc-9d31-1839e3977954", + "x-ms-routing-request-id": "JAPANEAST:20230614T071500Z:44f3abdc-5c1e-40a5-af59-68580ae8ab09" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-e4b31e75fec92682-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f4cc6687929bec9d9c1cd3c3a6adbf26", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-29488a488c19b1b4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "91174f1469e4088184b41864b9f4ea4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1924,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:30:10 GMT", + "Date": "Wed, 14 Jun 2023 07:15:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8360c2fe-cdf0-447f-aec6-d2e50f2680e9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "2183e81b-2ce4-4238-b92f-03881386e71a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093011Z:8360c2fe-cdf0-447f-aec6-d2e50f2680e9" + "x-ms-correlation-request-id": "2a6ecf27-dec6-4cf2-a041-06762de00ff0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "6bbb1318-f49d-406f-91bd-b03324ee803f", + "x-ms-routing-request-id": "JAPANEAST:20230614T071532Z:2a6ecf27-dec6-4cf2-a041-06762de00ff0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-66b9eea51344f48f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "339a006443cf8d660e1636fb00e7fc7f", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-556dd16a07b446a7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3a09dd052929dc0470fe521069613cf6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1956,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:30:43 GMT", + "Date": "Wed, 14 Jun 2023 07:16:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f2206f8-b1d9-4da9-8d8f-12081179e656", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "3228cd32-a98f-4fba-8694-689395886c6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093043Z:9f2206f8-b1d9-4da9-8d8f-12081179e656" + "x-ms-correlation-request-id": "6264864c-9617-4306-93c1-d42d13281a37", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "ce49746a-02fa-46e4-bd50-0168302d0a83", + "x-ms-routing-request-id": "JAPANEAST:20230614T071605Z:6264864c-9617-4306-93c1-d42d13281a37" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-6990715ea6cb07e4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "33ed6a71712f6c75942c8421767b8f2c", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-fbc3788865722de3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "31b6eded3b9f57105d4f96117308f8a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1988,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:31:15 GMT", + "Date": "Wed, 14 Jun 2023 07:16:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9bbf1c6f-558e-45af-86f3-71f4705caaad", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "cf61a455-51b5-45ae-b864-785b4837b699", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093116Z:9bbf1c6f-558e-45af-86f3-71f4705caaad" + "x-ms-correlation-request-id": "d62015d7-8ec8-43f2-98bb-bc7283b089c1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "83830c2a-6e58-4d95-bce4-0ec954b74af0", + "x-ms-routing-request-id": "JAPANEAST:20230614T071637Z:d62015d7-8ec8-43f2-98bb-bc7283b089c1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-b93dd83cba1fda8b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "30ba22dd1c7544ab003ee6845ba2ebb5", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-6cccfc5e9581afdc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7a70c04d64f2ea014a3b21e616719f23", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2020,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:31:49 GMT", + "Date": "Wed, 14 Jun 2023 07:17:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d06de16-9928-4304-be95-9f9610b2fb23", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "8aebbe7e-4fc4-4000-be74-9dc036b9552c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093149Z:3d06de16-9928-4304-be95-9f9610b2fb23" + "x-ms-correlation-request-id": "0c09251c-c429-43e5-a9e9-1ed9fb779f4f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "5118bf02-970d-40a9-ae41-80fe6daf0a36", + "x-ms-routing-request-id": "JAPANEAST:20230614T071709Z:0c09251c-c429-43e5-a9e9-1ed9fb779f4f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-cad88758677d371f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3b5154208cc0f3f68b2e9fa2be441792", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-7f1b5e4be72f6db2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cb772278b93dcaaeccb2dcda92f36868", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2052,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:32:21 GMT", + "Date": "Wed, 14 Jun 2023 07:17:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac2318b5-a863-4248-b6df-50a0a6929f26", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "dd3e52e1-3b51-4da3-847b-c46cff3e6308", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093222Z:ac2318b5-a863-4248-b6df-50a0a6929f26" + "x-ms-correlation-request-id": "9123ff75-d17d-4be2-90fe-7b318b596b24", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "c233c855-2db2-4910-a05e-303886da9e01", + "x-ms-routing-request-id": "JAPANEAST:20230614T071742Z:9123ff75-d17d-4be2-90fe-7b318b596b24" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-8458ac1c785b5888-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "de1d0a86cb2c5509bea833f08bf010f1", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-e4901c81a1b3cf1a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a9c2ad05c1f18803eccbe664192a40ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2084,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:32:54 GMT", + "Date": "Wed, 14 Jun 2023 07:18:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da8d3627-c60d-458e-aec8-676fa937b32d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "c266c106-7df1-4679-b58e-96d1b88a96c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093255Z:da8d3627-c60d-458e-aec8-676fa937b32d" + "x-ms-correlation-request-id": "4332eba7-f160-4eec-be81-358866068947", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "5b8beff2-9152-42b2-a104-6d52290dea88", + "x-ms-routing-request-id": "JAPANEAST:20230614T071814Z:4332eba7-f160-4eec-be81-358866068947" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-c2c03ff83e6cbb00-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2201cf405429516c2bc7a5477c0886bb", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-343b3c150d5177f8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "519973af2c90946712a6ad4087265857", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2116,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:33:27 GMT", + "Date": "Wed, 14 Jun 2023 07:18:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f77ce15-c816-4781-8fb5-e240776251cc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "a500782a-58f2-4bf3-ad4f-c60ad53e2b62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093328Z:9f77ce15-c816-4781-8fb5-e240776251cc" + "x-ms-correlation-request-id": "d5eb5325-735d-4a4a-ba7b-f07917f5c217", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "d5031ef6-4b40-411f-ba8f-78efb6d79d90", + "x-ms-routing-request-id": "JAPANEAST:20230614T071846Z:d5eb5325-735d-4a4a-ba7b-f07917f5c217" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-cce25ba7cf820f9a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "51fe53270c8454884afc7d175805679a", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-a78bc771073d1c6f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "69e0b9d2f6aeb7321eeedf71d249b0a2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2148,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:34:00 GMT", + "Date": "Wed, 14 Jun 2023 07:19:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f5483ac-d49f-47ff-b92a-22ee71c30fcf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "9e1d19f0-299e-43e1-95bc-78b1848d9d87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093401Z:7f5483ac-d49f-47ff-b92a-22ee71c30fcf" + "x-ms-correlation-request-id": "79f1f064-a592-49e6-aecd-31d99d0e4332", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "7e02ed34-d0ab-4671-8367-ee7ac6ea5c82", + "x-ms-routing-request-id": "JAPANEAST:20230614T071919Z:79f1f064-a592-49e6-aecd-31d99d0e4332" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-c8bf49cda2d9571f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ee61ad1df54232699ecbb36525c2d8b5", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-ef89b0dd14631653-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1f2af0711759d9d7452e964a13c300c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2180,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:34:33 GMT", + "Date": "Wed, 14 Jun 2023 07:19:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "391e5b8d-0d47-47b0-b7df-c698325960e7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "233c68ac-f243-479b-b084-4105b0e18a66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093433Z:391e5b8d-0d47-47b0-b7df-c698325960e7" + "x-ms-correlation-request-id": "848c1cad-1c5a-48f6-912e-64fd84d66d5f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "11b3c9c1-adb7-407a-9996-3f82414fc631", + "x-ms-routing-request-id": "JAPANEAST:20230614T071951Z:848c1cad-1c5a-48f6-912e-64fd84d66d5f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-7b2ad63166a84989-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "38c97722bff2346c47add72dd754f926", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-33e05869aa2a629b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "60928f73d649b93e41e232a14df5c1c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2212,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:35:07 GMT", + "Date": "Wed, 14 Jun 2023 07:20:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4549411-f0f6-4273-b73b-3cf52f0e2d3a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "ab226203-f917-497e-b120-f7237ef6cde7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093507Z:c4549411-f0f6-4273-b73b-3cf52f0e2d3a" + "x-ms-correlation-request-id": "6d9e0067-f5cf-4e63-b4a1-e3af12550e28", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "2f1bcc46-4c39-4dba-bb34-e35f964edced", + "x-ms-routing-request-id": "JAPANEAST:20230614T072024Z:6d9e0067-f5cf-4e63-b4a1-e3af12550e28" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-105ae26821816478-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cf290b5f97a73279e9cbb3b959222e88", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-d17926b6fc2c97a0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "97ce0bf538fcbafde207247f5fe7a35a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2244,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:35:40 GMT", + "Date": "Wed, 14 Jun 2023 07:20:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "652e72dd-cabf-4c66-9493-c5fa30bceae7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "3225ba64-83e7-418e-8fbd-90f130093672", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093540Z:652e72dd-cabf-4c66-9493-c5fa30bceae7" + "x-ms-correlation-request-id": "26a3b3eb-b597-49a4-bc70-d27267d572f4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11817", + "x-ms-request-id": "620f5479-9d70-41a2-a3df-7b81e73a9d4c", + "x-ms-routing-request-id": "JAPANEAST:20230614T072056Z:26a3b3eb-b597-49a4-bc70-d27267d572f4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-719135a82ce5cf59-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e0f5c7232e3b5ea7402da7951d3c5b49", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-0801f22c4ae20b06-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "43fd19ee50b79b58b271dd77e4358c4f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2276,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:36:13 GMT", + "Date": "Wed, 14 Jun 2023 07:21:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afbf1505-bf15-48fa-a1b0-d1be7ae0a6c3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "611adbce-5eb4-4a6c-bea1-aacb1319feb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093613Z:afbf1505-bf15-48fa-a1b0-d1be7ae0a6c3" + "x-ms-correlation-request-id": "c2809911-103d-46e0-95d6-8adf6b024286", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11816", + "x-ms-request-id": "33a099d0-9461-48fb-8945-ee2809090fbe", + "x-ms-routing-request-id": "JAPANEAST:20230614T072128Z:c2809911-103d-46e0-95d6-8adf6b024286" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-d9c1b1bce90fc5d0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1a068cd209998a0efe974e270cb3da24", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-99605c7e57066ae4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0854ce6d68f53ac991d77e42b2be595a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2308,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:36:46 GMT", + "Date": "Wed, 14 Jun 2023 07:22:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "643a9e0e-82ab-465d-9599-329466d1fd46", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "9c0cedab-3d17-49ef-b548-81a03bdc0c2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093646Z:643a9e0e-82ab-465d-9599-329466d1fd46" + "x-ms-correlation-request-id": "60e61781-6340-473a-a970-274fb6811ba0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11815", + "x-ms-request-id": "ecd28342-fbb2-4cc1-bcb9-a82fdfed5c10", + "x-ms-routing-request-id": "JAPANEAST:20230614T072201Z:60e61781-6340-473a-a970-274fb6811ba0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-79b1e59268aa6fd1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0f094f7f185f30ea63ca8e79efe314ad", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-c1bed740d9f5064e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "33b3d83e7ef8a511b233e58b5b85d5ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2340,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:37:18 GMT", + "Date": "Wed, 14 Jun 2023 07:22:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce051118-780d-4fad-9862-ff52fde51e9e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "720b8103-500a-4e32-9881-d96328c543d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093719Z:ce051118-780d-4fad-9862-ff52fde51e9e" + "x-ms-correlation-request-id": "d6869c54-f0ab-4ff7-9134-a9f9d1baded5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11814", + "x-ms-request-id": "44d8a75f-695a-4ba0-bcf7-536478c433f4", + "x-ms-routing-request-id": "JAPANEAST:20230614T072233Z:d6869c54-f0ab-4ff7-9134-a9f9d1baded5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-081656f05881d13e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cde6696f131c19eeb86ae1a4e080528c", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-6c2498a319d2f4bc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9112d47b9a92856450c2b1dfd115e8f3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2372,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:37:52 GMT", + "Date": "Wed, 14 Jun 2023 07:23:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87431ef5-f029-4bff-9532-2df8e28fa3aa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "7dc57c76-5d34-4ddc-8ff7-f369bf234c11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093752Z:87431ef5-f029-4bff-9532-2df8e28fa3aa" + "x-ms-correlation-request-id": "53479616-7c62-41f9-aee7-25e8f2d25007", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11813", + "x-ms-request-id": "c78a732e-8dc8-41ec-b2c6-0d801854364d", + "x-ms-routing-request-id": "JAPANEAST:20230614T072306Z:53479616-7c62-41f9-aee7-25e8f2d25007" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-9ca45617c230cb55-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cd1682524b32b9eaa1d5b6ce7b959b1b", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-9c8cd5ac526e347e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0c3983175881ee57bcae55c2833edf0b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2404,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:38:24 GMT", + "Date": "Wed, 14 Jun 2023 07:23:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f6141f2-d870-48ae-868d-dfa7d2dbc485", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "f838bf6b-2bca-4628-a8d0-173a932fc0a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093825Z:1f6141f2-d870-48ae-868d-dfa7d2dbc485" + "x-ms-correlation-request-id": "f321554d-9940-4341-a216-bba01033c0f0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11812", + "x-ms-request-id": "655611d1-50ec-4571-9554-42769dd65058", + "x-ms-routing-request-id": "JAPANEAST:20230614T072338Z:f321554d-9940-4341-a216-bba01033c0f0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-ef9d4121c50c3823-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a2b8a0820dcc6b0860ef57f4374650e3", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-2716a4bc444f60a4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dec7d101c8aba3c7732ee335cc32d39c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2436,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:38:57 GMT", + "Date": "Wed, 14 Jun 2023 07:24:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2cf266b5-4f75-4f04-a8cd-5cd0b318909a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "3f61f86c-ab0d-41c5-b1c9-f7ea62df99e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093857Z:2cf266b5-4f75-4f04-a8cd-5cd0b318909a" + "x-ms-correlation-request-id": "bf5cc155-dee2-49dc-9268-5d7294b90a19", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11811", + "x-ms-request-id": "26c80740-b50e-4f98-b87e-50064cf297dc", + "x-ms-routing-request-id": "JAPANEAST:20230614T072410Z:bf5cc155-dee2-49dc-9268-5d7294b90a19" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-d26394cb0d607e3c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6d26017846cd237a7e2d2b465d209e23", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-b42a126f7865702b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d773f14ac94c222b7c23d4e345a20211", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2468,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:39:30 GMT", + "Date": "Wed, 14 Jun 2023 07:24:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d14bf9a-dafe-4393-aef7-b8e8a90327e6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "9addfc50-aae0-4866-97ab-d9f48b30b973", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T093931Z:1d14bf9a-dafe-4393-aef7-b8e8a90327e6" + "x-ms-correlation-request-id": "79a8da62-6a55-4590-b848-6243edeb2850", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11810", + "x-ms-request-id": "75496074-7b59-4abd-87b2-1060050eec9f", + "x-ms-routing-request-id": "JAPANEAST:20230614T072443Z:79a8da62-6a55-4590-b848-6243edeb2850" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-cf1c0d533a7631b8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3f21c6cfafc845c07aab6d43f4f5815b", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-e9e30f878158854e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "00dda5e30a4e4e48bc9599537422218a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2500,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:40:04 GMT", + "Date": "Wed, 14 Jun 2023 07:25:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b019eef8-8deb-4864-8e23-07ffe87f8173", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "09f0a4f5-038c-4fed-ae37-877a963353cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094005Z:b019eef8-8deb-4864-8e23-07ffe87f8173" + "x-ms-correlation-request-id": "6ea792e8-6da7-41eb-8361-d4c859074965", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "aa7f0599-141b-4292-b333-59c4e7acf0ff", + "x-ms-routing-request-id": "JAPANEAST:20230614T072515Z:6ea792e8-6da7-41eb-8361-d4c859074965" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-ac7d677303ec5459-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7a56d2842d6e3b4d2594249fe1c10e40", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-f45c4133b0c39922-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9178b8db08ca38bfa6a46187f3e35ed0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2532,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:40:37 GMT", + "Date": "Wed, 14 Jun 2023 07:25:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59a0264c-9a60-4876-b739-1e6694def916", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "9a7ac99e-547c-43a8-aad6-3f821dc3aac0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094038Z:59a0264c-9a60-4876-b739-1e6694def916" + "x-ms-correlation-request-id": "d540bec8-67a6-4512-bc83-3467a1c065fc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "dfa470f5-df75-4e7e-b9c0-753d48f4431c", + "x-ms-routing-request-id": "JAPANEAST:20230614T072547Z:d540bec8-67a6-4512-bc83-3467a1c065fc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-02aa9ee96526901b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "712534501124c91b41e1f222d9372f88", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-ac80dcaf04384e6f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2751d12cd355404ea9241bb730d7ad59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2564,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:41:10 GMT", + "Date": "Wed, 14 Jun 2023 07:26:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4010b17f-7754-4337-8e04-f206d3d1f892", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "6d498d3e-c621-4d1a-8bff-6c2461b54c1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094111Z:4010b17f-7754-4337-8e04-f206d3d1f892" + "x-ms-correlation-request-id": "ca91f725-f664-4fd1-94a0-89e2eb5056e0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "06ea2b0a-bed7-4439-a5eb-69711d638ba0", + "x-ms-routing-request-id": "JAPANEAST:20230614T072620Z:ca91f725-f664-4fd1-94a0-89e2eb5056e0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-35fde859343ed98d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8ac2d0ab24caa1b478e619338b2063b8", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-6108a556110f5143-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8c084a01702ada47e6a45aa9a8c05ad8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2596,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:41:43 GMT", + "Date": "Wed, 14 Jun 2023 07:26:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6be12cb9-cb40-4b1a-8741-4900f64f1497", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "552c3312-1b08-4a26-a7b2-4191274cdda7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094143Z:6be12cb9-cb40-4b1a-8741-4900f64f1497" + "x-ms-correlation-request-id": "4ef70e60-5a81-460e-a75a-610ed970af27", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "7ebca1a9-4337-4010-89e2-ea95baabb388", + "x-ms-routing-request-id": "JAPANEAST:20230614T072652Z:4ef70e60-5a81-460e-a75a-610ed970af27" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-064514ff39b38e3a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bff22c9c10d07336b68c388d3b2b61ee", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-632a07da2fc057e4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a327c836fad007346a37e8a5ed0708ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2628,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:42:16 GMT", + "Date": "Wed, 14 Jun 2023 07:27:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04c31e83-e35e-494c-b44a-61d53ef268a1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "e1bde067-06c2-407b-91f5-fa1f38e9956e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094216Z:04c31e83-e35e-494c-b44a-61d53ef268a1" + "x-ms-correlation-request-id": "c126d381-7161-4806-b107-4e15abb1a73d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "740f596c-6c19-4871-996a-bf4743e39efa", + "x-ms-routing-request-id": "JAPANEAST:20230614T072724Z:c126d381-7161-4806-b107-4e15abb1a73d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-d9f6d7c36103b81c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "11f39b6483ff2c757f83f83df7e83e20", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-2fb46ff70dfb95e7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a98507f7d2dbbba68a7740b078a598e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2660,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:42:49 GMT", + "Date": "Wed, 14 Jun 2023 07:27:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf454d5e-7db3-4aa8-a94a-00aac7f5f07f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "8bd285d3-7db6-4310-8043-d249606c97a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094250Z:bf454d5e-7db3-4aa8-a94a-00aac7f5f07f" + "x-ms-correlation-request-id": "4ebfdd33-a025-48ce-a916-c4adb3a3785c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "bba3f3f5-b7e1-485b-a5fe-2c1d7b516a1c", + "x-ms-routing-request-id": "JAPANEAST:20230614T072757Z:4ebfdd33-a025-48ce-a916-c4adb3a3785c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-90233de00729d878-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ad853a7d6f459ab8994ed33deb27664c", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-01da1ac4bdac28b8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "688042c90aaf0789150022f287a1edde", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2692,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:43:22 GMT", + "Date": "Wed, 14 Jun 2023 07:28:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27a8472e-cdbd-4d3c-b0d2-291dbfbd791c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "9062c474-4327-4938-8c83-4b7dca730dbd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094323Z:27a8472e-cdbd-4d3c-b0d2-291dbfbd791c" + "x-ms-correlation-request-id": "f07e5ac3-ed3f-461c-b375-677bf3785dd1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "0d69e0be-eb06-4d09-b487-162709713e0b", + "x-ms-routing-request-id": "JAPANEAST:20230614T072829Z:f07e5ac3-ed3f-461c-b375-677bf3785dd1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-e8fbc72c1f3ad35e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "efce2a84522c19b8b7c5404c17f87bce", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-bbc53cae9b8173af-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a0b28b9cb13a64fc216b1959b9848fc4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2724,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:43:55 GMT", + "Date": "Wed, 14 Jun 2023 07:29:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e25d9d2-efab-4fc5-ad6c-65a68867de59", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "25bf4ca0-ee77-4d1c-ab9e-4d0d2f649ccc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094356Z:9e25d9d2-efab-4fc5-ad6c-65a68867de59" + "x-ms-correlation-request-id": "48335ab8-a3a8-4d20-896b-9838db321b95", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "ac93ea92-84f9-405a-8a2e-5099c93c062f", + "x-ms-routing-request-id": "JAPANEAST:20230614T072902Z:48335ab8-a3a8-4d20-896b-9838db321b95" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-24b270943b538c8f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0010184eb4a6f5a9e35977b1af384158", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-63293431f9095c4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aadbff9e9f86ec1e7e7e93daafb334e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2756,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:44:28 GMT", + "Date": "Wed, 14 Jun 2023 07:29:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff84b1a6-f6c8-4e0c-9a02-9c3068b92214", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "408ee026-aa48-4014-86cc-d9d79a09e752", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094428Z:ff84b1a6-f6c8-4e0c-9a02-9c3068b92214" + "x-ms-correlation-request-id": "fbef7a9c-4622-4da3-943a-b6dda3087de4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "2abbe5f2-10d3-4d02-ac2b-3ac42455ebd0", + "x-ms-routing-request-id": "JAPANEAST:20230614T072934Z:fbef7a9c-4622-4da3-943a-b6dda3087de4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-818476f8f1e11f90-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ccb9ac1d4e192af3816bf67f2f6b82a0", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-4965060ed7e179b1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ec136289f8f318ae451c4644f12f4d90", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2788,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:45:02 GMT", + "Date": "Wed, 14 Jun 2023 07:30:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c65894d9-ae36-4c17-85d2-87d7b69d616d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "15b3213e-8a11-4c83-aa9e-8b694b4a85ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094502Z:c65894d9-ae36-4c17-85d2-87d7b69d616d" + "x-ms-correlation-request-id": "21bc9dc9-e730-428c-9ddd-40e78019a745", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "89b4c11c-590b-4f9e-9487-31cafe85ec98", + "x-ms-routing-request-id": "JAPANEAST:20230614T073006Z:21bc9dc9-e730-428c-9ddd-40e78019a745" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-057b8337602c9394-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d3ee04d26517d0a681d90cd3db07697e", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-e18573133d7ab8cf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "87535d7143c5fd576dc521bb1d22b46d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2820,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:45:35 GMT", + "Date": "Wed, 14 Jun 2023 07:30:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21d8486f-d339-43cb-a024-8e8b42e2272a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "24d29034-f172-4d53-96a8-ad333d62ae21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094535Z:21d8486f-d339-43cb-a024-8e8b42e2272a" + "x-ms-correlation-request-id": "462135dd-aef6-4145-903f-bcf51aafc64e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "da000355-3eaa-4440-bea2-cfefeaec2154", + "x-ms-routing-request-id": "JAPANEAST:20230614T073039Z:462135dd-aef6-4145-903f-bcf51aafc64e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-8d3f4480e66ec3f7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6b2fe784af3f00b524e57f3abe2ac578", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-e1aee9ee3182c732-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "57cf3037a271a6d050c3646a58dafb4e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2852,30 +1629,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:46:08 GMT", + "Date": "Wed, 14 Jun 2023 07:31:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd03cb26-7ce3-4c69-a8f1-c3551b765065", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "0cf9a7d5-6aac-4f26-8130-bed3bcd356ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094608Z:bd03cb26-7ce3-4c69-a8f1-c3551b765065" + "x-ms-correlation-request-id": "4517f55d-8e43-4703-a0fb-6b63a7ba5a48", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "339813c4-c1ff-411c-90b9-7f6908559d21", + "x-ms-routing-request-id": "JAPANEAST:20230614T073111Z:4517f55d-8e43-4703-a0fb-6b63a7ba5a48" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-5242a21a1b123093-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "aaded6d66d49b84005e84b4042204f79", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-746349923d32f14a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "51690231ac5f46220a167f2dd6f3fa23", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2884,30 +1661,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:46:40 GMT", + "Date": "Wed, 14 Jun 2023 07:31:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dea29ac3-0265-4ab8-b133-0288290e5ebe", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "19f30aa1-55bc-4985-a0db-a1a8319ec40b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094641Z:dea29ac3-0265-4ab8-b133-0288290e5ebe" + "x-ms-correlation-request-id": "f6818c75-80a2-4746-94b5-bab31b8d62f1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "d1848811-4218-4ceb-bc52-d30c9ba28a80", + "x-ms-routing-request-id": "JAPANEAST:20230614T073143Z:f6818c75-80a2-4746-94b5-bab31b8d62f1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-b2db0c15f7894bcd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "47fa7702173b23614feeae31e56c1157", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-cd0041a4118f8dc5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c00cd967f560ce1f8cad3702deeda492", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2916,30 +1693,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:47:13 GMT", + "Date": "Wed, 14 Jun 2023 07:32:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33e232fd-f1dd-4386-9933-6e152d64bf32", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "42cd02dc-8532-49dc-b36c-79d2c27b9866", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094714Z:33e232fd-f1dd-4386-9933-6e152d64bf32" + "x-ms-correlation-request-id": "46ebd644-9da6-461a-81a6-a98db912f99d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "00f286f5-7f37-450d-96dd-8ad8f07c8b89", + "x-ms-routing-request-id": "JAPANEAST:20230614T073216Z:46ebd644-9da6-461a-81a6-a98db912f99d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-aaffbe6132cb8527-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "04fd9313be281635a77766566374be04", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-d8e80a11cb8a4685-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1a8ad2ca62b88a0e0e884d5a23a3cf5d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2948,30 +1725,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:47:46 GMT", + "Date": "Wed, 14 Jun 2023 07:32:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5bc83e84-b8c9-489d-9121-0f002e84b7ba", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "d5090bd6-4c26-4844-87a2-63ae7d8c8a3b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094747Z:5bc83e84-b8c9-489d-9121-0f002e84b7ba" + "x-ms-correlation-request-id": "39035afa-d79f-4217-97d1-30e3d93e26a3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "21cdfb6b-e4c0-44c5-9feb-1c7b83a88c0e", + "x-ms-routing-request-id": "JAPANEAST:20230614T073248Z:39035afa-d79f-4217-97d1-30e3d93e26a3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-125f853ae239e116-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "473805967d30bf3c75bb5a5bbf0fd299", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-4ebe16f4c3e035f6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7f0240c93acd3beee39bc4b27520681c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2980,30 +1757,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:48:19 GMT", + "Date": "Wed, 14 Jun 2023 07:33:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b38a2e20-82d0-463e-b25e-408ca47d679b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "781752e5-6f1a-438b-aa78-942ffb5e9d12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094820Z:b38a2e20-82d0-463e-b25e-408ca47d679b" + "x-ms-correlation-request-id": "db9866df-e117-4aeb-9ebf-a151c4a49066", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "921db77a-78a5-484e-8dfa-a2f05cce8acd", + "x-ms-routing-request-id": "JAPANEAST:20230614T073320Z:db9866df-e117-4aeb-9ebf-a151c4a49066" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-826ce3677d70c414-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ae2cf3d64b22435142e3a0c4b00abfda", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-af4ed9d1f094a846-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0463ed71df68056bca82b2d7a8c4abe9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3012,30 +1789,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:48:52 GMT", + "Date": "Wed, 14 Jun 2023 07:33:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd03eaf4-00c2-4b49-8616-ae63fb32ba8e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "fd8cc240-fc39-4149-83f2-4491cda1df03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094852Z:fd03eaf4-00c2-4b49-8616-ae63fb32ba8e" + "x-ms-correlation-request-id": "82e3f48b-e397-4034-bbc0-5c3a9b64ca2c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "5157e6dd-d16e-4db5-a0df-5c522f4de4e3", + "x-ms-routing-request-id": "JAPANEAST:20230614T073353Z:82e3f48b-e397-4034-bbc0-5c3a9b64ca2c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-1f8ede6a61b04167-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e09baa2fca349627573e8e6c63d95797", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-9e99cd5823539304-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9d38dadd24eb90c4e34f371d9d5b15ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3044,30 +1821,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:49:24 GMT", + "Date": "Wed, 14 Jun 2023 07:34:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edff4f42-691b-4c9e-b26c-d9f70d751d9e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "5b4a128c-875d-4a4e-9031-1e9ec6cecd46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094925Z:edff4f42-691b-4c9e-b26c-d9f70d751d9e" + "x-ms-correlation-request-id": "67f69d23-7492-4a21-b9cb-9b981d485ac8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "ab961223-b4e4-4052-99f3-44cb0946b3ed", + "x-ms-routing-request-id": "JAPANEAST:20230614T073425Z:67f69d23-7492-4a21-b9cb-9b981d485ac8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-8767202ede045047-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7080cda40f484be1b4f4054cdd770e6b", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-9355e08b05f4ff4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "36e83020cb3fe9f4d5fcb44b8717921e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3076,30 +1853,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:49:59 GMT", + "Date": "Wed, 14 Jun 2023 07:34:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6109a061-c526-4935-a46e-588c43dfddb5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "9e08b363-385a-43f4-b6b2-39a5a3945526", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T094959Z:6109a061-c526-4935-a46e-588c43dfddb5" + "x-ms-correlation-request-id": "0d3c01f1-6005-47ad-9abf-645c7850bef0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "791fd49a-b133-4ee6-a9d0-087a2cfde69d", + "x-ms-routing-request-id": "JAPANEAST:20230614T073457Z:0d3c01f1-6005-47ad-9abf-645c7850bef0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-cbd00f107abfa2f4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "142b80fcf2740b64cc9656e4bce4df68", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-6eeae808a34ee0b7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9ad4dbf0cae74d3128d32019a84e676e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3108,71 +1885,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:50:32 GMT", + "Date": "Wed, 14 Jun 2023 07:35:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ee2e870-f9aa-4335-8cf4-caa709b72fae", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "db1d8447-dd80-482a-bba7-dfec2e6b2ab3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T095032Z:5ee2e870-f9aa-4335-8cf4-caa709b72fae" + "x-ms-correlation-request-id": "3689dc8f-b82f-42e3-b574-7127c40db4fb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "d5e3922e-7ca3-4ff3-969b-e69e9d1cbe5b", + "x-ms-routing-request-id": "JAPANEAST:20230614T073530Z:3689dc8f-b82f-42e3-b574-7127c40db4fb" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-58ba9d61e6d98ef8d0dc333c5688ab4b-aa7ad90e67a8f4de-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e31f098b4f8a2092c94f2b3fc5dab8df", + "traceparent": "00-36458e4fea110c9b486d8004f298adc4-7368b3b9f14ea8de-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "77b6c46c74db12aae54fc8ee6f7808cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2013", + "Content-Length": "2042", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:50:33 GMT", + "Date": "Wed, 14 Jun 2023 07:35:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45bf3153-cb08-446d-a8ca-2d5f2a7a6752", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "036a3325-f305-4077-acde-29026a2bc9a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T095033Z:45bf3153-cb08-446d-a8ca-2d5f2a7a6752" + "x-ms-correlation-request-id": "f93eca83-c921-48ac-873d-b8ad45a45969", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "207e7c2f-5950-4925-815d-f27f197ede37", + "x-ms-routing-request-id": "JAPANEAST:20230614T073530Z:f93eca83-c921-48ac-873d-b8ad45a45969" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372", - "name": "cluster8372", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493", + "name": "cluster7493", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "9af8708c-6ad1-4262-95fb-936c3d7dd134", + "location": "Japan East", + "etag": "cad88002-b61b-476c-84ee-65d48301f7bb", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "12605349d02044f8a08d3ffd3c72585f", + "clusterId": "bf714d882b014c669ef1d2d7d637fe4c", "computeProfile": { "roles": [ { @@ -3218,7 +1995,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T09:05:58.427", + "createdDate": "2023-06-14T07:12:14.09", "quotaInfo": { "coresUsed": 20 }, @@ -3226,13 +2003,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster8372-ssh.azurehdinsight.net", + "location": "cluster7493-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster8372.azurehdinsight.net", + "location": "cluster7493.azurehdinsight.net", "port": 443 } ], @@ -3243,14 +2020,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster1285.blob.core.windows.net", + "name": "azstorageforcluster470.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container293", + "container": "container1439", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -3267,55 +2045,55 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9e6f8b2d9c4831650788d8fae2e108ee-d7a367d823179c5d-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e370232f42aeb2236874a3b2b8fc8ed0", + "traceparent": "00-6c9e705f1d73f585b81c81b456a58ce0-cba2f6ff25e8bf60-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c22c19bc7a875606ff9b0d6caadb4087", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2013", + "Content-Length": "2042", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 09:50:34 GMT", + "Date": "Wed, 14 Jun 2023 07:35:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f8c6d93-bca3-49c4-88ff-b250fbc1f9b9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "437e506f-a984-4637-81b4-e4c79e6fb7c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T095034Z:9f8c6d93-bca3-49c4-88ff-b250fbc1f9b9" + "x-ms-correlation-request-id": "195ab593-e8f6-48a2-95db-789ebbf86a95", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "c70ef8ba-693a-4395-9546-af4a629f344d", + "x-ms-routing-request-id": "JAPANEAST:20230614T073530Z:195ab593-e8f6-48a2-95db-789ebbf86a95" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5049/providers/Microsoft.HDInsight/clusters/cluster8372", - "name": "cluster8372", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8957/providers/Microsoft.HDInsight/clusters/cluster7493", + "name": "cluster7493", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "9af8708c-6ad1-4262-95fb-936c3d7dd134", + "location": "Japan East", + "etag": "cad88002-b61b-476c-84ee-65d48301f7bb", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "12605349d02044f8a08d3ffd3c72585f", + "clusterId": "bf714d882b014c669ef1d2d7d637fe4c", "computeProfile": { "roles": [ { @@ -3361,7 +2139,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T09:05:58.427", + "createdDate": "2023-06-14T07:12:14.09", "quotaInfo": { "coresUsed": 20 }, @@ -3369,13 +2147,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster8372-ssh.azurehdinsight.net", + "location": "cluster7493-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster8372.azurehdinsight.net", + "location": "cluster7493.azurehdinsight.net", "port": 443 } ], @@ -3386,14 +2164,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster1285.blob.core.windows.net", + "name": "azstorageforcluster470.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container293", + "container": "container1439", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -3411,9 +2190,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "745182058", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1725023219", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetAll.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetAll.json index 9d8e9a7b34e1..c5c7d5af95cc 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetAll.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetAll.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c72132b1d0517faece112a27dde51a4d-e00c8f25aa142b46-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "be5ff5275c945d6d768d9004f409cc95", + "traceparent": "00-1da1ffa950235ff74b2b86dcaaad8a42-30548f0e3e1990b1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "93e1e675581bddda9c5f1b6036a81fb1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:16:50 GMT", + "Date": "Wed, 14 Jun 2023 07:35:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5120b6d-1d8e-4cba-b6a9-d1ec3f786dca", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "d5120b6d-1d8e-4cba-b6a9-d1ec3f786dca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131650Z:d5120b6d-1d8e-4cba-b6a9-d1ec3f786dca" + "x-ms-correlation-request-id": "ebe80808-2549-4fcb-943a-1f52ef6d920d", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "ebe80808-2549-4fcb-943a-1f52ef6d920d", + "x-ms-routing-request-id": "JAPANEAST:20230614T073532Z:ebe80808-2549-4fcb-943a-1f52ef6d920d" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-1185?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-5965?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-208bb70a30b881cd5ca85402f431dbaa-465aabd237745e69-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0333e22c0d346bd61380858008702a65", + "traceparent": "00-90ee6c78ff7bbc888d1941a7a9b8ca6b-b873a59a3715ca9b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8579e3f3e16f1e98736b366f4eb1c853", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:16:53 GMT", + "Date": "Wed, 14 Jun 2023 07:35:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a095c9f-0718-4f2c-9e74-863eff27a2af", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "3a095c9f-0718-4f2c-9e74-863eff27a2af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131653Z:3a095c9f-0718-4f2c-9e74-863eff27a2af" + "x-ms-correlation-request-id": "7b6973ef-c331-4db6-a5a6-2e2441a6126a", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "7b6973ef-c331-4db6-a5a6-2e2441a6126a", + "x-ms-routing-request-id": "JAPANEAST:20230614T073532Z:7b6973ef-c331-4db6-a5a6-2e2441a6126a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185", - "name": "HDInsightRG-1185", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965", + "name": "HDInsightRG-5965", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-6dbae1158a60f840-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ebfbd8cc947967ad1f6b3eef20c91fff", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-833fc7b2eae20c75-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "734e19552ba8448f6e2af6adade75fff", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8874.blob.core.windows.net", + "name": "azstorageforcluster9040.blob.core.windows.net", "isDefault": true, - "container": "container6236", + "container": "container2571", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1803", + "Content-Length": "1832", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:17:28 GMT", - "ETag": "\u0022baa6297a-6b54-4479-84d8-1613db78e53b\u0022", + "Date": "Wed, 14 Jun 2023 07:36:01 GMT", + "ETag": "\u002252be79ab-8f63-49b7-bc05-45b7c43cac78\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ec18c05-6a86-4fcc-b353-85f94d3a486c", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "0a355281-3609-4733-b844-945b1e157d64", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131729Z:0ec18c05-6a86-4fcc-b353-85f94d3a486c" + "x-ms-correlation-request-id": "83378780-0b53-47bb-944b-9677196588bc", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "637fad4b-cf3f-40f3-aeb0-1bd9dc7adb6c", + "x-ms-routing-request-id": "JAPANEAST:20230614T073601Z:83378780-0b53-47bb-944b-9677196588bc" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035", - "name": "cluster5035", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331", + "name": "cluster6331", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "baa6297a-6b54-4479-84d8-1613db78e53b", + "location": "Japan East", + "etag": "52be79ab-8f63-49b7-bc05-45b7c43cac78", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "cbad3ded4f7246b5bf517d6c3c0cea7c", + "clusterId": "c8d045af43d8485889cff83c414b3347", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T13:17:27.323", + "createdDate": "2023-06-14T07:36:01.18", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8874.blob.core.windows.net", + "name": "azstorageforcluster9040.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container6236", + "container": "container2571", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,205 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-758a56d60cf24134-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b4b70b00348c76af05749d3880407813", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:17:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8125533a-fc82-4c06-a4f2-98e4ca9d46d2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "06303d16-4922-4781-ba9b-06ad5dceedd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131730Z:8125533a-fc82-4c06-a4f2-98e4ca9d46d2" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-e57107f5481032e0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e394f104cb1fc1605f490d941b868718", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:17:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "788a7f84-6249-438e-9079-95e2ea5913e7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "874a63b3-db20-4e7d-b408-fe6fef266373", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131732Z:788a7f84-6249-438e-9079-95e2ea5913e7" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-1f7935c0ad9d4f2a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "14ef819a6a122a72780314c86d40319d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:17:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1843ea5e-5e78-46d2-a569-662e70bcc3d0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "787d065b-8d7b-43a4-ac20-ded6174a03fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131734Z:1843ea5e-5e78-46d2-a569-662e70bcc3d0" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-4ab369ed16e6c429-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ee22666cee72349eaaf65543261b5b7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:17:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d46b354-1996-4ad7-980b-d8e9823586b9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "28e1a79d-c187-480e-a9c4-aabc0a2f7fce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131736Z:1d46b354-1996-4ad7-980b-d8e9823586b9" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-371087845e437c99-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ff9e85ed635099017e6a6a1cb698541e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:17:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64cd5c44-4e0b-484b-8560-e25806cc0874", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "e8bb7d51-0168-4ee5-8ad1-cbedaf32d27b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131738Z:64cd5c44-4e0b-484b-8560-e25806cc0874" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-97f7c5f84fedf180-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b42770179863aba5e3bb691b142f035d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:17:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7982b7b3-4c35-4715-9be7-ccb4a06b282d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "5dcd58f3-243e-4a44-93d9-38b837a75e01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131743Z:7982b7b3-4c35-4715-9be7-ccb4a06b282d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-b6b1a3c1f4c081a5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e8db95a831a2094c6589700883827e12", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-375c2d28bbeeb025-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0b60d49b9170f83c73660ef3a637d72e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:17:52 GMT", + "Date": "Wed, 14 Jun 2023 07:36:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db3acee7-5c07-4d88-ace4-1d2d06bd3ace", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "873ee992-4ac3-4a3c-8bbd-0984ee8d5fa7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131752Z:db3acee7-5c07-4d88-ace4-1d2d06bd3ace" + "x-ms-correlation-request-id": "43d54488-9572-4b91-8f17-c9aa77fab802", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "0fb9a7ea-cc74-46f3-805e-ba6a93c29a05", + "x-ms-routing-request-id": "JAPANEAST:20230614T073602Z:43d54488-9572-4b91-8f17-c9aa77fab802" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-685b985e6a952e56-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b52b37a1a6f3551cdff21c95f9e5844f", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-fac28d2e2964c512-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "59d17a0c179cf7fa7ba1e430d27f6815", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:18:09 GMT", + "Date": "Wed, 14 Jun 2023 07:36:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d1daca0-9230-4be6-9911-3fa6c6c9ad34", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "caac045e-7eb2-41e9-bc4b-7f1512ab9f28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131809Z:6d1daca0-9230-4be6-9911-3fa6c6c9ad34" + "x-ms-correlation-request-id": "86f23fb0-d945-40fe-8204-e0d421bdabe1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "4a0fe81c-7c02-448e-8c7b-162e76e7311b", + "x-ms-routing-request-id": "JAPANEAST:20230614T073603Z:86f23fb0-d945-40fe-8204-e0d421bdabe1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-ce4a16a27523a727-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "21730d666cbce67b241e4fda279c2860", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-0e88e002d8474b43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d8113d465386128fcb98f34c4faa0657", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:18:41 GMT", + "Date": "Wed, 14 Jun 2023 07:36:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "869847eb-ce3d-4d37-818b-7665ae67c821", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "3953bb01-7d21-40f1-b962-e130e00b7b50", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131842Z:869847eb-ce3d-4d37-818b-7665ae67c821" + "x-ms-correlation-request-id": "9c7d4831-a191-44a6-8521-fc0c42eb6d04", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "78033d4c-3784-4429-8325-a3e74c3b5701", + "x-ms-routing-request-id": "JAPANEAST:20230614T073604Z:9c7d4831-a191-44a6-8521-fc0c42eb6d04" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-27263741e806c516-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dd79573c4e030269798608af14b70f7f", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-28acdae36e75fe20-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "61042aa08a87841cda6990ceac0c25f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:19:14 GMT", + "Date": "Wed, 14 Jun 2023 07:36:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ccd787a-ac90-4007-a557-a5aa9790565a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "b6f1677d-f8df-425b-9fec-22cba32c9473", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131915Z:3ccd787a-ac90-4007-a557-a5aa9790565a" + "x-ms-correlation-request-id": "2f237323-95e2-4450-a8b8-050bf1d52b8a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "37c0f096-bfb8-41fb-8111-a50519df613b", + "x-ms-routing-request-id": "JAPANEAST:20230614T073606Z:2f237323-95e2-4450-a8b8-050bf1d52b8a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-c0a8c1994bbeea90-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "76a220045d0e3555bb4591d556412d42", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-c240f7edaea8c2d1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "68adf8fdff26b9a7ebbf8e0323aea8d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:19:48 GMT", + "Date": "Wed, 14 Jun 2023 07:36:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42b54c09-e9ca-47a7-bacc-2910d0931f87", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "f35bd0d3-5481-4879-afee-7ae0fd7a0cb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T131948Z:42b54c09-e9ca-47a7-bacc-2910d0931f87" + "x-ms-correlation-request-id": "448da323-949a-447f-b8ce-dc8629168cbc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "a2fadac5-bfed-4e4c-adc5-98f8363e0a49", + "x-ms-routing-request-id": "JAPANEAST:20230614T073608Z:448da323-949a-447f-b8ce-dc8629168cbc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-8a95e4ee4c97b96c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a258bbcaa76b184ba371a83663ccd16c", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-68c41d38cf8a16ce-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a88f8d9b077abb8e208cfe1dc2c165bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:20:20 GMT", + "Date": "Wed, 14 Jun 2023 07:36:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ca8b057-1d41-40e5-8a81-a5ed21f2419f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "12c50512-036c-4753-983e-7785f4a3d3f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132021Z:6ca8b057-1d41-40e5-8a81-a5ed21f2419f" + "x-ms-correlation-request-id": "cd4c9bb9-0506-40f9-be3f-c4e2c50dce7b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "286fcb45-2869-43b1-9e1e-c171fc4784a0", + "x-ms-routing-request-id": "JAPANEAST:20230614T073612Z:cd4c9bb9-0506-40f9-be3f-c4e2c50dce7b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-eca78c32993c662c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "06d5cf0eb2fadf52014421bebc94ab37", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-d632038d813561fe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "564efe729dfca130834b75c7fc19602c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:20:53 GMT", + "Date": "Wed, 14 Jun 2023 07:36:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ac44bc1-daa1-4b83-99eb-5031e48fbbc4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "9f51ce6c-f86f-4bb8-a243-862cfe8ad6b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132054Z:3ac44bc1-daa1-4b83-99eb-5031e48fbbc4" + "x-ms-correlation-request-id": "e3690346-936d-4e78-8c87-170463a62acb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "3f682c13-98c9-411e-913b-b9a2926d9150", + "x-ms-routing-request-id": "JAPANEAST:20230614T073621Z:e3690346-936d-4e78-8c87-170463a62acb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-86c6fae34de235e0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "59e4c5586d5e5c14d58ad29cb41fd2ee", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-cd1711b76a3a5e71-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1f32bfc07d7df6796af148990089f62a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:21:26 GMT", + "Date": "Wed, 14 Jun 2023 07:36:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1dfdfc4a-5799-48a3-a81e-01e5e7e55033", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "a47ed05c-ed95-4cc0-a536-f5c20682f33d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132127Z:1dfdfc4a-5799-48a3-a81e-01e5e7e55033" + "x-ms-correlation-request-id": "2495646a-a98a-42c1-9c74-c9b923b4b504", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "de9984f4-7715-4d1e-9eeb-c7b47a0c59e2", + "x-ms-routing-request-id": "JAPANEAST:20230614T073637Z:2495646a-a98a-42c1-9c74-c9b923b4b504" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-a635a775fb0aa82a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "86c62473266b18486878a126868d5b0f", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-a5555aa5bd225b6a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2591ce5a525ffed45ced242f91c7bf07", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:22:01 GMT", + "Date": "Wed, 14 Jun 2023 07:37:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "200dbf07-ccb0-402a-b035-42b855d78e83", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "3fe5b413-c389-4ebf-8318-1847e3eb6ad9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132201Z:200dbf07-ccb0-402a-b035-42b855d78e83" + "x-ms-correlation-request-id": "87cf3184-1188-4ffc-88e9-6ba346720a04", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "0e80cfca-1ef0-4784-8019-172ee12320d9", + "x-ms-routing-request-id": "JAPANEAST:20230614T073709Z:87cf3184-1188-4ffc-88e9-6ba346720a04" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-4cf461cc8af5773f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9dde70c578e8a10dbb783170dfb62ae1", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-c9371aa8f95226e8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "035dd22c468ef4428558ec0a5496a1f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:22:33 GMT", + "Date": "Wed, 14 Jun 2023 07:37:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8aeab5c4-85f9-4a0e-bd9c-531b3f03c08c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "453680fe-ba40-4ddf-b3c8-37fd919f6987", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132234Z:8aeab5c4-85f9-4a0e-bd9c-531b3f03c08c" + "x-ms-correlation-request-id": "a14e8e9d-c890-47f7-95ce-80dbcb50ea50", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "7baa576b-e215-45ad-9331-08ce4353de3b", + "x-ms-routing-request-id": "JAPANEAST:20230614T073742Z:a14e8e9d-c890-47f7-95ce-80dbcb50ea50" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-ddccb8486fa73c9e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "984a327225cd32cb7dcbf0e6cbedd648", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-bafad7ab06d224a4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2d6c4b553b886eccea34c28f584a64a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:23:06 GMT", + "Date": "Wed, 14 Jun 2023 07:38:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "162233b9-ba62-464f-877a-2a4122f4eb8f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "fd0d2a6d-9f85-4004-9018-82b7065bbf0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132307Z:162233b9-ba62-464f-877a-2a4122f4eb8f" + "x-ms-correlation-request-id": "9b7d45ff-7187-4fb5-bc6f-69b08dda9a24", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "0453113c-99b0-4ace-984e-dd91b9cf1c45", + "x-ms-routing-request-id": "JAPANEAST:20230614T073815Z:9b7d45ff-7187-4fb5-bc6f-69b08dda9a24" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-2ead65069928a3c1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "44d6c32f3441fb061725cbf2f5d839b2", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-552448dcb777413f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2d6d4132f22c149c8c9c9f0765c9a9c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:23:40 GMT", + "Date": "Wed, 14 Jun 2023 07:38:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01bffda9-efff-4a43-9a34-6c39199db932", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "fcec4a0e-3d16-4a95-a757-72202f48ce46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132340Z:01bffda9-efff-4a43-9a34-6c39199db932" + "x-ms-correlation-request-id": "cfeea292-6c6b-4e94-894f-aa4de5554869", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "97ce5e2e-9c81-4d24-b837-14522fc5714b", + "x-ms-routing-request-id": "JAPANEAST:20230614T073847Z:cfeea292-6c6b-4e94-894f-aa4de5554869" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-30fafe2036a7bd14-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "54b4bf4dc342a041a5ab201c8727d5cd", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-02eef9111a35d9bf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "45da2b4c915af07e06ee195983b39b3a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:24:12 GMT", + "Date": "Wed, 14 Jun 2023 07:39:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0867dd3b-a0cc-4e11-86b3-521756fb99cc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "d80f2008-dccb-41ec-9252-c0dd1bfb7341", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132413Z:0867dd3b-a0cc-4e11-86b3-521756fb99cc" + "x-ms-correlation-request-id": "79a01fbb-ddc7-495f-9170-fc2d87e68ec0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11819", + "x-ms-request-id": "58659d8d-5883-481f-889d-ac5b3fd6138d", + "x-ms-routing-request-id": "JAPANEAST:20230614T073919Z:79a01fbb-ddc7-495f-9170-fc2d87e68ec0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-3c11c3824346c320-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1c40e9a2e6df3da02b4f80a75ad83da5", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-66795743dc55ce18-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "13d748f3732862cdaf58a1eb9bc50820", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:24:45 GMT", + "Date": "Wed, 14 Jun 2023 07:39:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12f1ce7b-c7b8-49ff-a2cd-62b94eff94eb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "0d5f009f-140c-476f-b57a-f87a28d960c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132446Z:12f1ce7b-c7b8-49ff-a2cd-62b94eff94eb" + "x-ms-correlation-request-id": "fe8e6efa-78b8-4f92-9d1a-72c7403d0a05", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11818", + "x-ms-request-id": "9d4ee787-c3d6-4c90-b7b1-f19c26e56141", + "x-ms-routing-request-id": "JAPANEAST:20230614T073952Z:fe8e6efa-78b8-4f92-9d1a-72c7403d0a05" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-05f3915e4dd56191-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0c983d9282386c0582359e9514ea73ef", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-2940cd47155a92e0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2d43fc8b1e70a149c27d273dd94290d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:25:18 GMT", + "Date": "Wed, 14 Jun 2023 07:40:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc372646-8c87-432c-84a2-353f5571e598", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "e3e2e9b4-af41-4563-beda-4b50fcd08ea5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132518Z:cc372646-8c87-432c-84a2-353f5571e598" + "x-ms-correlation-request-id": "6751b45d-d565-48c6-bbba-01b80c532d13", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "2d96f6ec-acdb-443f-a6f6-aa86af0b0218", + "x-ms-routing-request-id": "JAPANEAST:20230614T074024Z:6751b45d-d565-48c6-bbba-01b80c532d13" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-04a9279eed3cec06-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0b50fd501d9767d31e7728f3429946cc", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-f63711d905afdcb1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1c13650096f2d89d5e779601ef935440", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:25:51 GMT", + "Date": "Wed, 14 Jun 2023 07:40:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff650f81-d297-4bc2-87de-44bbf7ae087e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "eeb25281-1c55-43f4-92aa-d3cb1516d0ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132551Z:ff650f81-d297-4bc2-87de-44bbf7ae087e" + "x-ms-correlation-request-id": "7ec35b9e-5226-4bee-ab40-6521a3e075a3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "dba167c1-b253-45b8-8f64-85edf2d9ebbe", + "x-ms-routing-request-id": "JAPANEAST:20230614T074057Z:7ec35b9e-5226-4bee-ab40-6521a3e075a3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-acd8295bd2381da8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4a897a6ec88e1f94e3d499a9470b2941", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-3204a964275536e6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "87cdf8e66e6fd5caff3550ab4b8f896d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:26:25 GMT", + "Date": "Wed, 14 Jun 2023 07:41:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35172d93-9e24-4eba-ad4d-57bb277f65cb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "6af19953-0dae-4bbd-a958-637319b05480", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132625Z:35172d93-9e24-4eba-ad4d-57bb277f65cb" + "x-ms-correlation-request-id": "955b4615-24ca-44bc-9b8c-52b52421975d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "20f4d4e8-b69f-46a9-9d1b-896932fcfcbe", + "x-ms-routing-request-id": "JAPANEAST:20230614T074129Z:955b4615-24ca-44bc-9b8c-52b52421975d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-aee4fecbee3112f3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5c5791db3188750e6931edc15a1229e8", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-a69e4915e10e2b05-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "36ebc8c7ebb1f52e5e6acef88847b22f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:26:58 GMT", + "Date": "Wed, 14 Jun 2023 07:42:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c55835b-57ed-46c2-bf37-d5bb91401009", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "78141be9-2353-4206-aeee-caaece0e7404", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132658Z:6c55835b-57ed-46c2-bf37-d5bb91401009" + "x-ms-correlation-request-id": "27351510-fdfb-45f3-94fa-96447f864bf7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "fd49aa8f-f1ce-4f5b-96a0-89ce378200d8", + "x-ms-routing-request-id": "JAPANEAST:20230614T074202Z:27351510-fdfb-45f3-94fa-96447f864bf7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-6199e8e05715b4dd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9926d2ef29608760683128c2832a1f13", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-3faed621f50e4798-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e056e728097491699a3e1dbc45f18cce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:27:31 GMT", + "Date": "Wed, 14 Jun 2023 07:42:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d68b745-3ebc-485a-bf8e-91f997456ef8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "09ab2870-6eaf-4950-92f2-50301afa0ed6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132732Z:7d68b745-3ebc-485a-bf8e-91f997456ef8" + "x-ms-correlation-request-id": "4eb94c1e-b11b-4d2b-aafc-02b8d890801a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "427cdbed-cacc-4e1c-9bd7-a3ae1b2cc499", + "x-ms-routing-request-id": "JAPANEAST:20230614T074234Z:4eb94c1e-b11b-4d2b-aafc-02b8d890801a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-6000a174882fe8a1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b117e74de9423d446b13e05ddbd3c5d0", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-f41008ed974cc18b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "263928ee1da7fa8ecad828049fd14cb8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:28:05 GMT", + "Date": "Wed, 14 Jun 2023 07:43:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31f18cd0-fa1d-4dbb-a36c-e8c7b07f64a2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "6bf9da39-d5bb-4aa5-b91a-d702e2b43aa2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132805Z:31f18cd0-fa1d-4dbb-a36c-e8c7b07f64a2" + "x-ms-correlation-request-id": "4eb27d71-bb27-475c-b1fc-78fa053ac494", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "f310105f-a3ed-4352-be36-5b54ed2e9b4a", + "x-ms-routing-request-id": "JAPANEAST:20230614T074306Z:4eb27d71-bb27-475c-b1fc-78fa053ac494" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-b4a4df70b744a4ac-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "75b9b1ab8fe5b2e030cff457094cf23f", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-e3a9a581b9de2f72-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "64832183a838bef85f599b73ce71b06d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:28:37 GMT", + "Date": "Wed, 14 Jun 2023 07:43:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68cfd106-164b-4489-873d-c499a9634669", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "b8fbd839-e227-4d21-9a02-7687c422cbb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132838Z:68cfd106-164b-4489-873d-c499a9634669" + "x-ms-correlation-request-id": "1b613c2a-ce79-4898-865a-8003e63200be", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "0a0e5370-036a-4087-9d9a-e9e21f03872e", + "x-ms-routing-request-id": "JAPANEAST:20230614T074339Z:1b613c2a-ce79-4898-865a-8003e63200be" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-3a78aebc2cf0680f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7373d91278fb06a68ee82d4c4803ac94", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-264e41f254f5ee1d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5f0a00de8b0e0a87585b159ce064f2c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:29:11 GMT", + "Date": "Wed, 14 Jun 2023 07:44:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ce77c7e-161f-48e7-bd45-cf61c3aa146b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "2574953d-9c56-4376-8ec9-f423c09a478f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132911Z:5ce77c7e-161f-48e7-bd45-cf61c3aa146b" + "x-ms-correlation-request-id": "bb5cde3f-f50c-45bf-8ba1-0c13a4e1ef0d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "40668aaa-f134-48ad-918a-a7247c8684b6", + "x-ms-routing-request-id": "JAPANEAST:20230614T074411Z:bb5cde3f-f50c-45bf-8ba1-0c13a4e1ef0d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-62e5646a250f7e98-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d117576baa70be2e06658072f4ed341f", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-49fba1ae54627f56-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "243864f2276e4595307bc74e821b2c58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:29:43 GMT", + "Date": "Wed, 14 Jun 2023 07:44:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef6327ca-cd69-4d10-8c4d-4a93ea41fff1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "fffa9d44-cbdc-42e9-bc0d-109cbcdcdd85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T132944Z:ef6327ca-cd69-4d10-8c4d-4a93ea41fff1" + "x-ms-correlation-request-id": "28f530bb-0c3f-46b8-b04b-ecefbb0f5be0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "e8c0469d-4b19-496f-8771-96698425f7ab", + "x-ms-routing-request-id": "JAPANEAST:20230614T074444Z:28f530bb-0c3f-46b8-b04b-ecefbb0f5be0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-57fd47745775446c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "014ba121525f32d50ab3e6fc6194692d", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-8ff9e42e0b5c173d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9f26bb28ecc6f7aa99780cdd935bddfa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:30:16 GMT", + "Date": "Wed, 14 Jun 2023 07:45:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3cefc81b-7b28-4ce4-bfdd-0faf67119c7f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "c4e86f68-6743-4a93-b0b2-5bf673fc0dbd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133017Z:3cefc81b-7b28-4ce4-bfdd-0faf67119c7f" + "x-ms-correlation-request-id": "230edbb6-d2d4-45cb-84a5-f1c0f4e7b914", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "caf36849-82e9-4737-a4fc-3903bd036706", + "x-ms-routing-request-id": "JAPANEAST:20230614T074516Z:230edbb6-d2d4-45cb-84a5-f1c0f4e7b914" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-ef1fc1e304eaa35b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b2eb5f23203468ceabb56d95f73311a1", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-7e22cbbb835dcbae-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6981d2678c39b6fe6ac42f92c439883d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:30:51 GMT", + "Date": "Wed, 14 Jun 2023 07:45:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6ebda5a-fb21-49fe-8b92-29e961c75201", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "eb19eff3-b735-4d8a-abac-9f9392184f46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133051Z:d6ebda5a-fb21-49fe-8b92-29e961c75201" + "x-ms-correlation-request-id": "badceed1-e83d-4ec8-8a48-2ddb084fdea5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "690e6d81-9f16-4b20-a689-2f50f1cac3a5", + "x-ms-routing-request-id": "JAPANEAST:20230614T074548Z:badceed1-e83d-4ec8-8a48-2ddb084fdea5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-5403f8b8d4d89f1c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a62b0db4aab7193581e4c7bcc3315c71", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-015922a3dbbe57b9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2574bc2f533d0502ba418af51bb8b2d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:31:23 GMT", + "Date": "Wed, 14 Jun 2023 07:46:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef74eafc-f9bb-429b-90f5-424855f688c5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "ac9ba04f-60a4-4049-bc10-5fd70b2f6a4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133123Z:ef74eafc-f9bb-429b-90f5-424855f688c5" + "x-ms-correlation-request-id": "829afda3-5eb6-4306-a28f-080207fe9b51", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "19c37591-70e9-4906-b2ec-dc17d57c3cd0", + "x-ms-routing-request-id": "JAPANEAST:20230614T074621Z:829afda3-5eb6-4306-a28f-080207fe9b51" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-7fa66e1e1cd6b47b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "954f53fb820100ebd2e356aae5403ad7", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-734219004ecc0bf7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "afe7cc9dc3999b1fbc703402bd173360", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:31:57 GMT", + "Date": "Wed, 14 Jun 2023 07:46:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d9d2f51-b1b5-407c-a1d4-e662acc7c97f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "76eddf84-c46a-4a3f-8fa0-61cc1c8075da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133157Z:1d9d2f51-b1b5-407c-a1d4-e662acc7c97f" + "x-ms-correlation-request-id": "44ce0fce-b9d3-4bdf-a25a-54f95c52b7ab", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "fcd321d6-042b-43c7-8962-5bf38548043a", + "x-ms-routing-request-id": "JAPANEAST:20230614T074653Z:44ce0fce-b9d3-4bdf-a25a-54f95c52b7ab" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-27bc93c453cb38d9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "534745a2c26978752ad2304f5912a479", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-dc3967e5c43f97af-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d6adcff0b7e714bccf7caef801099bb1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:32:29 GMT", + "Date": "Wed, 14 Jun 2023 07:47:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00c7889f-37e7-4e0a-a3f5-d082af9cf1b6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "6f9b3460-88bd-4ccc-9fdc-c0c65ce9fe93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133229Z:00c7889f-37e7-4e0a-a3f5-d082af9cf1b6" + "x-ms-correlation-request-id": "18d26f7a-1d2b-465a-9fe7-4f2e2f437224", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "f405b18a-3f47-4ba1-84a0-a29af8ca2ec0", + "x-ms-routing-request-id": "JAPANEAST:20230614T074725Z:18d26f7a-1d2b-465a-9fe7-4f2e2f437224" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-b59c068506be7dda-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a49afb587be432a0222ad4d4548a3341", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-dcfe4baa29c27634-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f7f55a12d8516ca39dd869cd1e0048a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:33:02 GMT", + "Date": "Wed, 14 Jun 2023 07:47:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e83effe-4641-446e-b1da-f3968b090dde", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "6f6ad02c-0caa-4571-a8cf-53ccd05530b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133302Z:2e83effe-4641-446e-b1da-f3968b090dde" + "x-ms-correlation-request-id": "9910843b-2d74-4bd0-8c70-efe952300951", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "36b0466e-ae06-42fe-ae29-80ee1d33fad0", + "x-ms-routing-request-id": "JAPANEAST:20230614T074758Z:9910843b-2d74-4bd0-8c70-efe952300951" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-d2903c904a8d4eac-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7e1aefaa09ea3808ded66b2f519ba6c0", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-e1a0f68149fbd860-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4b05290ddc0be5ed0fd3e01d14279ab2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:33:35 GMT", + "Date": "Wed, 14 Jun 2023 07:48:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b56985a-1054-4afc-8f9f-1b32270bc77f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "aa09a319-ee42-411c-a492-0d7d30f9fa2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133335Z:1b56985a-1054-4afc-8f9f-1b32270bc77f" + "x-ms-correlation-request-id": "7e58a062-793c-476e-9ed1-28bbcd49cc1c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "cde84feb-c17f-4c51-aedf-c301e62c8c1a", + "x-ms-routing-request-id": "JAPANEAST:20230614T074830Z:7e58a062-793c-476e-9ed1-28bbcd49cc1c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-2f180ac80792e256-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ea51dc3e96a526f2a515303eeea1249f", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-e21659fcf32751dc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "63ef82d53b21170f2b41390e4eeff5cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:34:07 GMT", + "Date": "Wed, 14 Jun 2023 07:49:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8aa1bf77-b0e7-4e02-b974-d5535eec2d59", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "ee10d8f7-32b9-4c99-b2e8-1e4000d8a4c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133408Z:8aa1bf77-b0e7-4e02-b974-d5535eec2d59" + "x-ms-correlation-request-id": "b928cbb7-6f25-4085-9969-b18e159f1b77", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "454f0a39-6ead-4df1-894d-0095ba575810", + "x-ms-routing-request-id": "JAPANEAST:20230614T074902Z:b928cbb7-6f25-4085-9969-b18e159f1b77" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-45054186793261fe-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "69a5ef9e25f74f8ff261c60d1071e087", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-125851596f07ae1a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d8ea0b334f0436a66c0fe87ef8865875", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:34:41 GMT", + "Date": "Wed, 14 Jun 2023 07:49:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2566250-62cd-41a8-87e9-1fa4866a941c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "aac1735f-dda7-4d0b-95cc-cfb320f43686", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133441Z:a2566250-62cd-41a8-87e9-1fa4866a941c" + "x-ms-correlation-request-id": "700e90c8-e1d9-4da2-89ba-c5181337ad53", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "ca6484c3-bef8-4df5-953d-95dd1079b300", + "x-ms-routing-request-id": "JAPANEAST:20230614T074935Z:700e90c8-e1d9-4da2-89ba-c5181337ad53" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-9420b06cc6dbc64f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "789514844939149bfdf3d9d5d8ca493c", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-ec51f5dc88eec950-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9bf7b63ee510d2811aed20c9a2df971f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:35:15 GMT", + "Date": "Wed, 14 Jun 2023 07:50:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01701245-308d-4d2e-a767-4d671d3a17fd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "1bf28d02-e4c0-47a6-b51d-4f1fd0430809", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133515Z:01701245-308d-4d2e-a767-4d671d3a17fd" + "x-ms-correlation-request-id": "ece74667-686b-41de-bf20-06e61d8ec821", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "b11df5dd-0a02-4ec1-a58b-8bd36fe4b220", + "x-ms-routing-request-id": "JAPANEAST:20230614T075007Z:ece74667-686b-41de-bf20-06e61d8ec821" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-a786c247bfa0357b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6290cbb23cf518c84c02f744d0e51633", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-7068670ea4129c29-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "08e910ddc13d86aedbb9f61252911fa4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:35:48 GMT", + "Date": "Wed, 14 Jun 2023 07:50:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45778460-024e-4557-ad0f-a033c8ca1c7e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "77379695-0157-4a1c-971d-89c80c1c5ade", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133548Z:45778460-024e-4557-ad0f-a033c8ca1c7e" + "x-ms-correlation-request-id": "ee98766c-8944-4037-8ab6-9d1602e9f66b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11834", + "x-ms-request-id": "70bf5ad8-c480-4a57-addb-a14bb48b1934", + "x-ms-routing-request-id": "JAPANEAST:20230614T075039Z:ee98766c-8944-4037-8ab6-9d1602e9f66b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-221c4ee5215942b6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "dab9a934ab0b546653916c044cba7727", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-1330e04513205c62-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "97d0c3e959f74ebe8a17be162edd938d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:36:20 GMT", + "Date": "Wed, 14 Jun 2023 07:51:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a396892f-144e-4e56-9ea5-eeccd7d18859", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "a01494b4-b567-444d-bea5-3fe924718a8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133621Z:a396892f-144e-4e56-9ea5-eeccd7d18859" + "x-ms-correlation-request-id": "6baaa474-e96e-4928-bf89-760f29c9c081", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "7246c3e0-95db-42e4-91f9-8ff60d10e3c5", + "x-ms-routing-request-id": "JAPANEAST:20230614T075112Z:6baaa474-e96e-4928-bf89-760f29c9c081" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-cb8106e2fb9ace95-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "445a89177ee047914b7c2b3752574317", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-532bbe97675676fe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e7a0c8784f9d7d380771bf57ee6f8089", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:36:54 GMT", + "Date": "Wed, 14 Jun 2023 07:51:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73626a9d-2534-4bb9-84b7-1662fc3e9bee", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "7d49603c-cb62-4171-a5a5-57ac5f67d2d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133654Z:73626a9d-2534-4bb9-84b7-1662fc3e9bee" + "x-ms-correlation-request-id": "9739a3af-6bd8-4881-bee2-d7749403b3b5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "63c954ac-380d-40a0-a74d-0ac89d296452", + "x-ms-routing-request-id": "JAPANEAST:20230614T075144Z:9739a3af-6bd8-4881-bee2-d7749403b3b5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-02138b3b4f1cec52-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2ea0a5dd6f110630653b0e64cfc4cc91", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-fb80299aa4d7aa2a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dfe07cceff0e8328529a7e25039757fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:37:26 GMT", + "Date": "Wed, 14 Jun 2023 07:52:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f0ed9aa-d99d-4802-b14c-100aa85f36da", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "a1d07b1b-bc6b-4573-a554-809973c5ff3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133727Z:7f0ed9aa-d99d-4802-b14c-100aa85f36da" + "x-ms-correlation-request-id": "e691e504-c7ff-4f24-a11f-5824ec5fb5e8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "f0c21b32-3295-4290-a798-c9db125dd15f", + "x-ms-routing-request-id": "JAPANEAST:20230614T075216Z:e691e504-c7ff-4f24-a11f-5824ec5fb5e8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-d86337172c0fb52a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "462ccf8ad18ab55318718e8f802e02fc", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-0189fe59d639a0c2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8a99692637f099078a538f869a67601a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:37:59 GMT", + "Date": "Wed, 14 Jun 2023 07:52:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0375eebf-dca0-4979-b081-43d68bd3ee97", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "2f1145ec-d9d0-4257-a801-2bfa071e0ee8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133759Z:0375eebf-dca0-4979-b081-43d68bd3ee97" + "x-ms-correlation-request-id": "a1895189-2736-4ef4-bdc1-234253e2e8fb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "f7d6be0f-9b7b-40d7-ae89-f1f876d66bb7", + "x-ms-routing-request-id": "JAPANEAST:20230614T075249Z:a1895189-2736-4ef4-bdc1-234253e2e8fb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-f3d48d4692af3375-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a626554d4819a8165854dfa56f2c7787", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-5c763eecc9317ec7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b2483597b3fc787ea01c9503d013796f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:38:31 GMT", + "Date": "Wed, 14 Jun 2023 07:53:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51d173ae-d18f-4b48-9da9-6b0a2bb5a59d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "4113c1cb-49d1-4d75-b2a3-93482f8720a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133832Z:51d173ae-d18f-4b48-9da9-6b0a2bb5a59d" + "x-ms-correlation-request-id": "43f4b744-67d7-442c-96bc-2935373a05ac", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "6c30f98e-9fc7-411a-bfee-cf2fc1baa759", + "x-ms-routing-request-id": "JAPANEAST:20230614T075321Z:43f4b744-67d7-442c-96bc-2935373a05ac" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-affd400bbf9e27cb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "82ac99affd2a0c8c52eb169fe1a18636", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-e58b5d5eb69e6b39-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8431c119f5d59698754754bb6fa1e9ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:39:04 GMT", + "Date": "Wed, 14 Jun 2023 07:53:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15e212f1-4e4f-445f-adb0-366aadd99531", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "e2745adf-247e-4533-894e-b8e24f600407", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133905Z:15e212f1-4e4f-445f-adb0-366aadd99531" + "x-ms-correlation-request-id": "3f8bb4e4-04d0-4dbc-ab01-c7189e4868cd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "d681ad10-86bd-4bb3-97a9-3dd0991eb3c9", + "x-ms-routing-request-id": "JAPANEAST:20230614T075354Z:3f8bb4e4-04d0-4dbc-ab01-c7189e4868cd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-f1bdd2491ebb11c8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7a161138259d4177b884ee36f2ae45eb", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-1e094a0a8bd77f71-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cd8e6339a54f7202eb21e9d4a104c877", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:39:39 GMT", + "Date": "Wed, 14 Jun 2023 07:54:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "138f54ba-e165-4108-bf92-ac657ab4b014", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "73c1a984-eef0-4abe-966d-074cfaaf6094", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T133939Z:138f54ba-e165-4108-bf92-ac657ab4b014" + "x-ms-correlation-request-id": "876bb9d6-6186-4e19-a694-932b118db3e2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "e46e115d-a473-4d3c-b3c9-95c8a8de91e9", + "x-ms-routing-request-id": "JAPANEAST:20230614T075426Z:876bb9d6-6186-4e19-a694-932b118db3e2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-d41e9632e88e3bca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e6df06fa808250d2c81a542e3277c6b7", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-a96c8113f01b26d8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d86c1fd9dc36a1459cb23db55fc208fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1629,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:40:12 GMT", + "Date": "Wed, 14 Jun 2023 07:54:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86c8f0db-19ae-4549-83b4-a70b349483b7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "63bf0141-a490-4cc9-a5a7-96c43217bb4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134012Z:86c8f0db-19ae-4549-83b4-a70b349483b7" + "x-ms-correlation-request-id": "1b69751f-b2b2-45eb-80a9-796e7cfb78b8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "3abf475e-31d4-4eb5-bdd9-1e764f713601", + "x-ms-routing-request-id": "JAPANEAST:20230614T075458Z:1b69751f-b2b2-45eb-80a9-796e7cfb78b8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-62ade677a4ce3215-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5d6ca8cefc168aea226ac9a60f5619a3", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-5a77b4b4d02cf8c9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6cc9ab32ab847420bebf99b40cc4f471", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,30 +1661,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:40:44 GMT", + "Date": "Wed, 14 Jun 2023 07:55:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bcb9ec42-8e62-473d-a8d3-4b0ebe0d5f75", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "6d87687c-cd5d-41b3-8b34-7bb69ed9878f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134045Z:bcb9ec42-8e62-473d-a8d3-4b0ebe0d5f75" + "x-ms-correlation-request-id": "6a04a56b-3648-4345-9bf6-14786419cd1e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "ca09649c-4398-498b-a4fb-9f0bb39e6fa9", + "x-ms-routing-request-id": "JAPANEAST:20230614T075531Z:6a04a56b-3648-4345-9bf6-14786419cd1e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-f57f473dd4762acf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "daa42ba5a0c1b8b43fc6b282d0490f41", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-1d367963acdaa333-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4fe2dd7e10355db41eec319c684d1228", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1890,71 +1693,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:41:17 GMT", + "Date": "Wed, 14 Jun 2023 07:56:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9aece052-ff37-4185-8ea8-ca876611b556", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "b8f1065a-9862-4ac8-9e03-6091d3226301", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134118Z:9aece052-ff37-4185-8ea8-ca876611b556" + "x-ms-correlation-request-id": "1c4df576-b0bd-4193-bb64-b14b666becef", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "4b90b430-cc52-4c20-a63f-d7e0593cee76", + "x-ms-routing-request-id": "JAPANEAST:20230614T075603Z:1c4df576-b0bd-4193-bb64-b14b666becef" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-84882c648d835d18c0f54ae19b1ab63e-6df95f3b1c5bcc08-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "496836bde741fdd51c55c418b62b4171", + "traceparent": "00-b72acdb78a35169d8a483fdc87f95f16-0e8d37e86b26381a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f6a1ea185c3a2df2fff81a77439195d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2014", + "Content-Length": "2043", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:41:18 GMT", + "Date": "Wed, 14 Jun 2023 07:56:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f36e81c8-5817-4c5c-b7b3-d0828121d1dd", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "8062f69b-fec4-4cc5-ae4d-e6f22c5d97e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134119Z:f36e81c8-5817-4c5c-b7b3-d0828121d1dd" + "x-ms-correlation-request-id": "9bea8096-ad96-42d5-bd2d-48694eaeb698", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "df514355-49aa-4789-a11a-8f64f3382804", + "x-ms-routing-request-id": "JAPANEAST:20230614T075604Z:9bea8096-ad96-42d5-bd2d-48694eaeb698" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035", - "name": "cluster5035", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331", + "name": "cluster6331", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "baa6297a-6b54-4479-84d8-1613db78e53b", + "location": "Japan East", + "etag": "52be79ab-8f63-49b7-bc05-45b7c43cac78", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "cbad3ded4f7246b5bf517d6c3c0cea7c", + "clusterId": "c8d045af43d8485889cff83c414b3347", "computeProfile": { "roles": [ { @@ -2000,7 +1803,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T13:17:27.323", + "createdDate": "2023-06-14T07:36:01.18", "quotaInfo": { "coresUsed": 20 }, @@ -2008,13 +1811,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster5035-ssh.azurehdinsight.net", + "location": "cluster6331-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster5035.azurehdinsight.net", + "location": "cluster6331.azurehdinsight.net", "port": 443 } ], @@ -2025,14 +1828,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8874.blob.core.windows.net", + "name": "azstorageforcluster9040.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container6236", + "container": "container2571", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2049,23 +1853,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-eca80720741656c645daddfb39d3da50-8797d5e665b765ab-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0789b000ecd22df5f4b31e4f4a68b9d8", + "traceparent": "00-eda971fd9148dc2f47c73c17b751aa91-ef0f6c1bf441c4a1-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8236ccbdb9e022c9f66b4e977a830c71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2026", + "Content-Length": "2055", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 13:41:19 GMT", + "Date": "Wed, 14 Jun 2023 07:56:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2074,36 +1878,36 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f96ce3ff-43ba-4723-ace5-edaa807e1c65", + "x-ms-correlation-request-id": "7557aae1-acbf-43cc-bc22-472d1f739ca3", "x-ms-hdi-routed-to": "GlobalAndRegionalRp", "x-ms-hdi-served-by": "global,global", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "4220fd55-e015-44b9-a913-22234ed43106", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T134119Z:f96ce3ff-43ba-4723-ace5-edaa807e1c65" + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "bf838023-fba5-472e-b7bb-e1e105ec1a65", + "x-ms-routing-request-id": "JAPANEAST:20230614T075605Z:7557aae1-acbf-43cc-bc22-472d1f739ca3" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-1185/providers/Microsoft.HDInsight/clusters/cluster5035", - "name": "cluster5035", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-5965/providers/Microsoft.HDInsight/clusters/cluster6331", + "name": "cluster6331", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "baa6297a-6b54-4479-84d8-1613db78e53b", + "location": "Japan East", + "etag": "52be79ab-8f63-49b7-bc05-45b7c43cac78", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "cbad3ded4f7246b5bf517d6c3c0cea7c", + "clusterId": "c8d045af43d8485889cff83c414b3347", "computeProfile": { "roles": [ { @@ -2149,7 +1953,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T13:17:27.323", + "createdDate": "2023-06-14T07:36:01.18", "quotaInfo": { "coresUsed": 20 }, @@ -2157,13 +1961,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster5035-ssh.azurehdinsight.net", + "location": "cluster6331-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster5035.azurehdinsight.net", + "location": "cluster6331.azurehdinsight.net", "port": 443 } ], @@ -2174,14 +1978,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8874.blob.core.windows.net", + "name": "azstorageforcluster9040.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container6236", + "container": "container2571", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2201,9 +2006,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "270061139", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1057996676", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetAllAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetAllAsync.json index 6d41d9953c71..4f38015c8c87 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetAllAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetAllAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5824b8a14360a1363ef98600164804a6-c0e264b22edc94fe-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2943297c51a9c914782f77c6a68b0d67", + "traceparent": "00-f0eb9fc654e1889f420191c33c0c9a5a-a8f555891999aa77-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2dd9fc4b436b3da2b1d7dad5bab5b097", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:58:30 GMT", + "Date": "Wed, 14 Jun 2023 05:20:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75aea231-85e3-487d-94be-b811e46419ba", + "x-ms-correlation-request-id": "337c00db-6410-42e1-a876-16a1e8698df8", "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "75aea231-85e3-487d-94be-b811e46419ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055831Z:75aea231-85e3-487d-94be-b811e46419ba" + "x-ms-request-id": "337c00db-6410-42e1-a876-16a1e8698df8", + "x-ms-routing-request-id": "JAPANEAST:20230614T052025Z:337c00db-6410-42e1-a876-16a1e8698df8" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-479?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-8124?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-73dd1537b3c8fe1f167f156c90c210e3-ee0813537d36c6a9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cb2ddf2a8c0adcc230d7c8919b8d97af", + "traceparent": "00-3a10ed679835f30f4e7e3c064be8bc81-89736e243e7427f7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8399bb689620c7eb6ab0b6219db72d65", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "227", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:58:34 GMT", + "Date": "Wed, 14 Jun 2023 05:20:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "252c7ef4-52a6-4526-90bc-d5a30d55cac6", + "x-ms-correlation-request-id": "1619e967-13de-40cd-8dfa-965b90caf308", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "252c7ef4-52a6-4526-90bc-d5a30d55cac6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055834Z:252c7ef4-52a6-4526-90bc-d5a30d55cac6" + "x-ms-request-id": "1619e967-13de-40cd-8dfa-965b90caf308", + "x-ms-routing-request-id": "JAPANEAST:20230614T052026Z:1619e967-13de-40cd-8dfa-965b90caf308" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479", - "name": "HDInsightRG-479", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124", + "name": "HDInsightRG-8124", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-cf5846d4cdb1a789-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8f281a0a1eb0dfdf154a9b24d0c5a692", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-20092e505926984b-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "00c6fbeb20f81714f1f7af447ccbf84e", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster9926.blob.core.windows.net", + "name": "azstorageforcluster7593.blob.core.windows.net", "isDefault": true, - "container": "container9520", + "container": "container6649", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1801", + "Content-Length": "1833", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:59:06 GMT", - "ETag": "\u0022da553ac5-ccb5-404f-a3b2-930219823ed6\u0022", + "Date": "Wed, 14 Jun 2023 05:20:54 GMT", + "ETag": "\u0022e9c0272c-db34-4d23-b02e-6e38abc03ca2\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac9a3f9b-b674-424c-b345-f553b2459476", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "13e27672-1ada-4853-be96-5334ac22531f", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "f9a70842-8211-4958-8a80-4a1be2c79215", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055907Z:ac9a3f9b-b674-424c-b345-f553b2459476" + "x-ms-request-id": "31691034-6894-4525-8047-f91c5cc19104", + "x-ms-routing-request-id": "JAPANEAST:20230614T052054Z:13e27672-1ada-4853-be96-5334ac22531f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254", - "name": "cluster6254", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025", + "name": "cluster6025", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "da553ac5-ccb5-404f-a3b2-930219823ed6", + "location": "Japan East", + "etag": "e9c0272c-db34-4d23-b02e-6e38abc03ca2", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "a258f5130f9e47898418c50d4584f2f3", + "clusterId": "9fadf3f3f9234dee968fcc8a86695553", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T05:59:05.71", + "createdDate": "2023-06-14T05:20:54.523", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster9926.blob.core.windows.net", + "name": "azstorageforcluster7593.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container9520", + "container": "container6649", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,77 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-c6b8976ef0358e6c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "77be3e06478e2fc8b669b7be0c1b9d73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:59:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "071de50d-ba65-449a-94f1-33e54a770d64", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "c184fa95-9c69-40af-ac6b-8a85e68697b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055908Z:071de50d-ba65-449a-94f1-33e54a770d64" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-91c7b6132089b364-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e5cfc76d3ece8b6a8af746e25c708f9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:59:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a64c8289-7a42-4c05-b668-f91b46c47550", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "8de6b39c-89b2-474a-83fc-af78d8f07a38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055910Z:a64c8289-7a42-4c05-b668-f91b46c47550" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-32da0618211b4254-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "921e07442f0617047c588b47c7d0252d", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-552afe81345d5dfb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0e39e35901b8f4325397d64bac42e5f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -386,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:59:12 GMT", + "Date": "Wed, 14 Jun 2023 05:20:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a911fe32-bc57-4dee-a025-54b678cbcabe", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "40beda74-e35e-473f-a61d-9ac93603171f", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "589b4a52-0dca-4d03-ad1b-33f9827263a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055912Z:a911fe32-bc57-4dee-a025-54b678cbcabe" + "x-ms-request-id": "ae8a3aef-376f-4d89-9cfe-52d3e8942899", + "x-ms-routing-request-id": "JAPANEAST:20230614T052055Z:40beda74-e35e-473f-a61d-9ac93603171f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-62ff50653479b09e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "89004e3020a9c7c5d433ec9701e6d246", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-449d7684674d02bb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e43ab34e11e8b2a96f66b5e906234816", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -418,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:59:14 GMT", + "Date": "Wed, 14 Jun 2023 05:20:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "538ed42c-e703-48b1-a67d-367b40b78e99", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "05c77240-3c1c-4968-a73b-51db4c6bebd9", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "4a1e32d9-2a50-461a-ac94-fa04c9766aed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055914Z:538ed42c-e703-48b1-a67d-367b40b78e99" + "x-ms-request-id": "7c849b0d-9594-4ed1-b4d6-28fff6e50f36", + "x-ms-routing-request-id": "JAPANEAST:20230614T052056Z:05c77240-3c1c-4968-a73b-51db4c6bebd9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-d18edcbc8faeb8a1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "04791ada0bfc3e6cc3b76875b223c3b9", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-1f37b3eb9fc4d7e1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "98eb619dea92e096962165456341b308", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -450,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:59:17 GMT", + "Date": "Wed, 14 Jun 2023 05:20:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f68d1ee1-2ca4-4eca-a2e5-4fce0ef123d5", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "64a80419-398e-4712-8c41-b779bbbccd0f", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "9eaf7961-e79c-4adb-85a5-7bd7b8232a5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055917Z:f68d1ee1-2ca4-4eca-a2e5-4fce0ef123d5" + "x-ms-request-id": "e3cd9f28-e7ca-4aae-ba0f-23d0f98acb40", + "x-ms-routing-request-id": "JAPANEAST:20230614T052058Z:64a80419-398e-4712-8c41-b779bbbccd0f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-0e7a90d0f549c659-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0db219d1056f24f24156bdd3426c1696", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-475caae24dbc8ccf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1ca2252975a0476539879e514c49ed30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -482,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:59:21 GMT", + "Date": "Wed, 14 Jun 2023 05:20:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "169be0a8-eb7e-4e40-8631-f7a4f3cbc8db", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "1060754d-6751-49e5-b4ca-9dedfb6324c4", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "65a99041-4ea4-4027-8131-02f61d98d47e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055921Z:169be0a8-eb7e-4e40-8631-f7a4f3cbc8db" + "x-ms-request-id": "0013f5c0-2659-4f60-88e5-cf80a4a98edb", + "x-ms-routing-request-id": "JAPANEAST:20230614T052059Z:1060754d-6751-49e5-b4ca-9dedfb6324c4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-ed7eeb325da72a82-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ad6c458520572430e1c2c6f1b75014b1", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-f9d963085eb7ac9b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4aaec04f4d5664621c5a4dc6ac644e2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:59:30 GMT", + "Date": "Wed, 14 Jun 2023 05:21:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25f8711f-5121-45d7-843e-f97dda0c3504", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "3bca0cb7-7318-450c-8a19-8a69f3701ba3", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "cfe5567f-14b9-4285-88e6-37856f1bd307", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055930Z:25f8711f-5121-45d7-843e-f97dda0c3504" + "x-ms-request-id": "e572354b-8f13-496a-a4db-f449932fbc62", + "x-ms-routing-request-id": "JAPANEAST:20230614T052101Z:3bca0cb7-7318-450c-8a19-8a69f3701ba3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-aa27c4e9f2c1ca6b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e7c5326fc533d4d62855c2a54e99fb56", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-0f4502c7cf3b16ed-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e0bfacb22c812775fca45f0a4b44934d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:59:46 GMT", + "Date": "Wed, 14 Jun 2023 05:21:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "335aa505-dc0e-46dc-bd0f-ede1d6278280", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "bee95f3f-493e-475d-b2f4-6e5694dd062b", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "95154722-46cd-4499-a7fa-4b155f8760ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055947Z:335aa505-dc0e-46dc-bd0f-ede1d6278280" + "x-ms-request-id": "30af057c-61aa-43d6-b546-3161acdd9ad3", + "x-ms-routing-request-id": "JAPANEAST:20230614T052106Z:bee95f3f-493e-475d-b2f4-6e5694dd062b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-c91d307d3fb2f887-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6defd2a116b6b162e88d2bad3f006cf1", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-13da84477bda799f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a3f635346993dcb1c33dff46289e9ad5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:00:19 GMT", + "Date": "Wed, 14 Jun 2023 05:21:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "966f8e83-b292-4a32-8040-d84ccee79abb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "2c09b89a-4013-4d73-99da-a087cc37f194", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060020Z:966f8e83-b292-4a32-8040-d84ccee79abb" + "x-ms-correlation-request-id": "5f42386d-adbd-4ee9-a165-452730d047b4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "4ec4e74f-7023-475b-85b8-c683fe15ca92", + "x-ms-routing-request-id": "JAPANEAST:20230614T052114Z:5f42386d-adbd-4ee9-a165-452730d047b4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-d0eabed88954486a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "10630c422ea7c0626f9885015d8ad647", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-9368cbb6724fede5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a09e70390d8923ae4a874eb2ee5819d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:00:52 GMT", + "Date": "Wed, 14 Jun 2023 05:21:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "547ecb56-3351-44ec-8741-6a897803bfb3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "cd8fb74b-5f65-4de8-b125-e4c0ea979ca5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060053Z:547ecb56-3351-44ec-8741-6a897803bfb3" + "x-ms-correlation-request-id": "094c7d98-f28d-475f-8c9f-f740efaa9f5b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "f6d5ec2b-0848-4d9d-b64d-788dada59f93", + "x-ms-routing-request-id": "JAPANEAST:20230614T052130Z:094c7d98-f28d-475f-8c9f-f740efaa9f5b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-d31ac4311890222b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e55070c6a76059facf14fea699289527", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-f893a0b2d10563e4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "779200c6aa6d499afae21d432c2efe5d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:01:25 GMT", + "Date": "Wed, 14 Jun 2023 05:22:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1588a56-0298-421b-9a09-b3d1daff8712", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "6f14cbe5-73d1-4895-a04c-1af76c0e1e5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060126Z:b1588a56-0298-421b-9a09-b3d1daff8712" + "x-ms-correlation-request-id": "51093167-06ac-4da2-929d-bf578fb07c35", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "66644248-6b16-439e-a3a6-c725bd97cde7", + "x-ms-routing-request-id": "JAPANEAST:20230614T052203Z:51093167-06ac-4da2-929d-bf578fb07c35" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-08a795595888e2b3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4163d1e9eb3673ae702ffd1e9160535e", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-995c2ac83f191948-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dad18909f3a626c387d3580c1affee6b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:01:58 GMT", + "Date": "Wed, 14 Jun 2023 05:22:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40cf6214-5334-4a97-9fc8-e329f837e966", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "d7465878-2f61-4078-8c64-65874ab78b60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060158Z:40cf6214-5334-4a97-9fc8-e329f837e966" + "x-ms-correlation-request-id": "1692c5b7-6f59-4034-9fd3-d34f5774ab0c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "4c7114ec-230b-4337-b628-8fc0a71b2306", + "x-ms-routing-request-id": "JAPANEAST:20230614T052235Z:1692c5b7-6f59-4034-9fd3-d34f5774ab0c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-9f5cd3b887fedc20-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cee7e3b787b09a90110940932fbb2646", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-59dae45a0124a1f8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "287f2724230c8e67d554a5a6f06af61c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:02:32 GMT", + "Date": "Wed, 14 Jun 2023 05:23:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ea1b84a-ffe0-4b49-b799-bc67ac457013", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "a7c386ce-b9cc-4a7b-a60c-3b9992993a2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060232Z:3ea1b84a-ffe0-4b49-b799-bc67ac457013" + "x-ms-correlation-request-id": "a0476b27-021c-4f6e-9d78-c29a4627a559", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "f25ebef2-9db2-452c-8b48-9d04a4ae6df6", + "x-ms-routing-request-id": "JAPANEAST:20230614T052307Z:a0476b27-021c-4f6e-9d78-c29a4627a559" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-b6ff4660c942df26-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8c185d029427db11c1dc7431aadcc86e", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-1a0a78ab0c74c39c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "64a8f0883e86d3313c6bef9a528e2efa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:03:05 GMT", + "Date": "Wed, 14 Jun 2023 05:23:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "331d6f3f-76b1-41f7-ad95-d9c3cb0db063", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "7057e988-0cea-4017-94ac-5fd0d951c918", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060305Z:331d6f3f-76b1-41f7-ad95-d9c3cb0db063" + "x-ms-correlation-request-id": "ba6220eb-999c-479c-b365-e7aa3287d74a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "53d60a3e-a004-4f27-9261-be55a65a5ee7", + "x-ms-routing-request-id": "JAPANEAST:20230614T052340Z:ba6220eb-999c-479c-b365-e7aa3287d74a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-32cce0669ed1cff2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b6efa0c0c641617640c9302caa1b43b4", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-e75c421a13155999-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "051fb1f4d6afe650224204514e1c361c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:03:37 GMT", + "Date": "Wed, 14 Jun 2023 05:24:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f39c8016-a66d-4c8b-a3a0-1515074f6e90", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "cdbbb627-471e-42e2-88d4-c19db4ef8ef2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060338Z:f39c8016-a66d-4c8b-a3a0-1515074f6e90" + "x-ms-correlation-request-id": "e496f31c-40f5-47d7-907f-34b589cc70ea", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "62e81c9c-aced-4a22-bfda-b53cf078fcff", + "x-ms-routing-request-id": "JAPANEAST:20230614T052412Z:e496f31c-40f5-47d7-907f-34b589cc70ea" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-9ffc67919f2322a0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "331bb608c7482236d20b0dd3125ef034", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-0029a46db26b42bf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2a833cdc8a57e6e4f5aceca133cd3c47", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:04:11 GMT", + "Date": "Wed, 14 Jun 2023 05:24:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8eaec705-673e-4941-b449-c09cbef013b1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "21b65aaa-3eec-4514-bfee-9b9ac9d45cf0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060411Z:8eaec705-673e-4941-b449-c09cbef013b1" + "x-ms-correlation-request-id": "5aa874fc-aec3-44a0-b924-8fff0cfa51c9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "a52735d2-51ee-4cd2-9e6f-18e3e97de987", + "x-ms-routing-request-id": "JAPANEAST:20230614T052444Z:5aa874fc-aec3-44a0-b924-8fff0cfa51c9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-1170f4c3bb3812fa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8fd2d24170cc3b05e7b64b5d63e431a6", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-67b2b13296afd9b5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3eb2aa25f14bb26c9fc1424439e0841f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:04:43 GMT", + "Date": "Wed, 14 Jun 2023 05:25:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b0cd764-2c2f-4bbd-9fd3-a34c357a8861", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "06907b67-08f2-4b89-b758-1ff16f789505", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "7c1ed7b0-2354-448f-acd9-29a655691adc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060444Z:2b0cd764-2c2f-4bbd-9fd3-a34c357a8861" + "x-ms-request-id": "edc98a85-3d5c-4708-8ebe-2a0f788775b2", + "x-ms-routing-request-id": "JAPANEAST:20230614T052517Z:06907b67-08f2-4b89-b758-1ff16f789505" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-61aba0ee57973ae7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f328bf9994c0f92669cce435b9a24ee1", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-6c7530acbbf91512-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "15bed334040b6aa3cd390f03eaafb255", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:05:17 GMT", + "Date": "Wed, 14 Jun 2023 05:25:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "722ec128-bf83-428a-8b32-98f1537c6905", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "55035c79-9995-4872-a647-8557a379ffb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060517Z:722ec128-bf83-428a-8b32-98f1537c6905" + "x-ms-correlation-request-id": "31137e96-6692-4c06-a75c-269ae9f58121", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "e1f7df91-5175-4ba3-92f3-b7c503779e2f", + "x-ms-routing-request-id": "JAPANEAST:20230614T052549Z:31137e96-6692-4c06-a75c-269ae9f58121" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-766201970ca193fa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d8ebfcd9b44898e8b1e04c917bd9beed", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-8ea6eed85290add8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a32bbd05f76aead1d0d18a95489fac15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:05:49 GMT", + "Date": "Wed, 14 Jun 2023 05:26:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af3aab3e-b699-4e22-8b38-008a2bd69bfa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "1290d6d8-123f-4cbe-9f6e-6cce9db86858", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060550Z:af3aab3e-b699-4e22-8b38-008a2bd69bfa" + "x-ms-correlation-request-id": "11d0cd86-3e75-4d30-83d5-0a22c854b3d7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "ead57560-6dc0-4365-96be-986a9cbc7f71", + "x-ms-routing-request-id": "JAPANEAST:20230614T052621Z:11d0cd86-3e75-4d30-83d5-0a22c854b3d7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-c42e176b5ac8950d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "523a67dafc36ac73abd925ff8cd08244", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-fa142cb223f1c9a9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "606ccc27270e203b07477111e268c7f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:06:22 GMT", + "Date": "Wed, 14 Jun 2023 05:26:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e29c0bd-69ea-4526-bd89-3203cffaa149", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "2ee4591d-a7b5-43b8-93e5-dd60225a1024", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060623Z:2e29c0bd-69ea-4526-bd89-3203cffaa149" + "x-ms-correlation-request-id": "f68a6672-0ccf-4456-8b6b-5d73d101f952", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "9f81ee50-134b-42f4-90cf-d5d1b35f7868", + "x-ms-routing-request-id": "JAPANEAST:20230614T052654Z:f68a6672-0ccf-4456-8b6b-5d73d101f952" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-0db78dedebb60a3c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6784696758f9e55dd78f42e048957d90", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-2bcb9173027da856-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7c3eed0fe1b43db401d345397a0d222d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:06:55 GMT", + "Date": "Wed, 14 Jun 2023 05:27:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1eb504e-15bd-4358-82f7-cd2bd6cf6cc7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "b986ade9-f2da-4993-9714-8e2fd23a0ddc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060655Z:e1eb504e-15bd-4358-82f7-cd2bd6cf6cc7" + "x-ms-correlation-request-id": "f656c46f-a5f3-429c-8e16-54a779424f55", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "51a57b06-275f-428a-9857-252d05a71131", + "x-ms-routing-request-id": "JAPANEAST:20230614T052726Z:f656c46f-a5f3-429c-8e16-54a779424f55" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-8a9b095907d269e0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "515af60dfc68dcab883e2c6e8ee80ce1", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-63ecc0c4253ee429-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1ddcfa8c5242de46810a9c2286bf0867", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:07:28 GMT", + "Date": "Wed, 14 Jun 2023 05:27:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70593921-e4d6-46f3-9ae6-9e7c26553226", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "944b9549-f965-44fa-aeb0-b1dfbc5a22e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060729Z:70593921-e4d6-46f3-9ae6-9e7c26553226" + "x-ms-correlation-request-id": "0ae525ca-9079-4076-b36f-768af205e40e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "2bea2f8c-a345-4049-ab6d-2b90f64480b8", + "x-ms-routing-request-id": "JAPANEAST:20230614T052759Z:0ae525ca-9079-4076-b36f-768af205e40e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-0308bd379d2566cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1229075d565582f309557ba6ba936416", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-3ccfb2501d50a39f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5a86990930614660172f5f3be102a6f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:08:01 GMT", + "Date": "Wed, 14 Jun 2023 05:28:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dfc2620-c431-4ea4-a076-7ac9f9ca8bb9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "570d5959-acb4-4ed6-80c5-cc1d35023afc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060801Z:7dfc2620-c431-4ea4-a076-7ac9f9ca8bb9" + "x-ms-correlation-request-id": "5414a6cf-24f4-47be-aebd-c7e6715408cd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "1d4e99bf-c2c7-448c-bbbb-10471274dcfc", + "x-ms-routing-request-id": "JAPANEAST:20230614T052831Z:5414a6cf-24f4-47be-aebd-c7e6715408cd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-7541fe41254981b8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "95f1955b30756bdcbda7dfbb2bee56ef", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-d335f557d952fda0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e7844325aa8cbdada65ffaa94492b641", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:08:34 GMT", + "Date": "Wed, 14 Jun 2023 05:29:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b7f7708-647d-46b4-87f9-c5a4837ebe58", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "a54267cd-0456-4c85-813f-c43321c5a782", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060834Z:0b7f7708-647d-46b4-87f9-c5a4837ebe58" + "x-ms-correlation-request-id": "37bbc536-cc18-4f27-a64c-4172a994ae6b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "afae8a84-83e0-460b-a6e7-f88b6bb509d9", + "x-ms-routing-request-id": "JAPANEAST:20230614T052903Z:37bbc536-cc18-4f27-a64c-4172a994ae6b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-7ba110707267f1e5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "418260836b6bb73b02d84813800521f5", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-78aef371dd4e8dfe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e030decbc7875ccc99960613f20afd7f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:09:07 GMT", + "Date": "Wed, 14 Jun 2023 05:29:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d06bcec1-b055-4ae7-b2c4-51019453ac51", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "36950ea9-b51f-4bbf-9cdb-24f0f4426cf3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060907Z:d06bcec1-b055-4ae7-b2c4-51019453ac51" + "x-ms-correlation-request-id": "69dea868-b04f-47a5-9b81-09c3e28b9e26", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "45f6feff-e341-424e-9c47-cffa0046fc9d", + "x-ms-routing-request-id": "JAPANEAST:20230614T052936Z:69dea868-b04f-47a5-9b81-09c3e28b9e26" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-166f32cdb61d0c93-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f91316d977f62d6b2bbd54ad7738561a", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-1f7065e52d340b80-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "42fda264203b5fdaebc9b30135b70185", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,286 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:09:41 GMT", + "Date": "Wed, 14 Jun 2023 05:30:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f9e9bff-1a78-4534-a8cd-a39c58d1dbef", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "1d4ecf43-7365-41b9-bacb-427e984040a8", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "862400d7-673b-42c5-9621-cc7cf306c52e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T060942Z:0f9e9bff-1a78-4534-a8cd-a39c58d1dbef" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-ad8b0732d9a80786-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "59238bfe2310f0ab593a929ce8c8eab8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:10:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9dc92ba7-46ca-49f9-a3cc-f638280940f8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "c2503ff5-5e4c-4bff-aa00-e5e62c105911", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061016Z:9dc92ba7-46ca-49f9-a3cc-f638280940f8" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-158b09b28651cf99-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "15e1ea855cdb0bf9f45515ad168d3fca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:10:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32eff8ba-0d66-45e3-9491-c85085601459", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "663519f6-13fe-43ce-a072-a624e63440eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061049Z:32eff8ba-0d66-45e3-9491-c85085601459" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-658d4f855c1a117f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f5142d82c8e2b6e56b239fbbe4cf4562", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:11:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e6ead96-c6c1-4e86-ba8b-422900dedf3d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "7dd0a363-a644-41d9-823b-b5a95f3bfba0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061123Z:3e6ead96-c6c1-4e86-ba8b-422900dedf3d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-5e165741c9bd763e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8c279cd24056a23f921764ba0dfdd9cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:11:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54892573-62c4-4285-9b8b-7a39ae0bd10e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "675b7f11-8821-4430-8207-5773f6246798", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061157Z:54892573-62c4-4285-9b8b-7a39ae0bd10e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-4e8a09f18ec2e04d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ba19c7faf5b4bdd5052aaab8bd3d2725", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:12:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55e13c40-1e81-4701-87cb-25a6a7f7b749", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "1c4276ab-54a3-4c5f-b8ce-153b846876e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061231Z:55e13c40-1e81-4701-87cb-25a6a7f7b749" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-6b0916111ef43f11-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "79dbb310b3664274ee7263cb632aa96d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:13:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29fe6217-4cf7-47e8-8248-ee690d720452", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "c749bf60-780e-430e-847b-fa1829e5f707", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061305Z:29fe6217-4cf7-47e8-8248-ee690d720452" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-4c8bff4e64ecea35-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1dc0d3498bb5ddaec669872b9586e454", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:13:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9dadd2c8-7c59-4645-b7a9-2c7478942041", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "34ece710-038a-4dfa-9d65-c030e7d3ef6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061338Z:9dadd2c8-7c59-4645-b7a9-2c7478942041" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-d18a4e71e8d46cac-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "59aa3fef5f21476553d7cb41920a5ada", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:14:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee9bc049-a452-446d-9142-772f2ab0056c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "056804f2-6c98-4388-af7b-8787916a5e42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061411Z:ee9bc049-a452-446d-9142-772f2ab0056c" + "x-ms-request-id": "65994193-355a-47f7-aaab-0d043ca6846d", + "x-ms-routing-request-id": "JAPANEAST:20230614T053008Z:1d4ecf43-7365-41b9-bacb-427e984040a8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-3a8a2fbcd09dbefa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e96e3c810a7d856f05feb3fc2b48ac68", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-c9cc0d5175c118c3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "03701d78c5d25e7277274ef6a39aca9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:14:43 GMT", + "Date": "Wed, 14 Jun 2023 05:30:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ecaaddcc-dfb1-4741-a185-5e257704502e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "f108baaa-3f4b-485a-b823-b1bccb3b328d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061443Z:ecaaddcc-dfb1-4741-a185-5e257704502e" + "x-ms-correlation-request-id": "f506982a-7119-46d6-9fc7-09b27106a7e5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "c76c0170-b316-4890-a698-605031bd4436", + "x-ms-routing-request-id": "JAPANEAST:20230614T053040Z:f506982a-7119-46d6-9fc7-09b27106a7e5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-f021c31f48136135-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "23db0e8d4f80e94c6d78c9dec06c4abc", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-e5ce03e069ad6b6a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a2457b627495aa0603d0f4be13ca27e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:15:16 GMT", + "Date": "Wed, 14 Jun 2023 05:31:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c54cdfd8-fcdb-416e-99f7-a233e7b9fa75", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "68df2216-8045-4b52-b458-b40197da8e41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061516Z:c54cdfd8-fcdb-416e-99f7-a233e7b9fa75" + "x-ms-correlation-request-id": "d272282d-737d-4fa9-8474-5c5ff512103a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "db51145c-831d-4d21-86c9-54e91e2e89b6", + "x-ms-routing-request-id": "JAPANEAST:20230614T053113Z:d272282d-737d-4fa9-8474-5c5ff512103a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-63a51506247970c9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "59aaac0ffb17e5d7cf255423ac681c0b", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-5b2b36899a67ebc8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d59b8095f99a9ead2f9eca13d2e4bb51", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:15:49 GMT", + "Date": "Wed, 14 Jun 2023 05:31:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91823de9-cbf8-4bfc-aa39-67f8b9e9d12c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "9c06d78a-d719-423e-99de-bb8d9b16448e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061549Z:91823de9-cbf8-4bfc-aa39-67f8b9e9d12c" + "x-ms-correlation-request-id": "a520d944-f67d-487b-abab-9a4d21ab414c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "64a44e8a-4d52-442d-903d-af7014387c9d", + "x-ms-routing-request-id": "JAPANEAST:20230614T053145Z:a520d944-f67d-487b-abab-9a4d21ab414c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-b04193b81d046126-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "83b4622a362e325af0857b044091c498", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-67371a3b94c931f3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b99f17fe5e7204f017c50001d1b44aad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:16:21 GMT", + "Date": "Wed, 14 Jun 2023 05:32:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb95382b-1560-407b-a9a4-f42963b01726", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "647b03bb-853b-4fda-a2a1-481354776d25", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061622Z:cb95382b-1560-407b-a9a4-f42963b01726" + "x-ms-correlation-request-id": "0c6a2fd9-5c95-4bda-bd82-857c662d3139", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "0fd414a8-36db-4f2b-ab93-1fca057fd5f9", + "x-ms-routing-request-id": "JAPANEAST:20230614T053218Z:0c6a2fd9-5c95-4bda-bd82-857c662d3139" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-ce138cd8f2d2c068-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7eedf6b3539e925037f5545afa283d05", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-d6f927a80d69be07-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "23616c00f5ff6901cea673f6a9f3d81f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:16:54 GMT", + "Date": "Wed, 14 Jun 2023 05:32:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26162919-a588-4386-a557-c3c5c70d59a6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "a2a3d169-e552-4ddc-81ea-4e4c8c5996be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061655Z:26162919-a588-4386-a557-c3c5c70d59a6" + "x-ms-correlation-request-id": "b4134d7a-ad23-4faa-b53d-1113977def9a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "1e334ce9-f62f-438b-86ff-b295f460773f", + "x-ms-routing-request-id": "JAPANEAST:20230614T053250Z:b4134d7a-ad23-4faa-b53d-1113977def9a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-76264fd0096b559d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5db3be5cc6b8d88d517868927fd2a43e", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-ea96c7a3f4b491ce-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fbbfa3146d2b36709096bed4f9abcd7a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:17:27 GMT", + "Date": "Wed, 14 Jun 2023 05:33:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa2f8482-4b0a-4c04-a7e7-05627082c569", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "cf6b723a-ca1e-4202-a01d-cb410500157a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061727Z:fa2f8482-4b0a-4c04-a7e7-05627082c569" + "x-ms-correlation-request-id": "a3ac57ab-3046-4cb5-a6a6-42455377328c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "ab3d61a2-f9a7-44d8-a44d-a6f577d85175", + "x-ms-routing-request-id": "JAPANEAST:20230614T053323Z:a3ac57ab-3046-4cb5-a6a6-42455377328c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-41e92fe056639f62-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b66fbb609d7bd76c12224c39e20037c8", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-aa54657277490d94-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "66121d53988209521635ebcbebf95a23", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:18:00 GMT", + "Date": "Wed, 14 Jun 2023 05:33:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2e2429d-1bb4-4151-8334-3992eb67e084", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "8f90cc61-10dd-4901-bd78-0f25899c52e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061800Z:b2e2429d-1bb4-4151-8334-3992eb67e084" + "x-ms-correlation-request-id": "edf11fec-74a5-47c5-90b5-955b41856a5f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "151f955f-7462-42dc-9eb6-3763b1739aae", + "x-ms-routing-request-id": "JAPANEAST:20230614T053355Z:edf11fec-74a5-47c5-90b5-955b41856a5f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-bf4b6f81001123e4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "82a8764867deece068142c26eabe1265", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-4f3ebd0076fa6592-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2dece0ed4ff59282fc2a9268362c6f22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:18:32 GMT", + "Date": "Wed, 14 Jun 2023 05:34:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dae40bf0-8449-42c9-8fd8-974f31d8d609", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "7a59cd92-b8eb-4c1f-b0d4-957b8a79a53d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061833Z:dae40bf0-8449-42c9-8fd8-974f31d8d609" + "x-ms-correlation-request-id": "5419151c-5d4d-45a9-bc74-9e6504feeff7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "ecef15af-fd1b-4c01-865f-b1ad3fc98c84", + "x-ms-routing-request-id": "JAPANEAST:20230614T053427Z:5419151c-5d4d-45a9-bc74-9e6504feeff7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-e40168981c636512-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3efa155087b8be8951dc4b957a54f551", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-2a0092bb83a4af55-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8ca2f8d972e07c9c50b6e5f581a44a97", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:19:06 GMT", + "Date": "Wed, 14 Jun 2023 05:34:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85cf49ee-029f-444a-9651-3f4bb6fa7063", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "121db907-81e0-4cc0-9762-e28c8f316669", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061906Z:85cf49ee-029f-444a-9651-3f4bb6fa7063" + "x-ms-correlation-request-id": "f670d54c-0e6b-4b58-af75-d6a382da4c61", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "406b8f0b-1614-46aa-b6b6-d29067737144", + "x-ms-routing-request-id": "JAPANEAST:20230614T053500Z:f670d54c-0e6b-4b58-af75-d6a382da4c61" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-a925016b71bcb0bf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "094aa040222af860db834d667046ec54", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-3b9ee6798967ad2f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "18e79a3c9fbe04859b806a5706e9d2e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:19:38 GMT", + "Date": "Wed, 14 Jun 2023 05:35:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3214e8ff-f520-4001-b249-aeb4b6f5beee", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "729f6d1f-6fad-429d-be29-763f3d0fe35b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T061939Z:3214e8ff-f520-4001-b249-aeb4b6f5beee" + "x-ms-correlation-request-id": "59b4364f-7f70-4e06-a466-33dc3bf18bf9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "c1880817-594d-493a-983d-39de8e3e3456", + "x-ms-routing-request-id": "JAPANEAST:20230614T053532Z:59b4364f-7f70-4e06-a466-33dc3bf18bf9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-6d5f2ad22ae03e8e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cde8e60ff805c10fece930011c4a7214", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-02232a278e55d637-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f3f1c8c6cd567b434470dd3f6a8c1057", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:20:12 GMT", + "Date": "Wed, 14 Jun 2023 05:36:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d1c4b16-f265-4032-9b6c-c6518a58f56b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "656cd665-6527-4215-819a-327f5141ba84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062013Z:0d1c4b16-f265-4032-9b6c-c6518a58f56b" + "x-ms-correlation-request-id": "191a23d5-367d-45c0-9b1e-3526225b14a2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "5521804c-ae54-455b-865e-1b5a55e3431e", + "x-ms-routing-request-id": "JAPANEAST:20230614T053605Z:191a23d5-367d-45c0-9b1e-3526225b14a2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-492179344ad7cbdf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4ae5da1f08732e3bb501633539234d0b", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-71e79ddc74cc80bf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9c2bfadf57443964729ef16008447666", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:20:45 GMT", + "Date": "Wed, 14 Jun 2023 05:36:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb2ee688-61dc-4e6b-b915-d6190122f1d9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "cc6be013-abf4-4b8b-84e0-6303d195b68d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062046Z:fb2ee688-61dc-4e6b-b915-d6190122f1d9" + "x-ms-correlation-request-id": "82d5e4da-de9c-426f-b720-20d40ce5532d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "e23ef4ca-4f5c-4f7d-99b3-f6c694a0246a", + "x-ms-routing-request-id": "JAPANEAST:20230614T053637Z:82d5e4da-de9c-426f-b720-20d40ce5532d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-1f5928d5362a4909-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9386f6ef286c484c90891c40f25edc90", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-29d9822499b0757d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b82ffbe357b26e40566cd34ec246990e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:21:18 GMT", + "Date": "Wed, 14 Jun 2023 05:37:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "044e4bf2-b18f-4061-930b-f66e85c48712", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "3f51c652-3221-45b5-a22e-57c58262af8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062118Z:044e4bf2-b18f-4061-930b-f66e85c48712" + "x-ms-correlation-request-id": "7a264f34-48af-4bd2-a791-30575142f233", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "1c626a94-f866-43b1-b60c-df63f641d0a0", + "x-ms-routing-request-id": "JAPANEAST:20230614T053710Z:7a264f34-48af-4bd2-a791-30575142f233" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-7500ab90a05f3414-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "95473911a26006e0abb9170395da87c9", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-3894959d2fb6164f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0b77126f35be6fa564b880b7dce37300", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:21:51 GMT", + "Date": "Wed, 14 Jun 2023 05:37:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d768da7-24ac-4ec8-b96a-bd05dee4523b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "9564e4b3-32e1-4c91-8251-6d7f19d71a7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062151Z:1d768da7-24ac-4ec8-b96a-bd05dee4523b" + "x-ms-correlation-request-id": "07c975b7-67fb-40c8-824b-4eaf131a5653", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "ee0e3168-67f2-43f1-82e6-e84489da5802", + "x-ms-routing-request-id": "JAPANEAST:20230614T053742Z:07c975b7-67fb-40c8-824b-4eaf131a5653" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-79657e2ba025d556-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2512249cdec4f6a78e9db9eaecfa3c56", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-b2816e9b461ebfd7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6f5b76fa575d88a4babd45d88315772b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:22:23 GMT", + "Date": "Wed, 14 Jun 2023 05:38:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a435d0e8-9e1a-4c17-8053-ef0701f96983", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "c6e98658-5d9c-4b33-99d1-eed4d67469f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062224Z:a435d0e8-9e1a-4c17-8053-ef0701f96983" + "x-ms-correlation-request-id": "1049720f-7e73-44c4-b2b9-883f88556b22", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "527264d8-8e99-4cdb-a72c-ef0e8f5ccc27", + "x-ms-routing-request-id": "JAPANEAST:20230614T053814Z:1049720f-7e73-44c4-b2b9-883f88556b22" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-1fed4e52649fed87-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0024d325b7dc4dab167fe8b21048b3b6", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-6f80e14054d08e93-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f5f0e2046bccada856c054fad6889173", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1890,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:22:57 GMT", + "Date": "Wed, 14 Jun 2023 05:38:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "935c1573-8e40-4dbd-9ad0-acf581e296ac", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "527d82ee-625b-42eb-bc0a-f059ba65857e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062257Z:935c1573-8e40-4dbd-9ad0-acf581e296ac" + "x-ms-correlation-request-id": "7d2cf78a-11d1-4ff2-84ce-47e9f05273f8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "7d8b3827-da8e-4dc1-abc6-f12729aafea8", + "x-ms-routing-request-id": "JAPANEAST:20230614T053847Z:7d2cf78a-11d1-4ff2-84ce-47e9f05273f8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-c1a994409a5b6507-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cda35302b64b32cb915007c2e8f61ab0", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-dd07096534ebfc0f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4b54d3f92aeb17b06eef5100efcceb4e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1922,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:23:29 GMT", + "Date": "Wed, 14 Jun 2023 05:39:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "255de691-1cf7-4081-970c-4e3a841587e9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "118f5472-0415-4023-b1cd-0cafc2c4b723", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062330Z:255de691-1cf7-4081-970c-4e3a841587e9" + "x-ms-correlation-request-id": "2c7189cf-7ba0-40ae-a370-184bab40398e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "a06fcdb8-13eb-415e-8d76-a971d03edcbb", + "x-ms-routing-request-id": "JAPANEAST:20230614T053919Z:2c7189cf-7ba0-40ae-a370-184bab40398e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-e3f11617a8807dbd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c1dec07d86b5e4ed79c40f45f5f4e546", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-ecb722774f780410-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f9b355407df28e33cdad199d03a9b131", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1954,30 +1629,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:24:02 GMT", + "Date": "Wed, 14 Jun 2023 05:39:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17b529ad-5ede-4aeb-b7e7-450cd3b81bad", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "165dbbff-227c-4fa3-990f-73091850594c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062403Z:17b529ad-5ede-4aeb-b7e7-450cd3b81bad" + "x-ms-correlation-request-id": "16d8253c-5ea9-44a5-a929-4a982e83742a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "c2cda483-dcce-4c93-ada3-a4f525426c5f", + "x-ms-routing-request-id": "JAPANEAST:20230614T053951Z:16d8253c-5ea9-44a5-a929-4a982e83742a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-1495fd3f7690b13b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "98e702ea6e566f0a07f16f8bb0e86420", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-20437865bbb1ee22-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "afdfd22b2cc1da4032d986dc19a8bd89", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1986,30 +1661,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:24:35 GMT", + "Date": "Wed, 14 Jun 2023 05:40:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7b9935b-13ba-48bb-8824-d836e0e88967", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "183c74fe-51c7-45ae-827a-794dd9d47d1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062436Z:e7b9935b-13ba-48bb-8824-d836e0e88967" + "x-ms-correlation-request-id": "d3b02195-10c7-4c0c-a75b-ba7aba8e136a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "23f318d0-c838-4caf-adab-2801da8d8ba3", + "x-ms-routing-request-id": "JAPANEAST:20230614T054024Z:d3b02195-10c7-4c0c-a75b-ba7aba8e136a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-09d9b3ede8c3bb05-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "50353764f16a7b0066bf5387a7863d9c", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-f02fb16f2eecc949-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "81ba05d498d57b819fc57d3d111214c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2018,30 +1693,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:25:08 GMT", + "Date": "Wed, 14 Jun 2023 05:40:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8dd504c8-45de-4e71-9368-6f6990860291", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "67498236-793a-46d2-88d8-6fccf5169297", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062509Z:8dd504c8-45de-4e71-9368-6f6990860291" + "x-ms-correlation-request-id": "8972dc7d-96b1-4dda-9370-3fffb58e1ff5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "7149e446-65bd-4af4-b69a-e46469f06bd7", + "x-ms-routing-request-id": "JAPANEAST:20230614T054056Z:8972dc7d-96b1-4dda-9370-3fffb58e1ff5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-593e5eea34dfafe4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e5d8c16b810e0e59b66fbac417613491", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-6ca2dca21c06c3e9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1dd4203e3bec148d15d8c719f7567425", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2050,30 +1725,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:25:41 GMT", + "Date": "Wed, 14 Jun 2023 05:41:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3bfd823-476a-4460-9534-fba739fc63ad", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "2a986ac2-ef6b-4fb3-9ac3-2a1d42f81228", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062541Z:d3bfd823-476a-4460-9534-fba739fc63ad" + "x-ms-correlation-request-id": "a42a06c8-bb42-401a-955b-96db29c928ef", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "fc9115e1-0cf7-4fd1-922e-68bf48f06326", + "x-ms-routing-request-id": "JAPANEAST:20230614T054129Z:a42a06c8-bb42-401a-955b-96db29c928ef" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-db9372505073f511-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bee0ee5f95bff9db026c32971b83c781", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-6d5d97082a8b7ad3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fec98ff030ee935b50640ffcae03c81f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2082,30 +1757,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:26:14 GMT", + "Date": "Wed, 14 Jun 2023 05:42:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22fbf0f4-db99-4183-9c8d-d977ef0813ea", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "543889ee-77ca-4d2d-b76d-640154e7dc4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062614Z:22fbf0f4-db99-4183-9c8d-d977ef0813ea" + "x-ms-correlation-request-id": "27558862-87eb-486d-98ce-4a24958c6fdb", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "9599d5b6-6b14-4a17-9c92-1471c5ae3f63", + "x-ms-routing-request-id": "JAPANEAST:20230614T054201Z:27558862-87eb-486d-98ce-4a24958c6fdb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-ccbadbd6ddc30916-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ef1fd2b47f10e311dd2699fb373c6404", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-d4a09d47b2cdbbd3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f99ec1c5a0d3989c78a66cfdd0688349", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2114,71 +1789,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:26:47 GMT", + "Date": "Wed, 14 Jun 2023 05:42:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1a96de1-7bea-4a64-acfa-764b86e7a238", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "4e7a8f70-d7b6-40cc-85ef-3c978d0688b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062647Z:a1a96de1-7bea-4a64-acfa-764b86e7a238" + "x-ms-correlation-request-id": "ab6985a6-9164-4507-99fa-51e94ee8382e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "12d70979-4096-4002-8734-e7ae08e3a836", + "x-ms-routing-request-id": "JAPANEAST:20230614T054233Z:ab6985a6-9164-4507-99fa-51e94ee8382e" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4864c34d0c7afc82d2d430c371ece761-09e7f209861f8ff4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b827c28b7ea6d5dce5dee3a24fc2f332", + "traceparent": "00-72a7c47cff8ebb3799610dd04d87bc41-ed31c541a0726840-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "824d585015490dd6c441cc882b906612", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2012", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:26:49 GMT", + "Date": "Wed, 14 Jun 2023 05:42:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df685c22-6da7-4c4e-9a76-b30155a79e0e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "f4065647-231c-49f3-80b2-2f78fdddf62b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062649Z:df685c22-6da7-4c4e-9a76-b30155a79e0e" + "x-ms-correlation-request-id": "f2d97c65-22b3-4781-a13e-e7c1e3e8a692", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "4b9a8c83-d9ff-4146-ae3c-313154027eaa", + "x-ms-routing-request-id": "JAPANEAST:20230614T054234Z:f2d97c65-22b3-4781-a13e-e7c1e3e8a692" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254", - "name": "cluster6254", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025", + "name": "cluster6025", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "da553ac5-ccb5-404f-a3b2-930219823ed6", + "location": "Japan East", + "etag": "e9c0272c-db34-4d23-b02e-6e38abc03ca2", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "a258f5130f9e47898418c50d4584f2f3", + "clusterId": "9fadf3f3f9234dee968fcc8a86695553", "computeProfile": { "roles": [ { @@ -2224,7 +1899,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T05:59:05.71", + "createdDate": "2023-06-14T05:20:54.523", "quotaInfo": { "coresUsed": 20 }, @@ -2232,13 +1907,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster6254-ssh.azurehdinsight.net", + "location": "cluster6025-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster6254.azurehdinsight.net", + "location": "cluster6025.azurehdinsight.net", "port": 443 } ], @@ -2249,14 +1924,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster9926.blob.core.windows.net", + "name": "azstorageforcluster7593.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container9520", + "container": "container6649", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2273,23 +1949,22 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-760193107c07e44aee0473bfce4d5438-674751668a1fe79b-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "441038a74542e081ddfde099fbe0c2c6", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3653a8107bb85052f2308648c45ec2e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2024", + "Content-Length": "2056", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:26:50 GMT", + "Date": "Wed, 14 Jun 2023 05:42:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2298,36 +1973,36 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de97c120-65d5-44c0-9d7c-5c8f176ca528", + "x-ms-correlation-request-id": "b5cdba4e-7edd-4cc2-a834-d406fbf17a4a", "x-ms-hdi-routed-to": "GlobalAndRegionalRp", "x-ms-hdi-served-by": "global,global", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "a18f9aa6-004d-40b6-9c92-206e24b4f6a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062650Z:de97c120-65d5-44c0-9d7c-5c8f176ca528" + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "6cdbe005-8c7f-4d1a-8223-f9fda0fc9184", + "x-ms-routing-request-id": "JAPANEAST:20230614T054235Z:b5cdba4e-7edd-4cc2-a834-d406fbf17a4a" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-479/providers/Microsoft.HDInsight/clusters/cluster6254", - "name": "cluster6254", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8124/providers/Microsoft.HDInsight/clusters/cluster6025", + "name": "cluster6025", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "da553ac5-ccb5-404f-a3b2-930219823ed6", + "location": "Japan East", + "etag": "e9c0272c-db34-4d23-b02e-6e38abc03ca2", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "a258f5130f9e47898418c50d4584f2f3", + "clusterId": "9fadf3f3f9234dee968fcc8a86695553", "computeProfile": { "roles": [ { @@ -2373,7 +2048,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T05:59:05.71", + "createdDate": "2023-06-14T05:20:54.523", "quotaInfo": { "coresUsed": 20 }, @@ -2381,13 +2056,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster6254-ssh.azurehdinsight.net", + "location": "cluster6025-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster6254.azurehdinsight.net", + "location": "cluster6025.azurehdinsight.net", "port": 443 } ], @@ -2398,14 +2073,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster9926.blob.core.windows.net", + "name": "azstorageforcluster7593.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container9520", + "container": "container6649", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2425,9 +2101,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "2102918667", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "649865726", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetAsync.json index b4c10464128d..269eccd2cc63 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c9bd4d1c0adc4ed55434c807c2336173-3f5c1ad54068f502-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e57ae6a10d8df9ea69c1216ad4e38d96", + "traceparent": "00-0f5f1f8eba4cb97360402c014c2a8bb2-de81b416867ea545-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "97c3e6354ddd84c9160f06ac9dcc4a69", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:33:24 GMT", + "Date": "Wed, 14 Jun 2023 04:59:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f6b20cf-3fc8-4f73-9d04-709d859a0f81", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "2f6b20cf-3fc8-4f73-9d04-709d859a0f81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053325Z:2f6b20cf-3fc8-4f73-9d04-709d859a0f81" + "x-ms-correlation-request-id": "42ceb6d6-3d49-4474-8297-7aed6381a2d2", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "42ceb6d6-3d49-4474-8297-7aed6381a2d2", + "x-ms-routing-request-id": "JAPANEAST:20230614T045918Z:42ceb6d6-3d49-4474-8297-7aed6381a2d2" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-7612?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-6100?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-151405f291aa7a951f095e932a4a75ee-be506521c85a017e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "296961ddba9376a94095ea04f5118d9f", + "traceparent": "00-ac890135ad80bd9f63d840620b203304-29cc76c66bd7b0f8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "85867947a4e732301c0412cc6681cb9b", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:33:27 GMT", + "Date": "Wed, 14 Jun 2023 04:59:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cbd45f75-ac94-46e1-b467-cb18a72b922a", + "x-ms-correlation-request-id": "b501ffe5-03a4-40a9-94ff-072ed2523b70", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "cbd45f75-ac94-46e1-b467-cb18a72b922a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053328Z:cbd45f75-ac94-46e1-b467-cb18a72b922a" + "x-ms-request-id": "b501ffe5-03a4-40a9-94ff-072ed2523b70", + "x-ms-routing-request-id": "JAPANEAST:20230614T045918Z:b501ffe5-03a4-40a9-94ff-072ed2523b70" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612", - "name": "HDInsightRG-7612", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100", + "name": "HDInsightRG-6100", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-bc5d1366fc34120f-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9cf5f0bf25a820825cacbfd83092b379", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-7c17ed1dc7893440-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8702cda3e600e3ba9c0cc3c9ddde5e5f", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8290.blob.core.windows.net", + "name": "azstorageforcluster8753.blob.core.windows.net", "isDefault": true, - "container": "container2885", + "container": "container9779", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1802", + "Content-Length": "1831", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:34:05 GMT", - "ETag": "\u0022435c9d11-ba45-4bce-9806-46dff8d76f44\u0022", + "Date": "Wed, 14 Jun 2023 04:59:48 GMT", + "ETag": "\u0022bf179f13-646e-443d-b3ae-9e9d9d19fb60\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d264285b-b2ad-4ea4-8798-008cf14a133e", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "3f99fc63-1716-4151-8110-330d1b9594f6", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "41ce93d7-2773-42c0-bd24-f6445d4daf4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053406Z:d264285b-b2ad-4ea4-8798-008cf14a133e" + "x-ms-request-id": "3d70c43a-9e29-4b98-bb3b-91c2b9f9cf13", + "x-ms-routing-request-id": "JAPANEAST:20230614T045948Z:3f99fc63-1716-4151-8110-330d1b9594f6" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983", - "name": "cluster7983", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116", + "name": "cluster116", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "435c9d11-ba45-4bce-9806-46dff8d76f44", + "location": "Japan East", + "etag": "bf179f13-646e-443d-b3ae-9e9d9d19fb60", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "8e872a4322244917b0e3334f2a2aa12b", + "clusterId": "2fbaec13c8ea42a5b3796bfbc251f9e2", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T05:34:03.84", + "createdDate": "2023-06-14T04:59:48.287", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8290.blob.core.windows.net", + "name": "azstorageforcluster8753.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container2885", + "container": "container9779", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,109 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-8c376f0f681cf79f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "00c5a04a4a2651045eecdca5125aa2d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:34:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea3e81c2-40b0-409b-8bb6-bcc448e4ff3e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "eebcbe5c-7f99-4f92-88fa-6a0169c4e746", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053408Z:ea3e81c2-40b0-409b-8bb6-bcc448e4ff3e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-45e67f1494c0a35b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a344d0e3494ab42f977b6c9427d79fb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:34:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4fe52728-77c3-48f8-ab32-81fe2a119a71", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "a9669dce-15fe-434c-899d-4548b1e4e70e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053410Z:4fe52728-77c3-48f8-ab32-81fe2a119a71" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-8e2fcc687c6c37c5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "908d6082b2cd585216765b732eb368d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:34:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a689d75-7c34-4972-b978-5fbfaccf26be", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "7937093c-4c49-4274-8295-02515088a22f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053411Z:2a689d75-7c34-4972-b978-5fbfaccf26be" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-bf76630b4a5d801f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "afc6267186610114711169abdd702a87", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-d0b4d6e0dea165d5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c767f5f391cf2a10e6a38b0d939b62be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -418,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:34:13 GMT", + "Date": "Wed, 14 Jun 2023 04:59:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70a82c64-1f70-4d99-a59a-00e65098dda1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "22b177b0-cfa8-488e-bd8e-29c8e08698c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053413Z:70a82c64-1f70-4d99-a59a-00e65098dda1" + "x-ms-correlation-request-id": "45e7cbbe-10d1-428f-b2f6-6166516480e5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "3ab09667-1798-4b42-9032-8a37dca75782", + "x-ms-routing-request-id": "JAPANEAST:20230614T045949Z:45e7cbbe-10d1-428f-b2f6-6166516480e5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-bd8218f5387b3a53-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b122254d12cc310a7eec8cd3edbc85e4", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-ea420396811bf755-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "66324f70f595d5dc35d819facd4e5331", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -450,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:34:16 GMT", + "Date": "Wed, 14 Jun 2023 04:59:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f31b80bd-3176-4b2b-9619-f3d720e086db", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "3a1b227d-a227-4cbd-98d1-15e02f685e8b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053416Z:f31b80bd-3176-4b2b-9619-f3d720e086db" + "x-ms-correlation-request-id": "384f472f-d387-4fc2-8014-c9d3c465412c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "327b38ed-1909-41d1-8fdb-1cade8196227", + "x-ms-routing-request-id": "JAPANEAST:20230614T045950Z:384f472f-d387-4fc2-8014-c9d3c465412c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-6ce801f90dd1e436-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "01229712ef10fc544c8c1ebc48a77aa6", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-f73b308524ff462e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e8d6ca8f9676a890e83baa01428997d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -482,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:34:20 GMT", + "Date": "Wed, 14 Jun 2023 04:59:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8fe019f8-a728-46d0-bc90-db09af9dad7b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "82f5a774-8168-4549-87a6-c3fd6243b4dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053421Z:8fe019f8-a728-46d0-bc90-db09af9dad7b" + "x-ms-correlation-request-id": "d27fac2c-1a29-41c6-b905-c8cb61a3770b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "72be7129-df8f-495e-9026-289ef6fa037b", + "x-ms-routing-request-id": "JAPANEAST:20230614T045951Z:d27fac2c-1a29-41c6-b905-c8cb61a3770b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-b929184a7d165c61-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0925d44cb6905f091c953175fa4013b4", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-f9c8807504e9ea27-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "40fb5aa41637fd63189292f677165d97", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:34:29 GMT", + "Date": "Wed, 14 Jun 2023 04:59:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8a24b4d-b14d-4a7f-acca-d94b65af854f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "fa2fac54-0dd7-4bd5-a09d-6b3ee12e8533", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053430Z:d8a24b4d-b14d-4a7f-acca-d94b65af854f" + "x-ms-correlation-request-id": "b6b8caf8-1c79-490c-95c5-97ccc335e9f8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "7e21e984-c55f-41b4-a5b5-9dc330597ceb", + "x-ms-routing-request-id": "JAPANEAST:20230614T045953Z:b6b8caf8-1c79-490c-95c5-97ccc335e9f8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-360f5bc12bab069b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4698848b294d5e76d026653ff34de8d7", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-ac2b84938a26802c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c87e594f7ac4d948be8a7e594bdb93ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:34:46 GMT", + "Date": "Wed, 14 Jun 2023 04:59:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12042518-8a53-463b-9348-56c26d87a2b9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "7c1c632f-2a5c-41b1-bdd9-94b4258f0985", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053446Z:12042518-8a53-463b-9348-56c26d87a2b9" + "x-ms-correlation-request-id": "2b106a97-e04e-4789-948c-730dc8fa01d6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "7e8fd6e5-9988-4c4c-b762-14284bed540d", + "x-ms-routing-request-id": "JAPANEAST:20230614T045955Z:2b106a97-e04e-4789-948c-730dc8fa01d6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-b918a697a1f984d1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1986e5717c965c548dc3e57bbddf020b", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-dd80e83f673b46ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "73554640135379fa67d8cfe4049930d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,126 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:35:18 GMT", + "Date": "Wed, 14 Jun 2023 04:59:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fd8f641-78fc-4873-be5f-35f4b82c77d4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "6e4bdbca-1e5c-4f6f-901c-8c38b50b0b75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053519Z:7fd8f641-78fc-4873-be5f-35f4b82c77d4" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-77c85f38a7e11987-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c4306978340e23595dc7386951c96cce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:35:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9b705a9-823c-47ec-87e0-5d2ea2f34d69", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "afff60a4-7717-434f-9bed-d6f32335472d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053552Z:e9b705a9-823c-47ec-87e0-5d2ea2f34d69" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-e1e52b9d74063d1b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "14035aacf9b90e1e303cb88a43fba0f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:36:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6881cee1-3a6e-4995-be80-6c78aa879ad1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "9f10f6c2-c236-4d74-98cb-0454d01552a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053625Z:6881cee1-3a6e-4995-be80-6c78aa879ad1" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-66d05e93b3269ee7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "89c65924241d3cc88b63bccf44ea0ac3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:36:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "defa0156-14a4-457e-bd10-1c934ed460f1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "059b48be-6dee-497b-b036-6d2d869276cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053658Z:defa0156-14a4-457e-bd10-1c934ed460f1" + "x-ms-correlation-request-id": "9cd4d569-75a1-4c0b-9601-a6cd852b675a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "e6822425-06e2-42e4-9870-ebee5e7a0e5a", + "x-ms-routing-request-id": "JAPANEAST:20230614T050000Z:9cd4d569-75a1-4c0b-9601-a6cd852b675a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-f9db8e53de77f210-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "63ce1656eddc7e514b2194d27bcfdf61", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-8b34b7d40940f1a8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e9b113dece0b2a0e112181ad9709b23d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:37:30 GMT", + "Date": "Wed, 14 Jun 2023 05:00:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50a77a69-f3c3-4750-a9b0-80e8cd7ef816", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "63ea8bc8-af84-48b6-8f90-e245fcb2163f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053731Z:50a77a69-f3c3-4750-a9b0-80e8cd7ef816" + "x-ms-correlation-request-id": "51e4b92e-7429-4fc2-b2f0-43bdc9bc1068", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "5cb05d0e-da21-45fb-b654-47b1ccf1ea23", + "x-ms-routing-request-id": "JAPANEAST:20230614T050008Z:51e4b92e-7429-4fc2-b2f0-43bdc9bc1068" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-d6b50287dbfde6bc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f8454726e30288b092c688563d4fca45", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-9300056682af2d10-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "31b6e6fee9c03c435e0461ecaa64d525", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:38:03 GMT", + "Date": "Wed, 14 Jun 2023 05:00:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0df95eaa-437d-4b97-aa2a-81ef0e708f9a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "dac339d3-37b7-45ee-9287-3026800519e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053803Z:0df95eaa-437d-4b97-aa2a-81ef0e708f9a" + "x-ms-correlation-request-id": "3cddd66a-8bcf-49bc-90e5-91988a91f400", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "dfa532cb-77c2-4400-a059-07a5665dc0d3", + "x-ms-routing-request-id": "JAPANEAST:20230614T050025Z:3cddd66a-8bcf-49bc-90e5-91988a91f400" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-639b00f3629e2152-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2d33f5313d2d361407483dfb90f5c1bc", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-c52940b4cb493f74-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "377bac5aaa29719f382b6131914de25e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:38:36 GMT", + "Date": "Wed, 14 Jun 2023 05:00:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33c48dd2-46e1-4ffb-aa7b-3f5cc4bea001", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "3e9509ab-f55b-4f5e-92ab-7636a1e3f174", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053836Z:33c48dd2-46e1-4ffb-aa7b-3f5cc4bea001" + "x-ms-correlation-request-id": "2e0a03c9-1bb1-481d-b5fa-90d79f16b2f9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "6ba7c673-2d56-4e16-b087-83678719662d", + "x-ms-routing-request-id": "JAPANEAST:20230614T050057Z:2e0a03c9-1bb1-481d-b5fa-90d79f16b2f9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-424f36443e85a597-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fca85b8312a473c16546d01564fb41fb", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-1c9588fbb1c347e0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1de59125fee2f411cf758a076d217fad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:39:09 GMT", + "Date": "Wed, 14 Jun 2023 05:01:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "436ebef8-852a-4b4d-8dd7-0b47924ffe29", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "48d6f07a-4123-4a03-832e-688c42bff0e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053909Z:436ebef8-852a-4b4d-8dd7-0b47924ffe29" + "x-ms-correlation-request-id": "9671b244-8a32-403d-9b05-5180007bc65c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "20786398-f94a-45dc-88f0-0028de531b23", + "x-ms-routing-request-id": "JAPANEAST:20230614T050129Z:9671b244-8a32-403d-9b05-5180007bc65c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-da4d222d83f24977-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "86a14e56b29ce934320ff1baa5b4f89d", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-6a28b7f9a1156d93-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ea525b4c7b8d54144744f9958711aa11", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:39:41 GMT", + "Date": "Wed, 14 Jun 2023 05:02:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa2b37b5-719b-4798-a7d9-6561f3f67ade", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "de197604-5a04-45ae-a0a3-0a391ee5c53f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T053942Z:aa2b37b5-719b-4798-a7d9-6561f3f67ade" + "x-ms-correlation-request-id": "84182d76-c02b-42b6-828c-6fbd76f76eae", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "43da4c22-6022-48ff-8ae2-927a03456097", + "x-ms-routing-request-id": "JAPANEAST:20230614T050202Z:84182d76-c02b-42b6-828c-6fbd76f76eae" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-b32e76d8afbc642d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e2d2cc05cea71fa034bfc7e76cffd10b", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-e4ec930531662660-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "19c60321b77e5b439b8667b320970416", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:40:14 GMT", + "Date": "Wed, 14 Jun 2023 05:02:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "993244ad-e3b9-456b-8eba-7aa03a595fdf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "81dd9ae2-5213-4a32-9686-0bae0be12757", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054015Z:993244ad-e3b9-456b-8eba-7aa03a595fdf" + "x-ms-correlation-request-id": "6b601d35-72af-40f2-8f10-79004c4f1c82", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "28f3bffb-2a6c-4021-8f9d-21696fc09e64", + "x-ms-routing-request-id": "JAPANEAST:20230614T050234Z:6b601d35-72af-40f2-8f10-79004c4f1c82" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-ce80f40b1dbca47c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "41a542063b53d12027bfc9952106ceb1", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-332ce5413de4cf87-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "35e5b4acf7faaad07c91d59d057c6dbe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:40:47 GMT", + "Date": "Wed, 14 Jun 2023 05:03:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "115ba4c5-4082-48f0-a8aa-e880db7d1f0b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "3d19baf1-d80f-4cd3-94c9-0a80a683242e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054048Z:115ba4c5-4082-48f0-a8aa-e880db7d1f0b" + "x-ms-correlation-request-id": "9f468fc8-d35f-4ba5-80cd-d358c4e13e60", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "afa7ed32-20b1-4a5f-841c-387131b34b3f", + "x-ms-routing-request-id": "JAPANEAST:20230614T050307Z:9f468fc8-d35f-4ba5-80cd-d358c4e13e60" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-f5ea6c83105d7f77-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9810334d5f298854ad8252dceb4d7c33", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-fbfc58440be30939-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "69e678cb655b952e18f64f07136134af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:41:21 GMT", + "Date": "Wed, 14 Jun 2023 05:03:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a216b12b-712d-4ed7-9fe8-4e82e26f3623", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "c82b071e-2aae-4c7c-bc6f-0858bfe8166f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054122Z:a216b12b-712d-4ed7-9fe8-4e82e26f3623" + "x-ms-correlation-request-id": "e96fec2a-af64-49a2-8331-db38b484eedc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "b759ca9f-2ace-45ce-9d99-f76074325f8d", + "x-ms-routing-request-id": "JAPANEAST:20230614T050339Z:e96fec2a-af64-49a2-8331-db38b484eedc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-efb3b69f366ddc1c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "62b4e53db60fca49ab00bbe8040bfd2d", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-2a23029b1898deb1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d3e8e240742c2917331b9dede1a5551f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:41:54 GMT", + "Date": "Wed, 14 Jun 2023 05:04:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b80df975-7b27-4c61-87c4-f7bb950510f2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "1051349c-02d2-4e19-9188-a0671ab1c5ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054155Z:b80df975-7b27-4c61-87c4-f7bb950510f2" + "x-ms-correlation-request-id": "b743a2d5-235c-4879-9351-adfa7d7f5f18", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "487ce066-2151-4255-a937-d0edafc7c977", + "x-ms-routing-request-id": "JAPANEAST:20230614T050411Z:b743a2d5-235c-4879-9351-adfa7d7f5f18" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-84e7e34709a8a738-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "399916f039eea7e2ed1c93d1e843e6da", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-5c3be03983713ebd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a7e8a9199bb146bb854f1d03a8c8971b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:42:27 GMT", + "Date": "Wed, 14 Jun 2023 05:04:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d01ab8c2-05f8-47ff-87c0-c23627f0ddaa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "9e5c7d3e-7383-4487-a597-7b7723855308", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054228Z:d01ab8c2-05f8-47ff-87c0-c23627f0ddaa" + "x-ms-correlation-request-id": "29ecbb8a-d627-4bda-a285-8a2952448086", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "8953b28e-3480-45b1-b231-984014e1eff5", + "x-ms-routing-request-id": "JAPANEAST:20230614T050444Z:29ecbb8a-d627-4bda-a285-8a2952448086" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-38830612f14cc9af-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3b5896426b5297a1ea45ec28a46c84a2", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-f8a13db09bc3e5cb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "235d265c9993569160bc353fc841b373", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:43:00 GMT", + "Date": "Wed, 14 Jun 2023 05:05:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c5e3928-0af0-45aa-beab-0998ccf6b66f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "b229a31d-5a40-4d0a-aa62-6e3885006116", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054301Z:1c5e3928-0af0-45aa-beab-0998ccf6b66f" + "x-ms-correlation-request-id": "0a0cacbf-cc97-4d6f-b135-b9fae1ebeb3a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "5583520f-b21f-4e76-b2b7-5bb423f0cb9e", + "x-ms-routing-request-id": "JAPANEAST:20230614T050517Z:0a0cacbf-cc97-4d6f-b135-b9fae1ebeb3a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-589bd7de838f61f8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d4ec248443b30444030c75f32278e168", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-7171d562515ee339-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "69ed2fa18c79a5fd27a24ddc5713816a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:43:33 GMT", + "Date": "Wed, 14 Jun 2023 05:05:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a717773-9f37-4d91-a245-a160e8105396", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "82b0edb8-c491-471a-a0fe-8504c688c324", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054333Z:2a717773-9f37-4d91-a245-a160e8105396" + "x-ms-correlation-request-id": "3d703d23-703c-4f96-b3ae-d5fd730ac8c1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "cba48544-d73e-4bb2-a26e-237c3d5f04b5", + "x-ms-routing-request-id": "JAPANEAST:20230614T050549Z:3d703d23-703c-4f96-b3ae-d5fd730ac8c1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-c93b96d245038c3e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6ea5e01ac1b384db74014fa84cb90281", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-d065d6286347cd03-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bb90818432477f8c179146f5657b7d43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:44:06 GMT", + "Date": "Wed, 14 Jun 2023 05:06:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39c44d93-92a3-4ee8-8e22-d5dba195e521", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "f58b9ebb-1293-4e2f-806f-e3dfc4cf60dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054406Z:39c44d93-92a3-4ee8-8e22-d5dba195e521" + "x-ms-correlation-request-id": "951eec14-ec4c-4d7b-a4b2-566596a4e367", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "755d1439-c993-4664-8664-a3dcaf897850", + "x-ms-routing-request-id": "JAPANEAST:20230614T050621Z:951eec14-ec4c-4d7b-a4b2-566596a4e367" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-c88c80f95eb19bc1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c34cf1981157ff2651533845f6ad7472", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-c9f06bb92adb1552-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7962a99c2edbd0a128b8fcf04bb5fe4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:44:39 GMT", + "Date": "Wed, 14 Jun 2023 05:06:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43c6cd85-de1d-4be0-b722-57ac44b90bed", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "03459e25-94f1-4c85-a53a-9bd3ca6cb3f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054439Z:43c6cd85-de1d-4be0-b722-57ac44b90bed" + "x-ms-correlation-request-id": "6997c9ae-33fa-48ba-94b9-aa0e543150c6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "6498e4de-afc5-4c23-98d1-2b3925936004", + "x-ms-routing-request-id": "JAPANEAST:20230614T050654Z:6997c9ae-33fa-48ba-94b9-aa0e543150c6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-c77a204f485cfa72-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c30e846415c7c2ef496760b2f49bb849", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-5be34460c2a46f43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "46bbcb3bf8b16e2ba36e51e746083fab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:45:11 GMT", + "Date": "Wed, 14 Jun 2023 05:07:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f565c0e-c17b-480e-98f9-f7cc37d36279", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "a501d174-11e6-4338-9589-2674d9dd29e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054512Z:5f565c0e-c17b-480e-98f9-f7cc37d36279" + "x-ms-correlation-request-id": "3ce0a1e4-1c20-45a9-967c-927d6a70b19c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "d138b7f3-331e-438b-8a0d-b598170ada43", + "x-ms-routing-request-id": "JAPANEAST:20230614T050726Z:3ce0a1e4-1c20-45a9-967c-927d6a70b19c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-a9101e10bca0939b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "315bf30a1d2b0810baa61d5f89968ec7", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-0c1c638be34e0522-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ae400a2408b1568fdfc0928f369b3362", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:45:44 GMT", + "Date": "Wed, 14 Jun 2023 05:07:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45c5ded6-0c1d-43e1-8153-20993b2778c5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "681bf689-8efc-476e-bf4b-c47dc8468d20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054545Z:45c5ded6-0c1d-43e1-8153-20993b2778c5" + "x-ms-correlation-request-id": "a3232ce4-b173-4909-b4ea-58b00bf06cc1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "4bc87236-2efc-42f7-8e82-d297cc694161", + "x-ms-routing-request-id": "JAPANEAST:20230614T050758Z:a3232ce4-b173-4909-b4ea-58b00bf06cc1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-b7e9ebd8f6f9dd30-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c744dc8d3fab82ba028a7af0b1730ab5", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-271519fa4539aec9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "99baf99236c0a4927df3d56cdcba8a20", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:46:17 GMT", + "Date": "Wed, 14 Jun 2023 05:08:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67803c6d-dea1-4d69-9ac4-e87d8da39145", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "c3f1d285-0aae-4b3c-9db2-170e98097de4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054618Z:67803c6d-dea1-4d69-9ac4-e87d8da39145" + "x-ms-correlation-request-id": "36a900d2-0430-4431-a58c-83c8043abe2c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "44cc7358-f691-409e-b470-3e2ad501948f", + "x-ms-routing-request-id": "JAPANEAST:20230614T050831Z:36a900d2-0430-4431-a58c-83c8043abe2c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-f8fee1c6dfe3cf17-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "023bef9b4352464674050820f88f39b2", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-51f9eb9a80d822b8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "41cb50785075329b3c6466f0659c3707", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:46:50 GMT", + "Date": "Wed, 14 Jun 2023 05:09:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f150219-7f59-47ce-9eb7-6973c6923456", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "2bb1dbee-bfd3-4f8e-b8a9-1645c26ea201", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054650Z:6f150219-7f59-47ce-9eb7-6973c6923456" + "x-ms-correlation-request-id": "8da5ac52-e39a-42c4-ab51-a950b90714f1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "01d93695-a4d6-43cd-9cc1-9c2b4a28c2ea", + "x-ms-routing-request-id": "JAPANEAST:20230614T050903Z:8da5ac52-e39a-42c4-ab51-a950b90714f1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-679c5c2d88899259-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "172499d9f057ca9d39d82ea0a3205746", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-1bc6c7db08867855-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4c54ee3aa64dedeb779b30bd32227925", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:47:22 GMT", + "Date": "Wed, 14 Jun 2023 05:09:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92a2d57b-a08d-42a4-94e7-24a97bf6112e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "f2f75161-7a47-4e7b-9963-f6f16c163ecf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054723Z:92a2d57b-a08d-42a4-94e7-24a97bf6112e" + "x-ms-correlation-request-id": "b5727cbd-4a65-42ff-89a0-c448302f4050", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "f33776d9-da74-4d61-843a-e581037cff41", + "x-ms-routing-request-id": "JAPANEAST:20230614T050936Z:b5727cbd-4a65-42ff-89a0-c448302f4050" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-2801e09eda308750-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "99c3679b8b5b4a7496fe52a536998973", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-d790c2f3b6351f0d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e6167236f1d042ed5e875d5bcfa13fe0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:47:56 GMT", + "Date": "Wed, 14 Jun 2023 05:10:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca8040e6-a1f2-45b9-a6d4-300193b0108c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "cf51b10d-1463-40ea-b4b9-58b105272df0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054756Z:ca8040e6-a1f2-45b9-a6d4-300193b0108c" + "x-ms-correlation-request-id": "ec5d3802-fc54-40db-806b-2852d97341a7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "32920508-e821-45cc-8af8-07b73cd9d667", + "x-ms-routing-request-id": "JAPANEAST:20230614T051008Z:ec5d3802-fc54-40db-806b-2852d97341a7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-1b1a9e1230f37076-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1816c750f34faa5e5170c97a15a6a353", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-2579ee8753a432d5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ed31cebb3d65d2d265ddcad920dd0019", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:48:29 GMT", + "Date": "Wed, 14 Jun 2023 05:10:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08379496-3eb4-425d-b80a-d5104496c55f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "8acdc4e8-4de0-41b5-ac31-20a85587aaf1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054830Z:08379496-3eb4-425d-b80a-d5104496c55f" + "x-ms-correlation-request-id": "eb2bff0d-1047-4c0c-8741-f7ca03c536ae", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "c43a3b05-e637-428a-bf6a-fc9c44551be1", + "x-ms-routing-request-id": "JAPANEAST:20230614T051040Z:eb2bff0d-1047-4c0c-8741-f7ca03c536ae" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-c401876346fd9b1c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9185c1ae9fcc4d5724da81589df793a0", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-efe68785082644f0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f2ba41eb518649370112edc5488f1dd5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:49:03 GMT", + "Date": "Wed, 14 Jun 2023 05:11:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42455e13-9741-4123-b2c4-6d75a86a99c3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "27c18f30-46c2-4f66-8b15-cd225c2de7f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054903Z:42455e13-9741-4123-b2c4-6d75a86a99c3" + "x-ms-correlation-request-id": "c2045cd6-9e12-4411-a60c-0479e0291a75", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "2843ab1c-d701-4000-a44a-7ae2526f210e", + "x-ms-routing-request-id": "JAPANEAST:20230614T051113Z:c2045cd6-9e12-4411-a60c-0479e0291a75" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-4cdb8bcb68ce39f9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "db50bb4e3e09a7f7081847eac2fa34ef", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-d375c24ce8f25ae8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "64014f5c8cf1f8bfa04381f227132180", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:49:35 GMT", + "Date": "Wed, 14 Jun 2023 05:11:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2005cf5c-c06e-40e7-b4c5-1e89776fbece", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "7a82084f-125a-469d-a448-db727e492112", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T054936Z:2005cf5c-c06e-40e7-b4c5-1e89776fbece" + "x-ms-correlation-request-id": "d0531988-9b57-406f-b164-1604353283d9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "9c4ba777-a90c-4cf1-b663-b9588e0eec11", + "x-ms-routing-request-id": "JAPANEAST:20230614T051145Z:d0531988-9b57-406f-b164-1604353283d9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-3f3c07e810e1e1b6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "75f7fe5af813b0a770c9f37472050c59", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-b9c5b50a4cc5d526-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8e7044864de66a5a96e8ec524f0c8ad5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:50:08 GMT", + "Date": "Wed, 14 Jun 2023 05:12:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2a08de2-90f9-4a92-b85e-d0220457dc0c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "04a919f0-d4fb-4ff7-9bee-3dc23781468c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055008Z:c2a08de2-90f9-4a92-b85e-d0220457dc0c" + "x-ms-correlation-request-id": "4bde424e-cbc0-4964-bca0-4e48556bb168", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "2716a625-b6f9-4a99-9a08-0bec4a7e97b7", + "x-ms-routing-request-id": "JAPANEAST:20230614T051217Z:4bde424e-cbc0-4964-bca0-4e48556bb168" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-b48b36a5269fbe0a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5a2b28ddc7566f4acade88b3576d8b2a", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-8552d668663a1fb4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d07df4bf9cdc5e2881c25242d04521ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:50:41 GMT", + "Date": "Wed, 14 Jun 2023 05:12:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16a522a5-2dec-41bf-a09d-d893b1c0739a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "23577e1b-e0da-49f2-b191-2f11a67cfbf3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055041Z:16a522a5-2dec-41bf-a09d-d893b1c0739a" + "x-ms-correlation-request-id": "70f697f9-a528-447c-8491-32abdf61cf74", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "c1bfcf8c-59d9-4f66-87d8-562d9ff2e035", + "x-ms-routing-request-id": "JAPANEAST:20230614T051250Z:70f697f9-a528-447c-8491-32abdf61cf74" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-f85900b2852bf17b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9efd91a51e00568c149f6b404b823502", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-2b01537bf7303641-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "033e6df08f1f0feef597cd08a06ca893", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:51:13 GMT", + "Date": "Wed, 14 Jun 2023 05:13:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2fbe8fd6-d5fb-4b9d-bddc-cc613d108eb3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "c95876af-dbbc-44bf-b0ca-c6656f796fde", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055114Z:2fbe8fd6-d5fb-4b9d-bddc-cc613d108eb3" + "x-ms-correlation-request-id": "25cc169b-74c7-4985-b34e-ad49fbd4acdd", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "a5d15be3-1539-459d-8251-bc63f578ae34", + "x-ms-routing-request-id": "JAPANEAST:20230614T051322Z:25cc169b-74c7-4985-b34e-ad49fbd4acdd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-4e55bb9df3f39b46-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "990dee0bdace9399b487ab3570f35802", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-17ac5b2d89f2cc0c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3232abb95196eaa41c110c24fa179951", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:51:47 GMT", + "Date": "Wed, 14 Jun 2023 05:13:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "185c90c3-6bb8-4a53-abe7-512d698608b0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "55ee0397-5b37-49bd-b542-53d96c85fc48", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055147Z:185c90c3-6bb8-4a53-abe7-512d698608b0" + "x-ms-correlation-request-id": "8ad00f27-f826-499c-b14e-bf0fd89531a4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "d1f9ba6c-bca9-4802-b179-4577bd863088", + "x-ms-routing-request-id": "JAPANEAST:20230614T051354Z:8ad00f27-f826-499c-b14e-bf0fd89531a4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-2bd82f2af080b124-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e0cec83e6e07be599cd545b65c0a2447", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-9aeb1f544922d93e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e261fec686cd30b5066edb44ce1fbe14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:52:19 GMT", + "Date": "Wed, 14 Jun 2023 05:14:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0db07b0-d6c3-496e-aecd-85efcc1ef1af", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "524eabbf-e384-4ac9-a455-9589ac459eb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055220Z:b0db07b0-d6c3-496e-aecd-85efcc1ef1af" + "x-ms-correlation-request-id": "58359d09-1f61-4d08-b083-eadb6123f8d0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "99d3bf91-c737-4bc6-972a-09f3301e81b6", + "x-ms-routing-request-id": "JAPANEAST:20230614T051427Z:58359d09-1f61-4d08-b083-eadb6123f8d0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-86612b9a7291971b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "69a785a8f160cb5cf76aea787357e620", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-de6f1e8bc3d2b3ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2588be1aef129f56c954e70d82ca14dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:52:52 GMT", + "Date": "Wed, 14 Jun 2023 05:14:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "921ba927-86e3-4cd3-be8b-3baa6d654e32", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "2ae56287-eff5-444b-8f8e-37644d3280b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055253Z:921ba927-86e3-4cd3-be8b-3baa6d654e32" + "x-ms-correlation-request-id": "3faa247d-acf5-4f9b-8046-4356bd7c77de", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "b2fe0b2c-0a16-4c65-b56f-142ad8ec996d", + "x-ms-routing-request-id": "JAPANEAST:20230614T051459Z:3faa247d-acf5-4f9b-8046-4356bd7c77de" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-f05ab3148bdc043c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8202684654b49dfa954efdf994e236aa", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-dd075308685f018b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a1417cfec50a33c5f6022c27755f1bfc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:53:25 GMT", + "Date": "Wed, 14 Jun 2023 05:15:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0494f36-08f3-4ad5-a928-733c2efa07fc", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "1b8affc7-dafe-49db-b347-c9e4875f8e19", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "3a3b4e27-1740-43b5-85dc-5fc6684b5b1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055325Z:c0494f36-08f3-4ad5-a928-733c2efa07fc" + "x-ms-request-id": "7a7783ee-5752-4ddd-acbd-765658378fe9", + "x-ms-routing-request-id": "JAPANEAST:20230614T051531Z:1b8affc7-dafe-49db-b347-c9e4875f8e19" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-f18f65a8997832b4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ea8c6363ef4c4ca26c03e89d83e04b44", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-a93a00b64532a11d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3c0af853748ed73ea7c219799ea8ad3b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:53:58 GMT", + "Date": "Wed, 14 Jun 2023 05:16:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45bda11c-6874-45f4-9303-095d3cb7c675", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "4860a0a0-8ded-438e-bcd4-d55e9d03c5e8", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "a7ac9088-c5e2-484e-9303-bb64095c9351", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055358Z:45bda11c-6874-45f4-9303-095d3cb7c675" + "x-ms-request-id": "28a40b4e-5728-4a37-b7bd-1ba69411004f", + "x-ms-routing-request-id": "JAPANEAST:20230614T051604Z:4860a0a0-8ded-438e-bcd4-d55e9d03c5e8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-c14b1cbddf2bfdd1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f37025eea10854928a09d411f4623615", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-84ce10684bbf0dfd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5146fd5a1cdd5409f8552f10c32e2969", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:54:30 GMT", + "Date": "Wed, 14 Jun 2023 05:16:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ddd6177-f972-4f6c-a78e-c1c0338be478", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "4de882d5-a5fa-47ed-af6f-c5174784ef61", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "422c6e4d-350c-49cf-bbab-ac9b820b4f18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055431Z:1ddd6177-f972-4f6c-a78e-c1c0338be478" + "x-ms-request-id": "b2cf4bf6-4e85-479f-a63e-0bd9ad5c3b85", + "x-ms-routing-request-id": "JAPANEAST:20230614T051636Z:4de882d5-a5fa-47ed-af6f-c5174784ef61" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-a7de65fbd23cd2ac-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0f154034fbca56d4c6b515b06b5d1ab4", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-f4775d6889213430-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8ab9ea38d8bf8a4e3e6afa48ac4c954d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:55:03 GMT", + "Date": "Wed, 14 Jun 2023 05:17:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "033eb431-6771-46b6-9082-58d42672d990", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "81a3ae0f-b924-4126-a399-db4e9b925339", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055504Z:033eb431-6771-46b6-9082-58d42672d990" + "x-ms-correlation-request-id": "d3c83c8c-98d4-4f68-9180-f5342efbe3c8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-request-id": "0fd13189-95b8-463e-9e64-8676ae67b4d3", + "x-ms-routing-request-id": "JAPANEAST:20230614T051708Z:d3c83c8c-98d4-4f68-9180-f5342efbe3c8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-6d49a2f367b1d66e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6f0ab8034271c1a1d0385f421a905809", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-23f0af14ac2870ad-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "78cdf054ca19371eeeb64339452d1478", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:55:37 GMT", + "Date": "Wed, 14 Jun 2023 05:17:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9cf9a1bf-099d-422d-8ce9-ace6b4f7da76", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "fe36e61a-f83f-485d-a3bc-e70de0ae75f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055538Z:9cf9a1bf-099d-422d-8ce9-ace6b4f7da76" + "x-ms-correlation-request-id": "cee8bddb-2130-41bd-a525-f230d9430ed6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "9e96903d-3591-4f96-a31e-23f1b9056ee1", + "x-ms-routing-request-id": "JAPANEAST:20230614T051741Z:cee8bddb-2130-41bd-a525-f230d9430ed6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-ed85be3e5e45c736-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4368d3cd3bcaf37a511a2d528ce2e82c", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-946678d3f0de757e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b340af9823ee827caebc137321c0a7ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:56:10 GMT", + "Date": "Wed, 14 Jun 2023 05:18:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e61d6f47-dc18-4167-94ae-5658cca348fb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "84a8981a-6a68-407d-9b03-c6f5b5741e59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055611Z:e61d6f47-dc18-4167-94ae-5658cca348fb" + "x-ms-correlation-request-id": "a9de2d80-16ff-4460-90ca-a1255cbb76da", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "94451087-5a56-4d95-b40c-d49987dea1ac", + "x-ms-routing-request-id": "JAPANEAST:20230614T051813Z:a9de2d80-16ff-4460-90ca-a1255cbb76da" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-e140a8ca4c270f71-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3b0e1fefc758f1a39e543e929b913c35", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-c3a30b440bc87f67-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d2bce1c0b1616e4fcc829b0994154511", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1629,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:56:44 GMT", + "Date": "Wed, 14 Jun 2023 05:18:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c1cbc31-9a2b-4fb3-bf06-a65f660a500a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "86c18fda-73d7-43ca-87aa-e51d17d35723", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055645Z:6c1cbc31-9a2b-4fb3-bf06-a65f660a500a" + "x-ms-correlation-request-id": "09ac6db2-55c6-4110-b5d7-258b6c591709", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "98668218-87d0-41ab-84dc-f86eede202f4", + "x-ms-routing-request-id": "JAPANEAST:20230614T051846Z:09ac6db2-55c6-4110-b5d7-258b6c591709" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-51722a97012e54c8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "97e30b5dd7f4c7ea3e171d57154e35ee", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-4a4bc899e1a93aaa-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fcb08156e10b305f744bc95db6ab152d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,30 +1661,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:57:18 GMT", + "Date": "Wed, 14 Jun 2023 05:19:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c324e3d-d48e-4f31-a3b3-78bca288f642", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "d0ec6028-8596-4545-b639-f2cad2fbd4c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055718Z:7c324e3d-d48e-4f31-a3b3-78bca288f642" + "x-ms-correlation-request-id": "38a0b1ad-09bb-4f26-952f-bcfb93d6cf72", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "39f1c8b1-445b-406c-ade8-8076747f2a27", + "x-ms-routing-request-id": "JAPANEAST:20230614T051918Z:38a0b1ad-09bb-4f26-952f-bcfb93d6cf72" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-093f6c2cbdf8603b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fb5333501c8205b13077a476fde857c0", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-37eca027cab5b297-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6378960e4170e61760d2e76c8872ed99", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1890,30 +1693,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:57:50 GMT", + "Date": "Wed, 14 Jun 2023 05:19:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31ae94e7-89ac-4c76-9047-93869f7a2341", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "30558e61-14a0-4fd7-a72d-bfa4d515d698", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055751Z:31ae94e7-89ac-4c76-9047-93869f7a2341" + "x-ms-correlation-request-id": "9732b651-bcda-4db9-9ef6-eb2c7134aac2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "5a6da3d7-7a52-4fd1-b464-753387be9672", + "x-ms-routing-request-id": "JAPANEAST:20230614T051950Z:9732b651-bcda-4db9-9ef6-eb2c7134aac2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-6ab2fd49b0ce2da8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "80f5f8dd50fe18373547fd40a94bdc4f", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-d3feb077561c7091-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a01d0276aa10dea0818c5e15e8f2b720", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1922,71 +1725,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:58:23 GMT", + "Date": "Wed, 14 Jun 2023 05:20:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6676ffe4-300c-4015-84c4-2cdb1498e88e", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "f3bc0e95-01ae-4ffb-a4bd-6c195aa6603a", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "f616f75c-c1df-4b41-9013-50fbfd0efffa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055823Z:6676ffe4-300c-4015-84c4-2cdb1498e88e" + "x-ms-request-id": "419276e3-d5a9-4224-9c34-506a3adb06d6", + "x-ms-routing-request-id": "JAPANEAST:20230614T052023Z:f3bc0e95-01ae-4ffb-a4bd-6c195aa6603a" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a0257dededb370b478e299d6ad1acbec-70cb2e29b3ace12f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "6841501f403e40b35add677d3273ca56", + "traceparent": "00-9fbbd732bde86bfd32877420f65693e2-066f9240d5af5330-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fefa6d6ce19c15a06aca9c39f9f3a801", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2013", + "Content-Length": "2040", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:58:24 GMT", + "Date": "Wed, 14 Jun 2023 05:20:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e665238-78c9-4d70-ab81-da75c93ee80b", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "f31da925-0c52-4ad9-ab5a-10ca919dfe20", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "f0ef2e02-b909-4bec-850b-0675235998be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055824Z:4e665238-78c9-4d70-ab81-da75c93ee80b" + "x-ms-request-id": "9d95e0be-0494-4c33-9735-04b3ac4744e2", + "x-ms-routing-request-id": "JAPANEAST:20230614T052023Z:f31da925-0c52-4ad9-ab5a-10ca919dfe20" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983", - "name": "cluster7983", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116", + "name": "cluster116", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "435c9d11-ba45-4bce-9806-46dff8d76f44", + "location": "Japan East", + "etag": "bf179f13-646e-443d-b3ae-9e9d9d19fb60", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "8e872a4322244917b0e3334f2a2aa12b", + "clusterId": "2fbaec13c8ea42a5b3796bfbc251f9e2", "computeProfile": { "roles": [ { @@ -2032,7 +1835,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T05:34:03.84", + "createdDate": "2023-06-14T04:59:48.287", "quotaInfo": { "coresUsed": 20 }, @@ -2040,13 +1843,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster7983-ssh.azurehdinsight.net", + "location": "cluster116-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster7983.azurehdinsight.net", + "location": "cluster116.azurehdinsight.net", "port": 443 } ], @@ -2057,14 +1860,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8290.blob.core.windows.net", + "name": "azstorageforcluster8753.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container2885", + "container": "container9779", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2081,55 +1885,55 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-abc5db215e1be1df917e16022bdbcb8c-451bc4c6fd0f6b2e-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1d795dbfb559ffeffb3bc53b1f715ce5", + "traceparent": "00-56e941ac0a53df799be3d1a5df70d548-0dad6cd039e5afa7-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b4e6305e758d641df699e2e4e201fe6d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2013", + "Content-Length": "2040", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 05:58:25 GMT", + "Date": "Wed, 14 Jun 2023 05:20:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3cf75da2-99dc-4857-81d4-133899855af1", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "e320eb7d-a63e-461d-95af-731509000bcc", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "25e7364a-846a-4b6c-8980-f500bcc66f04", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T055825Z:3cf75da2-99dc-4857-81d4-133899855af1" + "x-ms-request-id": "053acb43-318c-498b-b7cb-c6af9e492458", + "x-ms-routing-request-id": "JAPANEAST:20230614T052023Z:e320eb7d-a63e-461d-95af-731509000bcc" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-7612/providers/Microsoft.HDInsight/clusters/cluster7983", - "name": "cluster7983", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-6100/providers/Microsoft.HDInsight/clusters/cluster116", + "name": "cluster116", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "435c9d11-ba45-4bce-9806-46dff8d76f44", + "location": "Japan East", + "etag": "bf179f13-646e-443d-b3ae-9e9d9d19fb60", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "8e872a4322244917b0e3334f2a2aa12b", + "clusterId": "2fbaec13c8ea42a5b3796bfbc251f9e2", "computeProfile": { "roles": [ { @@ -2175,7 +1979,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T05:34:03.84", + "createdDate": "2023-06-14T04:59:48.287", "quotaInfo": { "coresUsed": 20 }, @@ -2183,13 +1987,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster7983-ssh.azurehdinsight.net", + "location": "cluster116-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster7983.azurehdinsight.net", + "location": "cluster116.azurehdinsight.net", "port": 443 } ], @@ -2200,14 +2004,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster8290.blob.core.windows.net", + "name": "azstorageforcluster8753.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container2885", + "container": "container9779", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2225,9 +2030,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "451999778", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "962819883", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetExtension.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetExtension.json index 724ba2381514..61edcfa59529 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetExtension.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetExtension.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c2190852194b678a9b90f9d7a090a0ef-5276987dee5eadc7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "66fb09fcbd835e0cd6de18c61acd466a", + "traceparent": "00-24cb58f92dc95b29f4605e9235a4fec7-1931bbf67d586541-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3c42065f29e5ea8a269053e3aaab70e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 10:58:13 GMT", + "Date": "Wed, 14 Jun 2023 07:56:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "244dd506-06fd-44d6-b57f-a4051f72341d", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "244dd506-06fd-44d6-b57f-a4051f72341d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T105814Z:244dd506-06fd-44d6-b57f-a4051f72341d" + "x-ms-correlation-request-id": "3aa6453e-315c-4a22-a204-23ce1f93ec29", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "3aa6453e-315c-4a22-a204-23ce1f93ec29", + "x-ms-routing-request-id": "JAPANEAST:20230614T075607Z:3aa6453e-315c-4a22-a204-23ce1f93ec29" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-5540?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-8032?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-9ffabfa695317bf862c076bfaf2f31d3-fbe970df5fc12508-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2f8aed5051e90a2b9a65bb4874cb3738", + "traceparent": "00-966a77bbf7d7e5187d161bcfb4ecf21f-af8ffcfd94c4ade4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "25b41f5e677075869b358dbbfa8d4303", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 10:58:18 GMT", + "Date": "Wed, 14 Jun 2023 07:56:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10c2442a-a2fc-4cf9-bbdb-b40d995ef0cc", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "10c2442a-a2fc-4cf9-bbdb-b40d995ef0cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T105819Z:10c2442a-a2fc-4cf9-bbdb-b40d995ef0cc" + "x-ms-correlation-request-id": "37e04311-1d9f-4d29-a68f-9758bf87714a", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "37e04311-1d9f-4d29-a68f-9758bf87714a", + "x-ms-routing-request-id": "JAPANEAST:20230614T075607Z:37e04311-1d9f-4d29-a68f-9758bf87714a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540", - "name": "HDInsightRG-5540", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032", + "name": "HDInsightRG-8032", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-4ea93026e6627123-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "68dc6cb3e008643988f6ddd8ad87b0dd", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-62b6b3a4b27eee98-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5f2085beb63bee47b981a1343b417af6", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6833.blob.core.windows.net", + "name": "azstorageforcluster5077.blob.core.windows.net", "isDefault": true, - "container": "container6307", + "container": "container1699", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1803", + "Content-Length": "1833", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 10:59:02 GMT", - "ETag": "\u00223ffa9395-eedc-4b6c-a842-9a7a61271c40\u0022", + "Date": "Wed, 14 Jun 2023 07:56:37 GMT", + "ETag": "\u002283ba8a65-34cf-4697-81c6-018ea874be2c\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2983a14d-76d4-47bf-b233-9f4b477f0d83", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "5d660a45-c0e8-4f90-9d21-562f75f07da1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T105902Z:2983a14d-76d4-47bf-b233-9f4b477f0d83" + "x-ms-correlation-request-id": "4946eaaa-acb8-4f62-af3e-e69e36495b65", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "db74093c-293f-41a5-8617-c4d9d43cdec4", + "x-ms-routing-request-id": "JAPANEAST:20230614T075638Z:4946eaaa-acb8-4f62-af3e-e69e36495b65" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265", - "name": "cluster2265", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800", + "name": "cluster4800", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "3ffa9395-eedc-4b6c-a842-9a7a61271c40", + "location": "Japan East", + "etag": "83ba8a65-34cf-4697-81c6-018ea874be2c", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "ba2291f141964cc091a5b809f04b7420", + "clusterId": "69ace31c1b9d4d08aa0c62f486139ba8", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T10:59:00.003", + "createdDate": "2023-06-14T07:56:38.043", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6833.blob.core.windows.net", + "name": "azstorageforcluster5077.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container6307", + "container": "container1699", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,173 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-1b3d5e8fb1e657dc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e4d6f1236b728a8feeec2900aea5a747", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 10:59:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eeff2162-8b7d-49bf-b806-4dd7fe00e4cc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "a5a4b4ee-d44e-46b9-a880-aa29793c0b4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T105903Z:eeff2162-8b7d-49bf-b806-4dd7fe00e4cc" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-736edc6223f979fd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b57927d8bf337b75e3d6761f095500e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 10:59:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8bf2830-6d43-4cb7-bf49-1d9366964362", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "8256c3ed-31a4-4572-8cfa-170229dfcb19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T105905Z:f8bf2830-6d43-4cb7-bf49-1d9366964362" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-8ed6815ee6de0e0a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bcb50a00cbb13f6a9cf0e34f0e88574c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 10:59:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be4680d5-5556-4abc-8fa2-1a1df5c6457d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "aeb12f78-d4c0-46d4-b03c-99cc39b8e1f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T105907Z:be4680d5-5556-4abc-8fa2-1a1df5c6457d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-99ce5753e655a17c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3c0a8f414028649f7b5a019bf46f8098", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 10:59:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fa5373c-f7ce-4cff-924e-5d682083b4d7", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "262d501d-a96f-4860-acf9-ea3127d1af9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T105909Z:1fa5373c-f7ce-4cff-924e-5d682083b4d7" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-2d28a33ecca3a5eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a40044eceaef0c96bc391842db266c5b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 10:59:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e5d39ce-5250-4c2f-8ff7-f568f80fee50", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "1a668210-8d7d-4af5-bceb-afc3c8bd61eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T105912Z:4e5d39ce-5250-4c2f-8ff7-f568f80fee50" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-26b5c3aa1bb8464c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7ade2a7fc34abfbc6a514156cace4a2c", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-2f23fe16ad4e3775-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "173ab6721373b44b9d0228fb8e0ec700", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -482,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 10:59:16 GMT", + "Date": "Wed, 14 Jun 2023 07:56:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "662ca2df-2ba8-434f-a711-32f568e25eae", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "d1f92f05-b25f-4c11-833a-fa4320c9298a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T105917Z:662ca2df-2ba8-434f-a711-32f568e25eae" + "x-ms-correlation-request-id": "aeff7439-5baf-4942-a2c6-72da25fd0149", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "515872f4-3bdf-4e59-8694-be7e3ea7b5a4", + "x-ms-routing-request-id": "JAPANEAST:20230614T075638Z:aeff7439-5baf-4942-a2c6-72da25fd0149" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-1e75a3898898e589-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ca634a70b388575cf9fe80ef285c8855", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-6af9f31f22dad312-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c99d15cd7e4c8260dd2d5c85d81fa2c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 10:59:25 GMT", + "Date": "Wed, 14 Jun 2023 07:56:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8dd73b7-173b-46ad-acc1-68266b018801", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "1e22b8ec-b97e-49a9-b3b4-0e7c274710df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T105925Z:f8dd73b7-173b-46ad-acc1-68266b018801" + "x-ms-correlation-request-id": "e64421f0-6f39-4822-82b8-e704d542d305", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "65090ff8-fac0-4691-9c59-bcd3943aa882", + "x-ms-routing-request-id": "JAPANEAST:20230614T075640Z:e64421f0-6f39-4822-82b8-e704d542d305" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-d3d9a685a25b0aaf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ca1ca5ee0691284d8740399da83f42ed", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-1a30bac8598c3cf4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "85c2f33f63069283052a549f13ab64f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 10:59:42 GMT", + "Date": "Wed, 14 Jun 2023 07:56:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1257a74f-7ac6-4e35-ae58-443dd6e11310", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "3f662ffb-c998-4b94-8a2d-3879082a1ead", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T105942Z:1257a74f-7ac6-4e35-ae58-443dd6e11310" + "x-ms-correlation-request-id": "fde8af96-9fa2-49ed-b3e9-226236938b44", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "214b2895-4f30-477c-b710-02f4fbbfe19a", + "x-ms-routing-request-id": "JAPANEAST:20230614T075641Z:fde8af96-9fa2-49ed-b3e9-226236938b44" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-413cea1140a890aa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "90d2ebefa2c2ccd3ce87804c43cd970e", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-f03204853ccbf9cd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "375bddee775bf46156b83946b7c6dc7d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:00:15 GMT", + "Date": "Wed, 14 Jun 2023 07:56:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a09b13ba-aaf2-477c-8a08-7812cdcda316", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "1f118e81-2241-4ab4-b0a2-a09aaa9093b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110015Z:a09b13ba-aaf2-477c-8a08-7812cdcda316" + "x-ms-correlation-request-id": "98a5aec8-497e-4d58-b1eb-97abf4d2687f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "dbfa3551-6c3e-45bb-bd20-ce890165e79e", + "x-ms-routing-request-id": "JAPANEAST:20230614T075643Z:98a5aec8-497e-4d58-b1eb-97abf4d2687f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-fae857947d1afd0c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2468ecc980b2699afd3a42477abeaeb9", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-a57027e406110442-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9bbc675f424b6afa920ac42229c06e32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:00:48 GMT", + "Date": "Wed, 14 Jun 2023 07:56:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "053411db-b349-4104-a3f6-730fbf4c5a80", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "0b12aced-823d-46f0-a74e-2401a738b528", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110048Z:053411db-b349-4104-a3f6-730fbf4c5a80" + "x-ms-correlation-request-id": "c8924f27-f4a3-42ec-8f65-6c387990c1f8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "8759b9d1-eaa3-4e5c-b016-8d839092be1f", + "x-ms-routing-request-id": "JAPANEAST:20230614T075645Z:c8924f27-f4a3-42ec-8f65-6c387990c1f8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-ca36fbbfe6018b42-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3cff92bcf78a4b92d250fc0a8601e4b9", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-fd381cc85f450bc7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fb9667c86bc4c86591ce2f4d293cdb3f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:01:22 GMT", + "Date": "Wed, 14 Jun 2023 07:56:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c638596d-8d0e-43ad-9a1f-14530a5af401", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "03b11b21-6908-4f86-9bd8-8c15821fd611", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110122Z:c638596d-8d0e-43ad-9a1f-14530a5af401" + "x-ms-correlation-request-id": "6a940ef3-c931-4767-8858-18d1f7ac68aa", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "03d38be8-b29e-4fd6-aa6b-614625eb1824", + "x-ms-routing-request-id": "JAPANEAST:20230614T075649Z:6a940ef3-c931-4767-8858-18d1f7ac68aa" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-da1955fb413d0492-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bcd42aa91dd76e3b51689387608b510f", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-b03890cd33219316-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ab3fd64ec9efaca9e2f0a550b33fca95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:01:55 GMT", + "Date": "Wed, 14 Jun 2023 07:56:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a43d10cb-d340-4293-bc1e-0be2006cfc9c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "d297e4db-4e93-48ec-b31d-bb50eec7417f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110155Z:a43d10cb-d340-4293-bc1e-0be2006cfc9c" + "x-ms-correlation-request-id": "d972b440-fcc6-4240-bc36-37d5712e31f1", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "1d71a0a9-4ebb-4268-be88-d4913bfda8d8", + "x-ms-routing-request-id": "JAPANEAST:20230614T075658Z:d972b440-fcc6-4240-bc36-37d5712e31f1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-724c37d4412c6691-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b190c6d85acdd183591c51628490e3fb", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-54599f0ecbb32401-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "507d074ae02ff4b902f3097d13ad4055", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:02:28 GMT", + "Date": "Wed, 14 Jun 2023 07:57:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3de31479-993b-4006-9f44-d300bff491df", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "35c81ddc-01ba-46c3-b8bf-dea7d8fe93cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110228Z:3de31479-993b-4006-9f44-d300bff491df" + "x-ms-correlation-request-id": "45e34fab-7512-4c71-9ead-312b8e6a43c4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "8e99d7a5-04bd-4f79-9e5b-3efa7244a7ef", + "x-ms-routing-request-id": "JAPANEAST:20230614T075714Z:45e34fab-7512-4c71-9ead-312b8e6a43c4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-b6274f3d09c671dc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4f9e8956f1e99ee15791eb21630aeb47", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-76595c33047e3caf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "53d3852fc381fe42beea19d3c6141451", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -738,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:03:00 GMT", + "Date": "Wed, 14 Jun 2023 07:57:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b60916ad-6b32-4b35-b3d9-b4ae8cc1a56a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "426b7499-eccc-4176-b725-8c079ac0209e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110301Z:b60916ad-6b32-4b35-b3d9-b4ae8cc1a56a" + "x-ms-correlation-request-id": "fadea1c6-f318-46f7-a37b-146bb2d6f884", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "3e7c4e59-9a3d-4b71-9c43-57332564d6f7", + "x-ms-routing-request-id": "JAPANEAST:20230614T075746Z:fadea1c6-f318-46f7-a37b-146bb2d6f884" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-230242b25a29ff6a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bf31ecfe33704eeba70362baccd8e9c1", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-df1c7625b85a8772-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "220399048abe6e101c4ba9fbc02b9935", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -770,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:03:33 GMT", + "Date": "Wed, 14 Jun 2023 07:58:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e4c42fa-f717-47ba-86f7-66413af6e8cc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "5f4ba70a-0d96-4d28-8f9c-005cf549bbab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110334Z:4e4c42fa-f717-47ba-86f7-66413af6e8cc" + "x-ms-correlation-request-id": "18ff5fc1-e961-48cb-8b9a-1050f5dc20ce", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11823", + "x-ms-request-id": "653033ac-6d26-4be8-8c0b-33c6af2d34e3", + "x-ms-routing-request-id": "JAPANEAST:20230614T075819Z:18ff5fc1-e961-48cb-8b9a-1050f5dc20ce" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-6d3a32c9287f8b45-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d731988502ede625e4f25a3c6f626d4e", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-e4fd4ea43b96e8df-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2e204fb0776b8713c47f9245c6e62ded", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -802,30 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:04:07 GMT", + "Date": "Wed, 14 Jun 2023 07:58:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2668bdc3-38b2-434b-98c4-ee0d027ee101", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "7d2a7a5c-2ec9-4c97-9a6f-7e2939625393", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110407Z:2668bdc3-38b2-434b-98c4-ee0d027ee101" + "x-ms-correlation-request-id": "4191d04e-1ef9-4ae7-8169-f104921b1c41", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11822", + "x-ms-request-id": "2cf928dd-155e-4640-bae7-d835838184b1", + "x-ms-routing-request-id": "JAPANEAST:20230614T075851Z:4191d04e-1ef9-4ae7-8169-f104921b1c41" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-9d04311b915b8ef0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "98640a31235e228b9d4fa8e68f26d27e", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-b6c4f7bea7b6d67f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7979b7de1eaaa596756536361a473e92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -834,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:04:39 GMT", + "Date": "Wed, 14 Jun 2023 07:59:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f290ce9f-cc2f-41b6-93b0-237c089259ae", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "1d2cd43f-b3d6-4054-8931-906ddd860408", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110440Z:f290ce9f-cc2f-41b6-93b0-237c089259ae" + "x-ms-correlation-request-id": "a127699d-15b3-4202-827f-5bb527a09694", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11821", + "x-ms-request-id": "7e561198-ec58-4ae4-aa60-3a88788c2246", + "x-ms-routing-request-id": "JAPANEAST:20230614T075923Z:a127699d-15b3-4202-827f-5bb527a09694" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-a674dd8678f242df-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cb9c2aa814d9fb59c64bda7ed9afdf44", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-de83b89e8a1bd3f0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7622e350e6f48de6857b5d3ff8caa736", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:05:13 GMT", + "Date": "Wed, 14 Jun 2023 07:59:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f777eb26-f8fe-4f93-bc96-805f6dcbf798", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "e4c244bf-3220-4ffa-b2b6-a0c0041178ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110513Z:f777eb26-f8fe-4f93-bc96-805f6dcbf798" + "x-ms-correlation-request-id": "6f41d91d-9878-4235-add1-cf38dd2b2075", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11820", + "x-ms-request-id": "8e95615b-4406-4152-929f-cc728376ab29", + "x-ms-routing-request-id": "JAPANEAST:20230614T075956Z:6f41d91d-9878-4235-add1-cf38dd2b2075" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-c150b699093ec42c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c2891395517361620c0e399e5a3e57bd", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-7811f19af1944ed3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "081cbb1d1fb2928bb97bb90640dd6d7d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:05:45 GMT", + "Date": "Wed, 14 Jun 2023 08:00:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09f522b6-4617-4615-9c1b-6aea810e4492", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "a1a92f3c-0ae4-4e87-8a38-0dc1972cd523", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110546Z:09f522b6-4617-4615-9c1b-6aea810e4492" + "x-ms-correlation-request-id": "9c0e9a99-b3b0-4d05-a827-308ccbc8a8c6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "80962c56-a202-43d2-a046-77c49db996a4", + "x-ms-routing-request-id": "JAPANEAST:20230614T080028Z:9c0e9a99-b3b0-4d05-a827-308ccbc8a8c6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-9e282730120164a0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4594db1fa2c61d75b069d113490c49ed", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-50b93b5ebd422b49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e3f4ff40b7c3f8f9d1ecf32ec057acaa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:06:20 GMT", + "Date": "Wed, 14 Jun 2023 08:01:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ecdc512-a52c-40be-b9da-0e2fcc81d2c3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "19d5698d-2985-4a3f-b3af-ef4640d4a5db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110620Z:7ecdc512-a52c-40be-b9da-0e2fcc81d2c3" + "x-ms-correlation-request-id": "5ace242e-4b8f-4198-8dbb-328ce7576559", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "494a6c22-50c3-46ab-8449-583c4799593f", + "x-ms-routing-request-id": "JAPANEAST:20230614T080100Z:5ace242e-4b8f-4198-8dbb-328ce7576559" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-6106cab75d1d5918-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "7c51636f109d560bc73bbecadabba087", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-5e2d8c498e42048a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5e19ffbe352a31e05890bd782ddf4ca8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:06:52 GMT", + "Date": "Wed, 14 Jun 2023 08:01:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ae3178a-b69d-4e8b-b7ed-7c11fe14f6f2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "dc38d950-868e-4be1-b187-30eedd563854", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110653Z:1ae3178a-b69d-4e8b-b7ed-7c11fe14f6f2" + "x-ms-correlation-request-id": "7781dc4d-2bb0-4e7a-a1e8-6e2eb654d8bc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "310bce48-aa7c-4d4f-b64e-374ef3cecbfa", + "x-ms-routing-request-id": "JAPANEAST:20230614T080133Z:7781dc4d-2bb0-4e7a-a1e8-6e2eb654d8bc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-8199b81bda570b04-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fd5e1df39a1bf27e9d6b110a7f4f1800", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-52da5502e4bd40c8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f9fedf0ec4d66572c22437c52c5dd161", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:07:25 GMT", + "Date": "Wed, 14 Jun 2023 08:02:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85edb4d4-e866-48e5-9ceb-252c795424e1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "b46666f2-e4f5-4476-86b3-a8989b1c8fa7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110726Z:85edb4d4-e866-48e5-9ceb-252c795424e1" + "x-ms-correlation-request-id": "c07f5f2c-cf62-4de1-a35c-cb622ff99dde", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "39e3c4cd-9e80-426f-9377-c3278f66374f", + "x-ms-routing-request-id": "JAPANEAST:20230614T080205Z:c07f5f2c-cf62-4de1-a35c-cb622ff99dde" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-4d45449db39bd978-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f72e4cc5dbed0f20d03d7d8be3ab43f4", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-66b9832d7fc3fd3b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "40480ece0ec40a531ec38a33f980caf1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:07:58 GMT", + "Date": "Wed, 14 Jun 2023 08:02:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e02887bd-8914-4b04-8e9b-edc380da313b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "899129c7-a146-4405-8472-1de79225cb6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110758Z:e02887bd-8914-4b04-8e9b-edc380da313b" + "x-ms-correlation-request-id": "470a560d-d56c-46cd-b3b2-67579052b8a7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "bb33a032-5ff2-40ae-892d-0a19e8036265", + "x-ms-routing-request-id": "JAPANEAST:20230614T080238Z:470a560d-d56c-46cd-b3b2-67579052b8a7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-38c69c4513fcbf59-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2b1f49c84badd5d1e45ede32fe00d777", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-a2c178b8cdf7c473-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e1204ba0b358fad38db39c06fe1a04fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:08:31 GMT", + "Date": "Wed, 14 Jun 2023 08:03:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ae84722-ffbf-46be-8979-3fdbc4cedc2d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "bd769d3a-e5b5-4d51-a860-fff0f0288090", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110831Z:2ae84722-ffbf-46be-8979-3fdbc4cedc2d" + "x-ms-correlation-request-id": "f8f16b11-3cdf-426c-ad4d-ab8813b63ee4", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "09816496-0d4d-45b5-930a-0553dcfb51a3", + "x-ms-routing-request-id": "JAPANEAST:20230614T080310Z:f8f16b11-3cdf-426c-ad4d-ab8813b63ee4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-70ca8b4cfaf2d78f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8e05be22a98d189afd4f2dde1cf30ff2", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-9882b46ca9da0078-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1ea95bbf0b97ffe38bf3da13393f6b42", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:09:03 GMT", + "Date": "Wed, 14 Jun 2023 08:03:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b395e25-8a6d-46d0-b40c-ae6ecaf62274", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "fce4596a-e251-4481-8d26-9de2d46c65f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110904Z:3b395e25-8a6d-46d0-b40c-ae6ecaf62274" + "x-ms-correlation-request-id": "fd1bd454-4efb-47ee-9c22-39d0aad10936", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "52f4f53f-17e4-40ab-9168-2143c4475293", + "x-ms-routing-request-id": "JAPANEAST:20230614T080342Z:fd1bd454-4efb-47ee-9c22-39d0aad10936" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-6f760efdd1c0cc01-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "35421d27ec3079527a59128efced11cf", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-acf6e5df73536f8c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e025455aef3c1b093a4db311724d0c04", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:09:37 GMT", + "Date": "Wed, 14 Jun 2023 08:04:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0134a411-5dee-48d8-9a56-0741d7d50665", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "b3e44223-e8d6-48fe-8c71-03bfe58fb162", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T110937Z:0134a411-5dee-48d8-9a56-0741d7d50665" + "x-ms-correlation-request-id": "48f8e076-79dd-4081-bbde-222fcea0af14", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "06a7d03c-78ea-4257-b44d-318c4fe71fae", + "x-ms-routing-request-id": "JAPANEAST:20230614T080415Z:48f8e076-79dd-4081-bbde-222fcea0af14" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-06b954f50cbd4952-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "24680565b5a61e67af062e5e1df3b8f1", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-df6633703d36b8e8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9e738fbeabd6945a67205564d9c0c04e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:10:09 GMT", + "Date": "Wed, 14 Jun 2023 08:04:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5a93958-881e-4440-b795-3a698cc5f67c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "17fdc364-85d3-4727-9ddc-c001cdb90eb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111010Z:b5a93958-881e-4440-b795-3a698cc5f67c" + "x-ms-correlation-request-id": "50314d24-3d31-455a-a9fa-017294f05872", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "54a64a4b-f6e4-4edd-81ee-81ca03995680", + "x-ms-routing-request-id": "JAPANEAST:20230614T080447Z:50314d24-3d31-455a-a9fa-017294f05872" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-e146799b368e3792-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e00aeb4fa1be36476c8b1334970c1b0f", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-ae1acf91e874d62c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b9ab5a4724f5cfbe528ee34957d28c3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:10:42 GMT", + "Date": "Wed, 14 Jun 2023 08:05:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c53728ee-ea53-4e48-82c8-587ebbd7f26a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "f339472d-0faa-4936-8b08-4fef72af94bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111042Z:c53728ee-ea53-4e48-82c8-587ebbd7f26a" + "x-ms-correlation-request-id": "8e6dc7c6-499a-4de1-a9d5-9eb90fbabaad", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "e865e995-8f36-4fb3-b72b-d30b87be3be2", + "x-ms-routing-request-id": "JAPANEAST:20230614T080520Z:8e6dc7c6-499a-4de1-a9d5-9eb90fbabaad" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-9d9b639a4e4eacc7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "17785d3eea8b724cb6238629bdf35b87", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-ab81791c01daf443-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a954d6e7cdcbae6beb90791c9aa4427a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:11:16 GMT", + "Date": "Wed, 14 Jun 2023 08:05:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3aedff03-0d97-4110-98ae-a67e9817abd6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "dbf740c0-1992-4369-a5d5-2966a95a6479", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111116Z:3aedff03-0d97-4110-98ae-a67e9817abd6" + "x-ms-correlation-request-id": "20fa0621-fb08-4150-a146-c8855e8f9e12", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "c7e18588-85d9-4511-b4aa-28eaa94f2f26", + "x-ms-routing-request-id": "JAPANEAST:20230614T080552Z:20fa0621-fb08-4150-a146-c8855e8f9e12" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-98cb52a8d934980e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "113f20a030e3c411bd31b81aa13287a3", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-83d7579fa02cf234-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "18c9658d52a19a0ed1a44c48c7103c94", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:11:48 GMT", + "Date": "Wed, 14 Jun 2023 08:06:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e02a844b-d4fc-4f54-be58-f078431d08da", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "9bd18fcd-6958-4f1f-8cff-3e74105e2b0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111149Z:e02a844b-d4fc-4f54-be58-f078431d08da" + "x-ms-correlation-request-id": "460a1931-e3b6-437f-b927-db9451eba738", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "0194979f-757a-4d40-a574-b9019f79c16b", + "x-ms-routing-request-id": "JAPANEAST:20230614T080624Z:460a1931-e3b6-437f-b927-db9451eba738" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-0ee238a5f3bb11a6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "bf201feaa07a64669e982a9b1b1e7878", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-6bf5a03bacd09cb5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "037d1693166c7983eefdce64aaa235ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:12:21 GMT", + "Date": "Wed, 14 Jun 2023 08:06:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fb7d0fc-891d-4f83-97e7-af91cf6b7c7a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "e6ed8d5e-772f-4571-aa6e-6c0669093e11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111222Z:5fb7d0fc-891d-4f83-97e7-af91cf6b7c7a" + "x-ms-correlation-request-id": "60d7da54-2265-42b9-a104-ec53755bd593", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "64a087f4-e04d-4058-9ca4-5dc7acb044f5", + "x-ms-routing-request-id": "JAPANEAST:20230614T080657Z:60d7da54-2265-42b9-a104-ec53755bd593" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-91062127e2d6ed57-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "76938c2f0acc0d2c4cb459593231d083", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-4368e5cbb46992e8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f2bc694b7409949dc7bad8268123e7db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:12:56 GMT", + "Date": "Wed, 14 Jun 2023 08:07:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "789f48e3-f6e4-44a9-9978-8e4abc3c4675", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "8686eb5f-cdd7-4121-85fe-a135afca53d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111256Z:789f48e3-f6e4-44a9-9978-8e4abc3c4675" + "x-ms-correlation-request-id": "a8834913-fa93-4820-9556-e90779feba42", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "800db08b-b532-40e8-8855-c9367e74ce48", + "x-ms-routing-request-id": "JAPANEAST:20230614T080729Z:a8834913-fa93-4820-9556-e90779feba42" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-2ac22329cc646d92-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9e3ee39b9bd2ff0cbada724a0576a99f", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-92e1499fa7c64e79-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8388e4533f26760de14f29a484a9ef2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:13:28 GMT", + "Date": "Wed, 14 Jun 2023 08:08:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54970708-05cb-434f-9543-259fc5e94daf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "6f406810-bc11-412c-8e12-2f8b37f52653", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111329Z:54970708-05cb-434f-9543-259fc5e94daf" + "x-ms-correlation-request-id": "1a715827-458e-4913-85dc-5be1037892f8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "9e14277c-0779-419f-9721-07a90edbf614", + "x-ms-routing-request-id": "JAPANEAST:20230614T080801Z:1a715827-458e-4913-85dc-5be1037892f8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-4d7cc9a91c2e0180-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "15eb3fb8119fe0d6f21273c6470c316c", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-733d2213db702889-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5dfc9e6f49531f8b79e83bb23d5cf7ca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:14:01 GMT", + "Date": "Wed, 14 Jun 2023 08:08:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "310dff3c-23a5-4d9a-9f50-5f97005a1167", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "09e116da-43c4-425d-9da8-2c8363847817", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111402Z:310dff3c-23a5-4d9a-9f50-5f97005a1167" + "x-ms-correlation-request-id": "9cb19618-607f-45fb-9dad-03cf1bc3bed6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "12abb38f-b491-47ac-8dfd-3a81a0641cd4", + "x-ms-routing-request-id": "JAPANEAST:20230614T080834Z:9cb19618-607f-45fb-9dad-03cf1bc3bed6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-f44af6b8d7aa75f3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "37ffa7c7dadf93a67f93bbf197e108d6", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-4a40d8ed6b36b5f8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c611f316b2190c865b4611b94af9101d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:14:33 GMT", + "Date": "Wed, 14 Jun 2023 08:09:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a0f85d4-2013-409f-a979-80a8a0583885", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "4cf84dbc-a21e-4e30-9084-3adc3864367f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111434Z:9a0f85d4-2013-409f-a979-80a8a0583885" + "x-ms-correlation-request-id": "7ce24152-ff92-4c19-8b1b-f7a52f77ccc3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "e983f943-f02a-4d85-9bba-412f368fdd85", + "x-ms-routing-request-id": "JAPANEAST:20230614T080906Z:7ce24152-ff92-4c19-8b1b-f7a52f77ccc3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-e8614db71381239f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f3a0b90abb468ae30c5eabbf2846b8ad", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-0924662061cdc37b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e3b7aaca892709875869093e035b3885", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:15:07 GMT", + "Date": "Wed, 14 Jun 2023 08:09:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2016942a-dd1a-432e-ad79-de974b579ef5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "714f8a95-28c3-404e-a3ae-e7fc2ec673d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111507Z:2016942a-dd1a-432e-ad79-de974b579ef5" + "x-ms-correlation-request-id": "d3efe61f-b89c-41a3-ab39-58aa1f7b4cc6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11824", + "x-ms-request-id": "d1cb2c82-4007-406f-842a-be89e853ea58", + "x-ms-routing-request-id": "JAPANEAST:20230614T080939Z:d3efe61f-b89c-41a3-ab39-58aa1f7b4cc6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-527e7e75b5a273e7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5e8305a97176dec09958950c55e44811", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-8fb03e2d87286e1a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "918d5f572898bc1517f0010d38d2d480", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:15:39 GMT", + "Date": "Wed, 14 Jun 2023 08:10:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08a19f26-407d-41bd-8f58-bfc07bd9b4ca", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "2827c2ae-f2a5-4628-9ecc-ab80c1bb6dcc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111540Z:08a19f26-407d-41bd-8f58-bfc07bd9b4ca" + "x-ms-correlation-request-id": "7d020159-09a2-484d-8ae3-b19806c59bb9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11833", + "x-ms-request-id": "01e6dd22-8ceb-4e6c-8e42-b9583992eb9d", + "x-ms-routing-request-id": "JAPANEAST:20230614T081011Z:7d020159-09a2-484d-8ae3-b19806c59bb9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-ad7d21d96a08e521-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8dbb9c0a3d6c0c26c3752b812fe66a39", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-2ce0d38ec749aea9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "93e71ed714a48da36b076eb0a84808ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:16:12 GMT", + "Date": "Wed, 14 Jun 2023 08:10:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b419a5ca-e01a-4b54-9d5e-1a72bde9840e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "71fec239-4fb9-4644-b3bd-b2aa9ea13394", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111613Z:b419a5ca-e01a-4b54-9d5e-1a72bde9840e" + "x-ms-correlation-request-id": "07e4f35a-ce25-4815-a247-39b825152907", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11832", + "x-ms-request-id": "2d7aa6a5-65da-4958-81a5-144f9994f1f8", + "x-ms-routing-request-id": "JAPANEAST:20230614T081043Z:07e4f35a-ce25-4815-a247-39b825152907" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-4600dfcc0b8527da-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "92480edaa95e9960f9c25aee26d73527", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-c2bdd8e9b1dd26b2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eb618b0d7f6ba18494facb368779d185", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:16:45 GMT", + "Date": "Wed, 14 Jun 2023 08:11:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c228ee93-35c6-4160-8b0f-d93b8b10dcdf", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "cc75f53e-87bf-41d9-8a4d-b7d54bab20c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111646Z:c228ee93-35c6-4160-8b0f-d93b8b10dcdf" + "x-ms-correlation-request-id": "4f3ba041-58b1-4d4a-abe7-a7005cdc6be0", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11831", + "x-ms-request-id": "866f02c4-7f72-4b17-b2de-5f6d7f72fc8f", + "x-ms-routing-request-id": "JAPANEAST:20230614T081116Z:4f3ba041-58b1-4d4a-abe7-a7005cdc6be0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-0eb81786af6a2cc8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8bb599152a8a6b40df779b01453faeb2", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-bf461d617d68bacd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e5668894a47443e0bb002591ba6413cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:17:18 GMT", + "Date": "Wed, 14 Jun 2023 08:11:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62b68d5e-ca50-48a7-a84b-031c01b161b3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "633794a6-dba1-4b75-9f4a-27d5aa2c433f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111718Z:62b68d5e-ca50-48a7-a84b-031c01b161b3" + "x-ms-correlation-request-id": "80f92c02-47c3-4b91-96c9-3bd84495a374", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11830", + "x-ms-request-id": "b29c2b76-2afe-4dce-bd4b-70a421dafe61", + "x-ms-routing-request-id": "JAPANEAST:20230614T081148Z:80f92c02-47c3-4b91-96c9-3bd84495a374" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-19a2aeb993570971-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "46315bedb69c61b33c2294aae338e6eb", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-44a761840ed6a42a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ad0002e8e97158159945fea9486d05f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:17:52 GMT", + "Date": "Wed, 14 Jun 2023 08:12:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1291422f-26bc-4671-b965-5803181a9f2f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "0aa888dd-742e-4bd1-8f03-32aee478c2b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111752Z:1291422f-26bc-4671-b965-5803181a9f2f" + "x-ms-correlation-request-id": "147c6323-a27a-4f83-83ab-34d4840679a2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11829", + "x-ms-request-id": "1b807588-c94d-4afd-be2f-9516a2a70228", + "x-ms-routing-request-id": "JAPANEAST:20230614T081221Z:147c6323-a27a-4f83-83ab-34d4840679a2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-56940f8f8782bd36-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "956b0340df31b0afcddcb2e60d5e53b9", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-ef4e34417222501e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "201ce83622e1688baa1d306a5af3e730", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:18:25 GMT", + "Date": "Wed, 14 Jun 2023 08:12:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "698c0064-d227-42e0-a5e0-9506ae3f57f5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "28153aa1-0980-42a5-bfa6-cb1c4a025491", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111825Z:698c0064-d227-42e0-a5e0-9506ae3f57f5" + "x-ms-correlation-request-id": "707fb413-f82b-418c-812c-45ec58fe7b3f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11828", + "x-ms-request-id": "f8c17739-2ece-40e6-9184-babf247808f8", + "x-ms-routing-request-id": "JAPANEAST:20230614T081253Z:707fb413-f82b-418c-812c-45ec58fe7b3f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-a509f2a007f56d96-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ca00a713eea55f8be6534f67959687a7", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-36c4b9610e9ef9d9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "854efce62379aa14730e4c2fa637fa4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:18:58 GMT", + "Date": "Wed, 14 Jun 2023 08:13:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1311a47a-630f-4d82-a03b-a47df95588ca", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "e671a384-e26a-4ab2-94ab-3f6987e7220b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111858Z:1311a47a-630f-4d82-a03b-a47df95588ca" + "x-ms-correlation-request-id": "08557113-b18f-4247-b56a-33b95d58ec62", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11827", + "x-ms-request-id": "007f1ebf-dd4b-4f28-b2b2-2cb6c0a6906b", + "x-ms-routing-request-id": "JAPANEAST:20230614T081326Z:08557113-b18f-4247-b56a-33b95d58ec62" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-bd5c61cc0a028c1a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "42c1af9119d40e81ac8179bf03cc53dd", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-3909e719ff505582-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d25b33faf348c5ed76970253b9aafea6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:19:30 GMT", + "Date": "Wed, 14 Jun 2023 08:13:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19746dcd-b80e-4f44-92ef-0327eda3ffde", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "a87e2e8d-e02a-4e69-b707-6eeffe3a9695", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T111931Z:19746dcd-b80e-4f44-92ef-0327eda3ffde" + "x-ms-correlation-request-id": "1af79132-5663-4e9f-9c61-04cf2afaf577", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11826", + "x-ms-request-id": "96666806-ed1b-42db-bb9e-bf717f7a5762", + "x-ms-routing-request-id": "JAPANEAST:20230614T081358Z:1af79132-5663-4e9f-9c61-04cf2afaf577" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-cdac1d6718fad13d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3b97dbcf1b375146780baedd90471a37", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-cdb6e48d26934aa8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4cc2ce5e801e1277d471add3d65cc273", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:20:03 GMT", + "Date": "Wed, 14 Jun 2023 08:14:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2275ed47-d6f0-4c12-b063-556e2d11b9b9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "214ae1fb-341a-4c11-a178-f81f17c50ab7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T112004Z:2275ed47-d6f0-4c12-b063-556e2d11b9b9" + "x-ms-correlation-request-id": "717ae47f-8f88-4760-8db3-4c8a99a01257", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11825", + "x-ms-request-id": "b23affc2-4eac-4d37-b796-bfab760cde39", + "x-ms-routing-request-id": "JAPANEAST:20230614T081430Z:717ae47f-8f88-4760-8db3-4c8a99a01257" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-56023a12020bddb8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5e550b54109dfae526f21e2474cc5c1a", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-ed1ea96ff474b408-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "266fe2231497f3e80f880ee221c0f1c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,30 +1597,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:20:36 GMT", + "Date": "Wed, 14 Jun 2023 08:15:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "28045cf7-3374-4c7f-b66e-87538db43683", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "717f1d5a-afe7-45bc-8c5f-59f86226eadc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T112037Z:28045cf7-3374-4c7f-b66e-87538db43683" + "x-ms-correlation-request-id": "1712820e-f833-452e-899c-11151c1d5263", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "92904034-a84c-440c-a7e6-a22db844b5a7", + "x-ms-routing-request-id": "JAPANEAST:20230614T081503Z:1712820e-f833-452e-899c-11151c1d5263" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-cf24f427841e2c60-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ba9871004cff7570696fcac86aa37e64", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-9ac8b28d17bb674c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d7d0a60fae747a2ebb48fed64619ef1a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1794,30 +1629,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:21:09 GMT", + "Date": "Wed, 14 Jun 2023 08:15:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8104d8ae-2b0a-4eb4-852f-54558a8eff8f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "df500903-7a88-48b3-b1ac-338dff63b9bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T112110Z:8104d8ae-2b0a-4eb4-852f-54558a8eff8f" + "x-ms-correlation-request-id": "cabd213f-b94c-43ea-830f-137cb889aec2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "e4bec3e7-3e1b-4f9c-98c8-f794553d3bb2", + "x-ms-routing-request-id": "JAPANEAST:20230614T081535Z:cabd213f-b94c-43ea-830f-137cb889aec2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-4d02306d8f1aa801-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "f86a4266f577be3ff69c1544fd22dcab", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-b5412cfa7c7052e0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d6308ed5d73b490ee6cf3c967295f013", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1826,30 +1661,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:21:42 GMT", + "Date": "Wed, 14 Jun 2023 08:16:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ddb9600-2681-4587-b64e-567408fe2274", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "96104604-cf2c-4053-a616-2e9ad9b6141f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T112143Z:3ddb9600-2681-4587-b64e-567408fe2274" + "x-ms-correlation-request-id": "daf3ce6b-0cc5-420d-9ec2-fcc0b5120fdc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "c6312ba7-70d9-4be1-be87-d86ea14e91dd", + "x-ms-routing-request-id": "JAPANEAST:20230614T081607Z:daf3ce6b-0cc5-420d-9ec2-fcc0b5120fdc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-a7318221746f5f9d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1edd94af60ae08379bdff52e461c9082", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-9e033783b13e9e69-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "30c4e480ea8b74feb3f56a4e1611acf6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,30 +1693,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:22:15 GMT", + "Date": "Wed, 14 Jun 2023 08:16:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9414dfd6-c8c6-433c-ba17-858da86ee987", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "88d5db18-2232-4484-bf24-666e803af3ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T112215Z:9414dfd6-c8c6-433c-ba17-858da86ee987" + "x-ms-correlation-request-id": "9e6cda42-aa73-461c-8b56-030900a1321d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "7fa95639-abb8-49c7-9589-65eb37005d91", + "x-ms-routing-request-id": "JAPANEAST:20230614T081640Z:9e6cda42-aa73-461c-8b56-030900a1321d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-7f67d150036263d3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "32bdb97464610aa231dac462362b7847", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-f71353f28a35db61-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "920cf4991a8f388d9787f1a571980726", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1890,30 +1725,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:22:49 GMT", + "Date": "Wed, 14 Jun 2023 08:17:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bdc07f4-081c-44e2-9ae8-0e45b0303835", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "bfc53c4e-ff7a-4f33-a4a4-65e82243a2d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T112250Z:3bdc07f4-081c-44e2-9ae8-0e45b0303835" + "x-ms-correlation-request-id": "c7ea19b7-4348-4c1a-86f7-018ae28b05b5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "968f9d2b-5d30-40c4-8665-361fb9c8983c", + "x-ms-routing-request-id": "JAPANEAST:20230614T081712Z:c7ea19b7-4348-4c1a-86f7-018ae28b05b5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-2ad25e7b92e355fb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d5191e925fc606b60a615c97001177d9", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-494e21b5b18adfd2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6156ea58bf55ea8e8fbb22456cbf32d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1922,71 +1757,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:23:23 GMT", + "Date": "Wed, 14 Jun 2023 08:17:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac4a9a9f-193f-40f7-bc11-c5af3d2dfdca", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "1c85ccf5-6998-461d-a852-7adeac22e9c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T112323Z:ac4a9a9f-193f-40f7-bc11-c5af3d2dfdca" + "x-ms-correlation-request-id": "bded6a96-edab-44e1-aa20-d813cbbb187f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "b12b1fd8-5af5-4b9a-9627-befa79e32516", + "x-ms-routing-request-id": "JAPANEAST:20230614T081745Z:bded6a96-edab-44e1-aa20-d813cbbb187f" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f4662451a75d7c1fa491916027f7280b-d17873f7644cf9a5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "44cf920caa644b4af1d2edd39bd4d16f", + "traceparent": "00-50002bb7035b55abcd706e9c1c3f8ab2-4bbd74c548f53d08-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7efc46225e886583578b9804f959031b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2014", + "Content-Length": "2044", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:23:23 GMT", + "Date": "Wed, 14 Jun 2023 08:17:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c48310b0-3d18-48d2-9a7c-ede29e775c00", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "007c4dfd-bfd7-48b5-ba51-f029a6afeac1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T112324Z:c48310b0-3d18-48d2-9a7c-ede29e775c00" + "x-ms-correlation-request-id": "6ad633bc-03e0-44e9-af2a-3c3c68eaaba8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "35ab5d4b-d921-4637-a775-e995d06f7251", + "x-ms-routing-request-id": "JAPANEAST:20230614T081745Z:6ad633bc-03e0-44e9-af2a-3c3c68eaaba8" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265", - "name": "cluster2265", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800", + "name": "cluster4800", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "3ffa9395-eedc-4b6c-a842-9a7a61271c40", + "location": "Japan East", + "etag": "83ba8a65-34cf-4697-81c6-018ea874be2c", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "ba2291f141964cc091a5b809f04b7420", + "clusterId": "69ace31c1b9d4d08aa0c62f486139ba8", "computeProfile": { "roles": [ { @@ -2032,7 +1867,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T10:59:00.003", + "createdDate": "2023-06-14T07:56:38.043", "quotaInfo": { "coresUsed": 20 }, @@ -2040,13 +1875,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster2265-ssh.azurehdinsight.net", + "location": "cluster4800-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster2265.azurehdinsight.net", + "location": "cluster4800.azurehdinsight.net", "port": 443 } ], @@ -2057,14 +1892,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster6833.blob.core.windows.net", + "name": "azstorageforcluster5077.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container6307", + "container": "container1699", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2081,14 +1917,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-5540/providers/Microsoft.HDInsight/clusters/cluster2265/extensions/azuremonitor?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-8032/providers/Microsoft.HDInsight/clusters/cluster4800/extensions/azuremonitor?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f44ab64ba1116b25526f491f3cde2bf1-131d3745556cec11-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "289bae67ba0315bc02b62700070a0a20", + "traceparent": "00-d4bcf07148bdd71fa30874431e5ec538-3adbee86fd5be236-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2cf644ed4abbdaa1652202d4f747ccd8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2097,17 +1933,17 @@ "Cache-Control": "no-cache", "Content-Length": "53", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 11:23:24 GMT", + "Date": "Wed, 14 Jun 2023 08:17:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8236e703-9dd8-43ba-90ec-d67995b30885", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "9e076ecc-21ff-4eae-85e7-fa88a1c9ae93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T112324Z:8236e703-9dd8-43ba-90ec-d67995b30885" + "x-ms-correlation-request-id": "ef32bfe6-e0e5-43a0-a398-a0cd44bc8ce9", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "ffa4bca6-d769-4447-925a-b3cf579d2b78", + "x-ms-routing-request-id": "JAPANEAST:20230614T081746Z:ef32bfe6-e0e5-43a0-a398-a0cd44bc8ce9" }, "ResponseBody": { "clusterMonitoringEnabled": false, @@ -2116,9 +1952,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1706661053", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "2063964174", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetExtensionAsync.json b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetExtensionAsync.json index 969fce73b528..4ee727d7c056 100644 --- a/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetExtensionAsync.json +++ b/sdk/hdinsight/Azure.ResourceManager.HDInsight/tests/SessionRecords/HDInsightClusterTests/GetExtensionAsync.json @@ -1,52 +1,46 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-603447b39c09154d4184e334cab5a96e-8a5d014ca6ba8f68-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cce8377a798229da00cbbf507159d087", + "traceparent": "00-c0a12c5d378f10f90054c14d092cc380-d726fa9c40d7c5b4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ea7d6bbed9d7ff61d456db40d4d15f98", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:27:22 GMT", + "Date": "Wed, 14 Jun 2023 05:42:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c31c11f1-59d8-4caa-a7a1-b73fc3d30d2c", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "c31c11f1-59d8-4caa-a7a1-b73fc3d30d2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062723Z:c31c11f1-59d8-4caa-a7a1-b73fc3d30d2c" + "x-ms-correlation-request-id": "1618a4ba-626c-42d9-b2e9-23ade8e5b6a6", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "1618a4ba-626c-42d9-b2e9-23ade8e5b6a6", + "x-ms-routing-request-id": "JAPANEAST:20230614T054237Z:1618a4ba-626c-42d9-b2e9-23ade8e5b6a6" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305", "authorizationSource": "RoleBased", - "managedByTenants": [], + "managedByTenants": [ + { + "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" + } + ], "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" + "azsecpack": "nonprod" }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "BDHadoopHumboldtAdhocTestShortTermTeam3", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,61 +50,61 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/HDInsightRG-2302?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/HDInsightRG-344?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "24", "Content-Type": "application/json", - "traceparent": "00-fe118f5af41602be6742447cc5c20614-3fe121700d89a437-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "50f8731c87a286b50adaebae3434078f", + "traceparent": "00-3b0b048d578ca6ec72122bb665d23739-8681f5d3c8a2d440-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3049ea47f32004e4f0dda8e91ef5844b", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus" + "location": "japaneast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "229", + "Content-Length": "230", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:27:28 GMT", + "Date": "Wed, 14 Jun 2023 05:42:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afbfca17-013f-47a9-9bef-a4f701e64737", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "afbfca17-013f-47a9-9bef-a4f701e64737", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062729Z:afbfca17-013f-47a9-9bef-a4f701e64737" + "x-ms-correlation-request-id": "b369964a-4ac4-4568-be59-fbbd5653c3c6", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "b369964a-4ac4-4568-be59-fbbd5653c3c6", + "x-ms-routing-request-id": "JAPANEAST:20230614T054237Z:b369964a-4ac4-4568-be59-fbbd5653c3c6" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302", - "name": "HDInsightRG-2302", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344", + "name": "HDInsightRG-344", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "japaneast", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009?api-version=2023-04-15-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1117", + "Content-Length": "1120", "Content-Type": "application/json", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-7dd48e1827968046-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fd84bb40797a65f2cdc47875a2c865d3", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-17ab7eb9012df061-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bd5d61c60ee5376c1aa2aff936dfc6c8", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "eastus", + "location": "japaneast", "tags": { "key0": "value0" }, @@ -174,9 +168,9 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster9228.blob.core.windows.net", + "name": "azstorageforcluster6203.blob.core.windows.net", "isDefault": true, - "container": "container4544", + "container": "container4318", "key": "Sanitized" } ] @@ -188,30 +182,30 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "Cache-Control": "no-cache", - "Content-Length": "1803", + "Content-Length": "1832", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:28:02 GMT", - "ETag": "\u002212fbb357-74c5-49ed-9c05-39fd870f09b8\u0022", + "Date": "Wed, 14 Jun 2023 05:43:06 GMT", + "ETag": "\u00228e9f7bf0-6d32-4d99-b733-c8550580c383\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2643ddf-73c2-4217-bc04-629e561e246f", - "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170?api-version=2021-06-01", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "f577e67f-ab48-49e6-8a27-03fcfbb51590", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062803Z:b2643ddf-73c2-4217-bc04-629e561e246f" + "x-ms-correlation-request-id": "843261c7-be9f-4abe-a0d9-72786e186f4c", + "x-ms-hdi-clusteruri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009?api-version=2023-04-15-preview", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-request-id": "55f140ab-c733-42ef-a710-7c05761bb321", + "x-ms-routing-request-id": "JAPANEAST:20230614T054307Z:843261c7-be9f-4abe-a0d9-72786e186f4c" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170", - "name": "cluster5170", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009", + "name": "cluster6009", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "12fbb357-74c5-49ed-9c05-39fd870f09b8", + "location": "Japan East", + "etag": "8e9f7bf0-6d32-4d99-b733-c8550580c383", "tags": { "key0": "value0" }, @@ -220,13 +214,13 @@ "clusterHdpVersion": "", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "de7f5df3fb1d4f27bbe2de51be271250", + "clusterId": "a7a4ce391b0b4cac829fb85d241e127b", "computeProfile": { "roles": [ { @@ -272,7 +266,7 @@ }, "provisioningState": "InProgress", "clusterState": "Accepted", - "createdDate": "2022-12-05T06:28:01.907", + "createdDate": "2023-06-14T05:43:06.863", "quotaInfo": { "coresUsed": 20 }, @@ -283,14 +277,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster9228.blob.core.windows.net", + "name": "azstorageforcluster6203.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4544", + "container": "container4318", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -307,77 +302,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-25a40c7a3aa59f31-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "9f78cd1f183800d133e81ba1a9d323e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:28:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31ab3f0e-89da-42ce-af5f-e15be4b11642", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "02ab6b07-da5d-4caf-a144-95ad216ea79c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062804Z:31ab3f0e-89da-42ce-af5f-e15be4b11642" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-99b84e4ad4f0927a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "669528a05e3e15be6c906785b84f6c6d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:28:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1090e2ca-a3d2-4354-8b2f-a0cac39689d5", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "d3f88341-7254-4837-9db5-31fd54e6171f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062806Z:1090e2ca-a3d2-4354-8b2f-a0cac39689d5" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-228f7ecffc1e5834-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d4560144c650c99b47a55ce710ad4ac2", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-cda68ea34b636c91-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "668941f911a7246d97563e096e1ab6be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -386,30 +317,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:28:07 GMT", + "Date": "Wed, 14 Jun 2023 05:43:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "072f7839-55e3-4fb8-abdc-0d90311570c8", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "2e97f5f9-d295-464e-a4cb-59fe0e96e1cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062808Z:072f7839-55e3-4fb8-abdc-0d90311570c8" + "x-ms-correlation-request-id": "416e8728-cdad-4544-83bd-a29f43de56af", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "73716a71-03dc-4a28-9170-131a68a361f7", + "x-ms-routing-request-id": "JAPANEAST:20230614T054307Z:416e8728-cdad-4544-83bd-a29f43de56af" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-36aeecc678d325ca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d002dbd119cac0380f6332a7b14c47e4", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-8f31072a537b8973-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5455aa3648a78b2d66cc51e9487b08a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -418,30 +349,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:28:09 GMT", + "Date": "Wed, 14 Jun 2023 05:43:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36f37312-9d1f-4428-b292-f45e681defd0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "f360fce1-bc91-4fd5-ace5-664bd65c5675", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062810Z:36f37312-9d1f-4428-b292-f45e681defd0" + "x-ms-correlation-request-id": "861a9be6-e917-41c0-988d-5b882cf76ed6", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "ca67c6d0-f567-48df-8de4-a75517b607ca", + "x-ms-routing-request-id": "JAPANEAST:20230614T054309Z:861a9be6-e917-41c0-988d-5b882cf76ed6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-7fb3333df37d6cb0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a75cad7c4e7dda948ccc1e9902d604bf", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-9187d3c02ca1a0e1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f4003a356055e92160b99328fbf12252", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -450,30 +381,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:28:12 GMT", + "Date": "Wed, 14 Jun 2023 05:43:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5cd5e08-2550-4f22-a73a-f8948737441b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "97b29936-778e-41fa-af25-0f0397c67fe2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062812Z:c5cd5e08-2550-4f22-a73a-f8948737441b" + "x-ms-correlation-request-id": "66380e9d-5001-4e40-b87d-45814af1e657", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11842", + "x-ms-request-id": "0a8a1035-2ee4-442f-8cd7-dadb592d631b", + "x-ms-routing-request-id": "JAPANEAST:20230614T054310Z:66380e9d-5001-4e40-b87d-45814af1e657" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-47c761fe2fd358a0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ddb4a4469c4c2aa3c995c5ed93f417fb", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-b11757b8d615390e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "84b90746181bb0ce14feffdac084dc1b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -482,30 +413,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:28:17 GMT", + "Date": "Wed, 14 Jun 2023 05:43:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32bc3d27-9b5d-4486-9550-687d3d2502a2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "f18f3da6-5365-4585-8927-e0695d8c80e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062817Z:32bc3d27-9b5d-4486-9550-687d3d2502a2" + "x-ms-correlation-request-id": "ff134f57-0d18-4316-8382-ddba18c26452", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11841", + "x-ms-request-id": "fc1c20b0-6876-42aa-baac-f91ed719841c", + "x-ms-routing-request-id": "JAPANEAST:20230614T054312Z:ff134f57-0d18-4316-8382-ddba18c26452" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-3cf9fc221fd4f25f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "626b775da2508245472843fdfb9ebe38", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-42c3cd062994fe59-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "34d4954dc119d669896bf4eeb4049074", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,30 +445,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:28:25 GMT", + "Date": "Wed, 14 Jun 2023 05:43:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de7cdef9-b5f8-4a38-bebf-c0ba18a6b879", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "1d29c3df-ffc8-452c-8d1d-c8104e0fa85d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062826Z:de7cdef9-b5f8-4a38-bebf-c0ba18a6b879" + "x-ms-correlation-request-id": "9f23f167-b14c-465d-868d-696447ddd595", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11840", + "x-ms-request-id": "b21c800f-ea0d-4806-8b52-b74a67b0abf5", + "x-ms-routing-request-id": "JAPANEAST:20230614T054314Z:9f23f167-b14c-465d-868d-696447ddd595" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-d46733cb8265543e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0c61735e6a97e0980932dee789a64698", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-89b6a60a1d8e921f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "40a2ffa984c11c8d6b4fdf57604629db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -546,30 +477,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:28:42 GMT", + "Date": "Wed, 14 Jun 2023 05:43:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a26ad8a9-b311-462b-8b6d-446e52c40c85", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "3f1236d7-f4b2-4678-8856-60926cefa91d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062843Z:a26ad8a9-b311-462b-8b6d-446e52c40c85" + "x-ms-correlation-request-id": "b460903c-3906-40c3-a6ea-7073831aa0fa", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11839", + "x-ms-request-id": "c8231d93-d028-4ae3-9541-584daea63b9a", + "x-ms-routing-request-id": "JAPANEAST:20230614T054318Z:b460903c-3906-40c3-a6ea-7073831aa0fa" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-b0ce40a5b752cd81-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8a3b23b4a26ba36e5e32962358a62f2a", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-e27658380edb0aab-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "66db77dcee1d84389de3fbb023dffc10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -578,30 +509,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:29:16 GMT", + "Date": "Wed, 14 Jun 2023 05:43:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "172f3c84-5648-4fb1-b354-2a388336fc2b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "811f7df0-091e-41a2-b83a-61e4ca405005", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062916Z:172f3c84-5648-4fb1-b354-2a388336fc2b" + "x-ms-correlation-request-id": "9a7676ce-d0f7-45c0-92a9-b2ff6a6508c5", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11838", + "x-ms-request-id": "a3372ef7-8725-4d57-8440-0c2e44495a20", + "x-ms-routing-request-id": "JAPANEAST:20230614T054327Z:9a7676ce-d0f7-45c0-92a9-b2ff6a6508c5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-4ed0ff741a3eb6d6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "208f8dd70a92f364df8b591dc45ef9a0", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-ecf27fba86c4dc84-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c1318a6d9be1c85a07b7c8cae2117642", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -610,30 +541,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:29:48 GMT", + "Date": "Wed, 14 Jun 2023 05:43:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4bcfa709-b131-4a56-bf09-d4b740301122", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "9a7df56b-d66a-486d-adc0-8454b29e2c5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T062949Z:4bcfa709-b131-4a56-bf09-d4b740301122" + "x-ms-correlation-request-id": "a8653891-f4f7-4847-8952-7561703a2b41", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11837", + "x-ms-request-id": "1ba879b2-8286-4685-8758-7fe6a9639edc", + "x-ms-routing-request-id": "JAPANEAST:20230614T054343Z:a8653891-f4f7-4847-8952-7561703a2b41" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-40e0367afc7c3566-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d748abe23463bccc04bdae65d4748763", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-5e6edaf715309a3a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3d1219422929ba57c61ea2de89ddf88c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -642,30 +573,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:30:22 GMT", + "Date": "Wed, 14 Jun 2023 05:44:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67addcf2-d3b3-4faa-bbe0-930f182e5527", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "b7a28e49-c28f-4773-9753-a3fc730815b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063022Z:67addcf2-d3b3-4faa-bbe0-930f182e5527" + "x-ms-correlation-request-id": "f8f5688d-cfd1-4bab-a846-ef437fc15b45", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11836", + "x-ms-request-id": "94b5493a-87fe-48bc-953a-9624d6a120bc", + "x-ms-routing-request-id": "JAPANEAST:20230614T054416Z:f8f5688d-cfd1-4bab-a846-ef437fc15b45" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-10dde16886d26190-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fb10b4032517a905be48aae04951df00", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-f04cc6891b2cf3a6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d5e9cf53681440fa1d125e65266da28b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -674,30 +605,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:30:54 GMT", + "Date": "Wed, 14 Jun 2023 05:44:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10172ee1-f75f-40df-995b-e243604e2d07", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "a3e6e861-071c-473c-8771-ea42e3940210", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063055Z:10172ee1-f75f-40df-995b-e243604e2d07" + "x-ms-correlation-request-id": "785871ba-86d0-4bc4-9bc1-20015201d753", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11835", + "x-ms-request-id": "9e0958c4-7a8c-445b-ace7-c446920001b8", + "x-ms-routing-request-id": "JAPANEAST:20230614T054448Z:785871ba-86d0-4bc4-9bc1-20015201d753" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-54ff0af0de5e02c8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "ad41f538575da2c7c0d31cd45cff1e6b", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-5fdf85773f93e8c2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0a6db86dbecd44e73377fac3f87b3f2a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,158 +637,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:31:27 GMT", + "Date": "Wed, 14 Jun 2023 05:45:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da09f1b5-362e-458b-b7df-dbf4bd56e5d1", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "ba2c1c61-fb4c-40ee-ad8f-5696076b8bdc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063128Z:da09f1b5-362e-458b-b7df-dbf4bd56e5d1" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-29287c4a882aff28-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "1019f503fd4dbc88a59e191a89ec73b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:32:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2873622-3098-49a1-bd2e-6dfc383a7fe9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "94575e53-2f6c-4abb-a368-69fa5b28f4df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063200Z:c2873622-3098-49a1-bd2e-6dfc383a7fe9" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-c2f2e8cce71d7625-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "de2caededa33ac06ec6d3a4409314dbf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:32:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea3bdabd-ee65-4d2e-ac8a-a51e676a5d8e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "5e752e0f-793a-4d3b-83e1-104697cc2fd1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063233Z:ea3bdabd-ee65-4d2e-ac8a-a51e676a5d8e" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-6a7a0e9aff01743e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "53dd3f29ce373ab26c8407be3dac19d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:33:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ff8624a-bf86-441b-9ffd-ae1a3d21393c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "9cbaa6cc-f4cc-4ed7-b8a3-7a3745263b07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063306Z:4ff8624a-bf86-441b-9ffd-ae1a3d21393c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-b1de1edcf961e2a6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "aef5696040d32837ef6d23e0c244b374", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:33:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06546148-5df5-434a-b129-ee315a9f721a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "d5ea7a63-10f6-4bab-8439-fd27a72cbb13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063339Z:06546148-5df5-434a-b129-ee315a9f721a" + "x-ms-correlation-request-id": "0c1c0c5b-4acc-4818-9476-f022b20030fc", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "729a4860-6393-40c9-9590-a4761122845d", + "x-ms-routing-request-id": "JAPANEAST:20230614T054520Z:0c1c0c5b-4acc-4818-9476-f022b20030fc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-e81029151e16172a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "4af15a511f0e107bfbf171afd3476e40", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-f00ea1c456fd10e7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "12773bbfa028d92d1ed11f16cbf19359", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -866,30 +669,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:34:12 GMT", + "Date": "Wed, 14 Jun 2023 05:45:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "641929cf-3f69-47e3-868b-09ffe9d08fc4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "034e361f-fcf2-4d32-bccf-e35e0e6bc310", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063413Z:641929cf-3f69-47e3-868b-09ffe9d08fc4" + "x-ms-correlation-request-id": "cf335126-1d1b-4117-b716-9624e009086f", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "19671a3e-4640-42cf-9093-aadcfcd00003", + "x-ms-routing-request-id": "JAPANEAST:20230614T054553Z:cf335126-1d1b-4117-b716-9624e009086f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-d5c2236d8fefda6e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a0e466549f3be9eb08b464caabd27827", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-3bc9a3144553b232-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d071167bed6f94bee8a5a19d6e3747a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,30 +701,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:34:45 GMT", + "Date": "Wed, 14 Jun 2023 05:46:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65b179cc-051e-4ac7-b247-5bcfa9e7772d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "423038de-9862-482c-b9f2-5c888aa62362", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063446Z:65b179cc-051e-4ac7-b247-5bcfa9e7772d" + "x-ms-correlation-request-id": "49056ad3-43ab-4119-a3b9-47151ff591d3", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "a967c610-1dc2-4568-8f74-12a94834ac3e", + "x-ms-routing-request-id": "JAPANEAST:20230614T054625Z:49056ad3-43ab-4119-a3b9-47151ff591d3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-6dda1c801233f0c3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e36d93d0cebb40c5ede5b2e2ce8855a7", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-18e76e6c01c6b051-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eaa634d290f6cc638a94ecfc9fd07842", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,30 +733,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:35:18 GMT", + "Date": "Wed, 14 Jun 2023 05:46:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6215e0f3-226a-4b37-a1fb-6163e6f044fb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "596f3231-2e12-4ee2-a60c-b5802b5658e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063519Z:6215e0f3-226a-4b37-a1fb-6163e6f044fb" + "x-ms-correlation-request-id": "d5e3ec5f-e43f-499b-8071-a6b7f3fad54a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "914d36cf-3e96-4fb7-9240-1c8f557b9a9d", + "x-ms-routing-request-id": "JAPANEAST:20230614T054658Z:d5e3ec5f-e43f-499b-8071-a6b7f3fad54a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-220fd19040136114-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5c8be2fe1360b1386e074259bbb16429", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-825d3b95f07d4a9e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e147a1e36f0ad1ba7de32983fe906be7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -962,30 +765,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:35:51 GMT", + "Date": "Wed, 14 Jun 2023 05:47:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9570221-5bb4-430d-8fe4-1acb816496d6", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "a3c99059-2057-49e5-af1d-66a9bc0ed5d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063552Z:a9570221-5bb4-430d-8fe4-1acb816496d6" + "x-ms-correlation-request-id": "d4c03dc7-791f-4cd2-a56b-c164231bd10e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "a4fe6361-8087-4014-8f7e-a6d73540f956", + "x-ms-routing-request-id": "JAPANEAST:20230614T054730Z:d4c03dc7-791f-4cd2-a56b-c164231bd10e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-45771bbe308157f6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3fde4a798bda8584a0a3b255ed091b7f", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-967a549a99db3c36-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "97437e89a94aeb62b3a445db01c2f517", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -994,30 +797,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:36:24 GMT", + "Date": "Wed, 14 Jun 2023 05:48:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "719a5ffc-dc70-4968-901f-969773b30425", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "7c07c7fc-5175-4331-ab7d-d4a81f22fbef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063624Z:719a5ffc-dc70-4968-901f-969773b30425" + "x-ms-correlation-request-id": "70dbddc0-c11a-4d4a-bb30-1702d4efce5b", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "4be6ad78-ca11-457d-871d-9f792a35eb0a", + "x-ms-routing-request-id": "JAPANEAST:20230614T054802Z:70dbddc0-c11a-4d4a-bb30-1702d4efce5b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-c74a1d1e99b7e007-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c8cbbc5f1b46bdc75bbb74b38c6b843b", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-4ff289f593c28926-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ccba5f2c65f0639779d46d1366e0cdfa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1026,30 +829,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:36:57 GMT", + "Date": "Wed, 14 Jun 2023 05:48:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75f1685c-497d-48da-8c75-69f32dbe136c", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "d9b6ccc6-a88a-4be5-8534-04034d3f5380", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063657Z:75f1685c-497d-48da-8c75-69f32dbe136c" + "x-ms-correlation-request-id": "fc51a9d8-e6f5-4228-a2c8-b1f86e4dd269", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "bcbbf24c-49d4-48b8-b76a-9222ae76dd7c", + "x-ms-routing-request-id": "JAPANEAST:20230614T054835Z:fc51a9d8-e6f5-4228-a2c8-b1f86e4dd269" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-434a6e3c999e856f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "8468888016a972cd5e05bbbc60e2c464", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-2d34f70ecf0d1928-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "21720528e18c39f73e5b2e6529ded0ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1058,30 +861,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:37:30 GMT", + "Date": "Wed, 14 Jun 2023 05:49:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c1e9085-dc83-4dc5-8593-ed375caafb70", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "ad0d4373-8b4f-4e68-a66b-d003c1ca39ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063730Z:4c1e9085-dc83-4dc5-8593-ed375caafb70" + "x-ms-correlation-request-id": "f7d93398-0992-42ad-a5ef-3edecc426674", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "c4d573b9-8997-4814-bd79-1db98906a591", + "x-ms-routing-request-id": "JAPANEAST:20230614T054907Z:f7d93398-0992-42ad-a5ef-3edecc426674" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-5b4029124a8ce1f0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fffac2ec9ce55de28220e41f16d1f835", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-a27a5aefc95ccf40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9f5611ed9ed523f6e6df1d753c4f85d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1090,30 +893,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:38:02 GMT", + "Date": "Wed, 14 Jun 2023 05:49:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0544de52-0fcd-4ddb-89a5-0850bfd98fcb", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "6bd8aafe-4aee-4534-b8b7-841af7b7be05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063803Z:0544de52-0fcd-4ddb-89a5-0850bfd98fcb" + "x-ms-correlation-request-id": "f57badc7-3bff-4cfe-ae84-73d841ac4c01", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "01eb28af-821d-472e-ad40-77c40d2616dc", + "x-ms-routing-request-id": "JAPANEAST:20230614T054940Z:f57badc7-3bff-4cfe-ae84-73d841ac4c01" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-2c8f9ce3e4796112-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "64d4771f97a049d6ee596a41600a5d78", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-e73e2a257a8df999-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fcb24ad7d44f4b8a67808e9537323a9a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,62 +925,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:38:35 GMT", + "Date": "Wed, 14 Jun 2023 05:50:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8a9d60c-45ff-494c-86df-c5bedc6bc761", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "59dc01f8-2b1d-4150-9b58-da974b3163ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063836Z:f8a9d60c-45ff-494c-86df-c5bedc6bc761" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-43ab7cdb1b4fba5a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "cac710f68471e455a50b018932ae5c8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:39:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22fa40a2-b494-4bdc-b801-4bbb42b0a67a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "7e0c02ce-1d25-4efb-a7fd-7d6a51524730", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063909Z:22fa40a2-b494-4bdc-b801-4bbb42b0a67a" + "x-ms-correlation-request-id": "8c0217f7-f34d-4f70-b6a6-c42fc71bc33a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "86656106-5759-4d3c-9505-af56c5be947a", + "x-ms-routing-request-id": "JAPANEAST:20230614T055012Z:8c0217f7-f34d-4f70-b6a6-c42fc71bc33a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-832a989236d3fd28-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e89d860c5f0d55c4ebb1118c31a1fd78", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-431d6573e8ef5082-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5425b2042e8989250e4f3aadc381fdee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1186,30 +957,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:39:41 GMT", + "Date": "Wed, 14 Jun 2023 05:50:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a36d80c-1017-4d60-a644-d4c51aa87411", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "c9e8b7ed-8f87-42b1-8c1f-fea7f8502a19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T063941Z:6a36d80c-1017-4d60-a644-d4c51aa87411" + "x-ms-correlation-request-id": "cb242757-1e12-48c0-a29b-ab3b02e8a05c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "8c465d78-ad97-47d0-b350-f94e03912968", + "x-ms-routing-request-id": "JAPANEAST:20230614T055044Z:cb242757-1e12-48c0-a29b-ab3b02e8a05c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-b5741c57b3b96819-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "06286bc32e099ac421f0bf95954d173f", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-6c96d6228d458e79-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "de8e5bd5d42c196b870a37551061ebb4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,30 +989,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:40:15 GMT", + "Date": "Wed, 14 Jun 2023 05:51:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5459ce89-894e-441f-9518-6aa5809882cc", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "df3a25ad-deef-4af9-886f-9b6133f5a3c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064015Z:5459ce89-894e-441f-9518-6aa5809882cc" + "x-ms-correlation-request-id": "a397191c-e7dd-4531-aa31-6cfdf3f99ed7", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "2eff4ab3-1489-4c71-aa47-fdb65d2b2353", + "x-ms-routing-request-id": "JAPANEAST:20230614T055117Z:a397191c-e7dd-4531-aa31-6cfdf3f99ed7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-a80176b62cb31aa0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d934ddfc746d966a4b72dec073c9b303", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-534dd18812cb4645-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "897182a5312aa8492529ed0099dd88e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1250,30 +1021,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:40:47 GMT", + "Date": "Wed, 14 Jun 2023 05:51:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4b4cb71-e48d-408d-a531-9aaaeac1660d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "3ae09a11-a89f-4672-82cf-43e719042eae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064048Z:a4b4cb71-e48d-408d-a531-9aaaeac1660d" + "x-ms-correlation-request-id": "09a417aa-470c-4ca5-9ae4-d68ded219ee2", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "527335d7-a0ef-429a-8f30-7d54d314069e", + "x-ms-routing-request-id": "JAPANEAST:20230614T055149Z:09a417aa-470c-4ca5-9ae4-d68ded219ee2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-8dc29c22ea2f37b6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c6c5890e5685de83c203c71da02fbf9e", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-92fa3982dbefd389-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dcbf9f835ba32f6e470bcd7ff6d079ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,30 +1053,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:41:21 GMT", + "Date": "Wed, 14 Jun 2023 05:52:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4c23ddb-3642-4276-a69d-4f0ae0e2c66f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "b7202e0a-7f5a-4487-b351-ca2d015fc37c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064121Z:d4c23ddb-3642-4276-a69d-4f0ae0e2c66f" + "x-ms-correlation-request-id": "6700d0ab-b5b2-48a8-a973-f10efeeb7155", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "d9287a41-f21b-4b52-aada-b09442b84aba", + "x-ms-routing-request-id": "JAPANEAST:20230614T055221Z:6700d0ab-b5b2-48a8-a973-f10efeeb7155" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-73b41ab9f006d244-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "5490d199236d4e0b0091ba974f032658", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-64034b4a9151cdea-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "40078663740fa3c411e5b903e66a80a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,30 +1085,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:41:53 GMT", + "Date": "Wed, 14 Jun 2023 05:52:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a4f5f85-5471-444e-89c5-4749429f22fa", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "dd9bc086-d4e2-4709-96b6-8ae3c07f0fe3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064154Z:3a4f5f85-5471-444e-89c5-4749429f22fa" + "x-ms-correlation-request-id": "b01ff707-57a7-4410-bc39-7e6a851594ee", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "01f5ef62-5371-431b-b7a0-782fc003a8e7", + "x-ms-routing-request-id": "JAPANEAST:20230614T055254Z:b01ff707-57a7-4410-bc39-7e6a851594ee" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-a37f4987b6e96dbb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0c86bb3c5087a6b959561769ad4df51c", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-fb69a5f2952cc9ea-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "70d251820fa14a101442411e64c9b255", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1346,30 +1117,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:42:26 GMT", + "Date": "Wed, 14 Jun 2023 05:53:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a9bf359-1841-4e34-9b94-47dd50d8c473", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "7c793fe8-168a-41c7-a42e-4b15123158b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064227Z:7a9bf359-1841-4e34-9b94-47dd50d8c473" + "x-ms-correlation-request-id": "3eb97a5d-9520-4228-8e48-d8205bdfca3c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "cca1681b-d396-43d8-b037-0bc204f63d46", + "x-ms-routing-request-id": "JAPANEAST:20230614T055326Z:3eb97a5d-9520-4228-8e48-d8205bdfca3c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-2b29cfa1139cbb57-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "a22640b25f38ea967e77c5f39bec8ebe", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-eb2f377b20e6344c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "139c41af47d60ed5db1ccabda26b48dc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1378,30 +1149,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:42:59 GMT", + "Date": "Wed, 14 Jun 2023 05:53:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5856d9bb-cbcc-473e-a3b8-259e634bc8d2", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "eb941a76-6319-41aa-bea5-bec6c57935bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064300Z:5856d9bb-cbcc-473e-a3b8-259e634bc8d2" + "x-ms-correlation-request-id": "80b0c401-272c-4cc3-98e7-7e54868c4977", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "dcfc30f1-17e6-4a5b-89e5-0cae2105057a", + "x-ms-routing-request-id": "JAPANEAST:20230614T055359Z:80b0c401-272c-4cc3-98e7-7e54868c4977" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-0e30a145ff39dce9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "e5e06edcb3a8481717e9fa160ba1a1b3", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-1ad8eb49d54d8e00-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a4fd238b09fe540b75bd2ccd32a53f47", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1410,30 +1181,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:43:32 GMT", + "Date": "Wed, 14 Jun 2023 05:54:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cdf38e97-4e19-4dd9-8e8c-03f4f23f5cd3", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "f78ec69e-8733-4bd9-974a-b0bc38454f3b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064332Z:cdf38e97-4e19-4dd9-8e8c-03f4f23f5cd3" + "x-ms-correlation-request-id": "80dd1f6c-8dbf-42c2-8817-79accea6bf7a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "09b2b68f-a95f-46fa-844d-b45193f6a32a", + "x-ms-routing-request-id": "JAPANEAST:20230614T055431Z:80dd1f6c-8dbf-42c2-8817-79accea6bf7a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-79e7733968bf5157-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0fe49e9b84dddd1f249c8d108ac50a6d", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-8f6176389459882f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a55363336ccd3ad37bc394854452a7a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1442,30 +1213,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:44:05 GMT", + "Date": "Wed, 14 Jun 2023 05:55:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "051b97fe-eb2f-472b-87d9-89402b774fb9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "50430f4d-8fbe-4c1a-abda-81860281cc8b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064405Z:051b97fe-eb2f-472b-87d9-89402b774fb9" + "x-ms-correlation-request-id": "173cd175-1caf-465d-b9ed-0e5626d5d087", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-request-id": "9e122fbb-91ac-4acd-9af8-5712b7a3d7d2", + "x-ms-routing-request-id": "JAPANEAST:20230614T055504Z:173cd175-1caf-465d-b9ed-0e5626d5d087" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-c189e748fbacc96c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3e8d59c7106cfe7428dd8a4e647fdedd", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-f2116d75475c865a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "409364f90dcca55736489e181b08dc36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1474,30 +1245,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:44:38 GMT", + "Date": "Wed, 14 Jun 2023 05:55:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c01e4bf5-bec8-4650-97a5-560fcbc0d2d9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "bd77e8fc-e47a-4c0f-b56d-b872663fddc6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064438Z:c01e4bf5-bec8-4650-97a5-560fcbc0d2d9" + "x-ms-correlation-request-id": "e52f9f54-03f4-43ab-afe2-b1284d9b0519", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-request-id": "846cd403-6eca-4a24-9459-da2e4055a91c", + "x-ms-routing-request-id": "JAPANEAST:20230614T055536Z:e52f9f54-03f4-43ab-afe2-b1284d9b0519" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-4ed8e96443d6b647-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "fd5812d57f0758e04f03c00c2606be51", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-beaa32c6e608c447-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3e8a83dca3171e0f50c3283a75850f22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1506,30 +1277,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:45:11 GMT", + "Date": "Wed, 14 Jun 2023 05:56:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e64f109-24b8-4aa8-9907-4f54e22e2703", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "4bf07adb-09af-45f7-94a7-a85dad6b3855", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064511Z:6e64f109-24b8-4aa8-9907-4f54e22e2703" + "x-ms-correlation-request-id": "f200839f-1954-4f99-9788-4434b0de048c", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-request-id": "58ed4119-e8e9-40b5-98d2-326c4eb2cc89", + "x-ms-routing-request-id": "JAPANEAST:20230614T055608Z:f200839f-1954-4f99-9788-4434b0de048c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-a462538eee61ff02-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "b24f8cdf62138b4729e6e600f9d078a4", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-e845d4145ecaf080-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cdd48315fe11257b0cae6f84ceba1f73", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,30 +1309,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:45:43 GMT", + "Date": "Wed, 14 Jun 2023 05:56:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "756a7342-7cb1-418e-bf6f-7cd652913442", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "15e4371d-1732-450e-b519-845b1820f13a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064544Z:756a7342-7cb1-418e-bf6f-7cd652913442" + "x-ms-correlation-request-id": "5c5923b6-5687-4364-aadc-1bf7ad316cde", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-request-id": "b2ad408c-087f-42e1-84b8-3445637005e5", + "x-ms-routing-request-id": "JAPANEAST:20230614T055641Z:5c5923b6-5687-4364-aadc-1bf7ad316cde" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-f1ccba355fc060a0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "783ab0bd0d6d48657835ef684f68d821", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-2e087d9f25a491fa-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c1a85ee669c855905575ef09e41c30b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1570,30 +1341,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:46:17 GMT", + "Date": "Wed, 14 Jun 2023 05:57:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4b7a334-cb31-492c-85d8-94b2f12b087b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "3bf69454-64ae-44ea-a20e-5804a392aecb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064618Z:e4b7a334-cb31-492c-85d8-94b2f12b087b" + "x-ms-correlation-request-id": "9f5b864b-1acd-41b6-8738-a9e4fc6f7c1a", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11848", + "x-ms-request-id": "befa30eb-f469-41a6-aed0-cd2498f7ae97", + "x-ms-routing-request-id": "JAPANEAST:20230614T055713Z:9f5b864b-1acd-41b6-8738-a9e4fc6f7c1a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-17e06b1936e09a28-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d76f381f2c3073c9cbccd32198e05e7e", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-7b07f58af64bee64-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "97027b390e33de2407643269348a4f95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,30 +1373,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:46:50 GMT", + "Date": "Wed, 14 Jun 2023 05:57:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "920d6418-3c7a-4822-aabf-e5c044fa3101", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "fdc5d10c-f281-44a2-8895-ce5c3360bea0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064651Z:920d6418-3c7a-4822-aabf-e5c044fa3101" + "x-ms-correlation-request-id": "6747f6d3-41bf-4b72-97e9-3770fa331e3e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11847", + "x-ms-request-id": "7f3b6e06-ae46-40ae-b73d-b6ad2c1383c3", + "x-ms-routing-request-id": "JAPANEAST:20230614T055745Z:6747f6d3-41bf-4b72-97e9-3770fa331e3e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-5d9cd90f29f7da33-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "754e1c8a45ccd2e3270639de73de3bc1", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-7998a2924e7ab67c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1753b5a34eddac5af37e789c0f7241ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1634,30 +1405,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:47:23 GMT", + "Date": "Wed, 14 Jun 2023 05:58:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78748852-6f7d-4f41-9ecf-a9b814b7ec9d", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "c0a4e63a-ae74-421b-8f73-895383914b5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064724Z:78748852-6f7d-4f41-9ecf-a9b814b7ec9d" + "x-ms-correlation-request-id": "2284e33c-1135-4c67-a593-ef9b851f2547", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11846", + "x-ms-request-id": "74bff961-0a3c-4d94-97b1-411efd6fa8d9", + "x-ms-routing-request-id": "JAPANEAST:20230614T055818Z:2284e33c-1135-4c67-a593-ef9b851f2547" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-605e333e666fdd32-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "c1e0c50da1619174e6c7ada13943b098", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-932bffc55d231183-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "524bbe7e88b8d83f39cab963362721cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,30 +1437,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:47:56 GMT", + "Date": "Wed, 14 Jun 2023 05:58:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c033dc03-526c-456b-8676-0c3e5fd557b0", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "3b7aa6e6-6e57-47d0-9538-9e24f89d75b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064756Z:c033dc03-526c-456b-8676-0c3e5fd557b0" + "x-ms-correlation-request-id": "1c8a9b92-05a8-43f0-af67-ca43f889511d", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11845", + "x-ms-request-id": "7f1be667-e72b-464a-904e-11512268a81c", + "x-ms-routing-request-id": "JAPANEAST:20230614T055850Z:1c8a9b92-05a8-43f0-af67-ca43f889511d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-488b30b74ebf11ae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "33de71d66219d955549db029f2eaffec", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-8b6279f5e54f6c0e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2f65592518c9ebd22155a4b59688ce95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1698,30 +1469,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:48:28 GMT", + "Date": "Wed, 14 Jun 2023 05:59:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1d1338c-d428-400e-bcb4-1ddebd668578", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "d006ee8f-90ff-4b95-b8e2-5a7a60521f0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064829Z:a1d1338c-d428-400e-bcb4-1ddebd668578" + "x-ms-correlation-request-id": "11332334-45b0-46a8-a56d-6ae67a007f58", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11844", + "x-ms-request-id": "f6d457ad-5a3f-49f1-bc72-4cd169bbe733", + "x-ms-routing-request-id": "JAPANEAST:20230614T055922Z:11332334-45b0-46a8-a56d-6ae67a007f58" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-5aa776627cb47375-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d31411909dffe91ca8bd8f05984298e3", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-48fbf6e112ea2566-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "75eb4323fc3e1bdd757bdd1394f675cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1730,30 +1501,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:49:02 GMT", + "Date": "Wed, 14 Jun 2023 05:59:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "304390c6-3d3f-41f6-b925-77e803008bac", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "5eedeffd-2a00-4c1a-ba87-e2b603f9040a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064902Z:304390c6-3d3f-41f6-b925-77e803008bac" + "x-ms-correlation-request-id": "00543f8c-69dc-44bb-b4fc-57eaca71ccd8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11843", + "x-ms-request-id": "19cb715a-6111-47a2-b344-49bfe15cd922", + "x-ms-routing-request-id": "JAPANEAST:20230614T055955Z:00543f8c-69dc-44bb-b4fc-57eaca71ccd8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-41287df4cd443103-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "0208a15608ffaaa86f076cc3f04a9ffc", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-e059e43c2658025d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b576ac5c120c6526ec603162e48a41b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,94 +1533,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:49:34 GMT", + "Date": "Wed, 14 Jun 2023 06:00:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b05e7955-5b95-4efb-b7fd-ae8e36d0b679", - "x-ms-hdi-served-by": "eastus", + "x-ms-correlation-request-id": "f4c099f5-4cd9-4f4d-9d0f-5d1d3cc29198", + "x-ms-hdi-served-by": "japaneast", "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "72026cdf-3565-4beb-984e-a489b3ba4764", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T064935Z:b05e7955-5b95-4efb-b7fd-ae8e36d0b679" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-78ff9197fe217f63-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "2710c0c7dd2f399854f58a5bd3504112", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:50:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a8976ba-a4fe-4a20-bd4f-407850d5ac34", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "02ef6d75-7b18-47e6-8c5f-d539eac0cf30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T065008Z:0a8976ba-a4fe-4a20-bd4f-407850d5ac34" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-38fa002358f9671e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "50d2cd04fde288ec696963f83159f85d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:50:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ece10e50-3c33-49a9-ac57-9d9d69a6fad9", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "6af74ee1-d7cd-4811-a900-855328851eed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T065040Z:ece10e50-3c33-49a9-ac57-9d9d69a6fad9" + "x-ms-request-id": "dd97abc0-ff2b-4369-8a9a-7ed3548e6331", + "x-ms-routing-request-id": "JAPANEAST:20230614T060027Z:f4c099f5-4cd9-4f4d-9d0f-5d1d3cc29198" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-1be58911c06e0104-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d73d931e703279b309cead0a7d4cd71f", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-8ac2d015b5d11db3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f34024fbac3b288c7c49b94d3bbf562b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1858,94 +1565,30 @@ "Cache-Control": "no-cache", "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:51:13 GMT", + "Date": "Wed, 14 Jun 2023 06:00:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0111ca07-d829-4f21-8b4a-af3d21484f2a", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "b8cc7cfa-eb63-4f97-b1a6-04260c0b6207", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T065113Z:0111ca07-d829-4f21-8b4a-af3d21484f2a" + "x-ms-correlation-request-id": "6eae34d4-e7dd-41cc-b212-60b2d93d7b76", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "bfe1f111-3729-4b62-bc52-508e4c04d216", + "x-ms-routing-request-id": "JAPANEAST:20230614T060100Z:6eae34d4-e7dd-41cc-b212-60b2d93d7b76" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/azureasyncoperations/create?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-6cd9e33c53b1e31b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "23be5ac64e77ca19d387bec6799f08fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:51:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94d1fa0d-82cf-4248-a1dd-8a824f37680b", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "adbf5df7-e9ab-4ee7-a2a7-bbac6f529061", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T065146Z:94d1fa0d-82cf-4248-a1dd-8a824f37680b" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-eb01ff306b235ff8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "403d2dfc691394df195946134fe20a1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:52:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f536568-90bd-49b3-a513-6398608a3df4", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "f41370c7-8656-4f1d-84f6-f89787551caa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T065220Z:7f536568-90bd-49b3-a513-6398608a3df4" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/azureasyncoperations/create?api-version=2021-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-519239274fd7b372-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "d6324392d59acfe5797304aab1edff6a", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-452800d3bc879946-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e958d7df191111881c8689decb7a37eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1954,71 +1597,71 @@ "Cache-Control": "no-cache", "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:52:53 GMT", + "Date": "Wed, 14 Jun 2023 06:01:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "130eebff-1c6a-4aeb-a2c0-06961e5ea56f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "48ee883b-2d0a-42ec-b585-f29523a4923b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T065253Z:130eebff-1c6a-4aeb-a2c0-06961e5ea56f" + "x-ms-correlation-request-id": "6eed5d6a-c91e-4593-99a3-81a175905510", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "5729f63d-32ab-48c7-ba1a-e3a7aa346ab6", + "x-ms-routing-request-id": "JAPANEAST:20230614T060132Z:6eed5d6a-c91e-4593-99a3-81a175905510" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a1c6d359fa498666cd566b490a771c2d-56b00be0f90f84b1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "500eb2c6960e5d0c7a2a0a1e07057af1", + "traceparent": "00-48b81c8f82938bea1c6c3d58ce0bc350-a6da52c078e94999-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6f172c3982b6af90204d39c358d82a2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2014", + "Content-Length": "2043", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:52:53 GMT", + "Date": "Wed, 14 Jun 2023 06:01:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24f31657-63b5-498d-9752-a20e7db44b5f", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "325015ea-0255-4828-b001-b689f5f17db5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T065254Z:24f31657-63b5-498d-9752-a20e7db44b5f" + "x-ms-correlation-request-id": "4ef1aace-e8a3-4fa5-b814-224b7514066e", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "e8cc34ec-2dfd-40ea-a6d4-489c05265625", + "x-ms-routing-request-id": "JAPANEAST:20230614T060132Z:4ef1aace-e8a3-4fa5-b814-224b7514066e" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170", - "name": "cluster5170", + "id": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009", + "name": "cluster6009", "type": "Microsoft.HDInsight/clusters", - "location": "East US", - "etag": "12fbb357-74c5-49ed-9c05-39fd870f09b8", + "location": "Japan East", + "etag": "8e9f7bf0-6d32-4d99-b733-c8550580c383", "tags": { "key0": "value0" }, "properties": { "clusterVersion": "4.0.3000.1", - "clusterHdpVersion": "4.1.10.4", + "clusterHdpVersion": "4.1.14.2", "osType": "Linux", "clusterDefinition": { - "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2208310943.json", + "blueprint": "https://blueprints.azurehdinsight.net/hadoop-4.0.3000.1.2304280205.json", "kind": "Hadoop", "componentVersion": { "Hadoop": "3.1" } }, - "clusterId": "de7f5df3fb1d4f27bbe2de51be271250", + "clusterId": "a7a4ce391b0b4cac829fb85d241e127b", "computeProfile": { "roles": [ { @@ -2064,7 +1707,7 @@ }, "provisioningState": "Succeeded", "clusterState": "Running", - "createdDate": "2022-12-05T06:28:01.907", + "createdDate": "2023-06-14T05:43:06.863", "quotaInfo": { "coresUsed": 20 }, @@ -2072,13 +1715,13 @@ { "name": "SSH", "protocol": "TCP", - "location": "cluster5170-ssh.azurehdinsight.net", + "location": "cluster6009-ssh.azurehdinsight.net", "port": 22 }, { "name": "HTTPS", "protocol": "TCP", - "location": "cluster5170.azurehdinsight.net", + "location": "cluster6009.azurehdinsight.net", "port": 443 } ], @@ -2089,14 +1732,15 @@ "storageProfile": { "storageaccounts": [ { - "name": "azstorageforcluster9228.blob.core.windows.net", + "name": "azstorageforcluster6203.blob.core.windows.net", "resourceId": null, "msiResourceId": null, "key": null, "fileSystem": null, - "container": "container4544", + "container": "container4318", "saskey": null, "isDefault": true, + "enableSecureChannel": null, "fileshare": null } ] @@ -2113,14 +1757,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/HDInsightRG-2302/providers/Microsoft.HDInsight/clusters/cluster5170/extensions/azuremonitor?api-version=2021-06-01", + "RequestUri": "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/HDInsightRG-344/providers/Microsoft.HDInsight/clusters/cluster6009/extensions/azuremonitor?api-version=2023-04-15-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9feab9e7d5d5cdc23749215843f766a9-91ebf50492fec8d8-00", - "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20221202.1 (.NET 6.0.11; Microsoft Windows 10.0.19045)", - "x-ms-client-request-id": "3634a27d316c2761476ec69f6435e22b", + "traceparent": "00-32c5e435b0ce82186e2de46fcdeb1b3b-e256ad6880d4ab3d-00", + "User-Agent": "azsdk-net-ResourceManager.HDInsight/1.1.0-alpha.20230608.1 (.NET 7.0.7; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0c8206095731e29f9c2ed6b523ad5d01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2129,17 +1773,17 @@ "Cache-Control": "no-cache", "Content-Length": "53", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Dec 2022 06:52:55 GMT", + "Date": "Wed, 14 Jun 2023 06:01:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a140b6ef-1c2e-488c-bb97-1b5d1529681e", - "x-ms-hdi-served-by": "eastus", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "4095edd0-0cbe-4a7b-a019-a8d1a9e0b3d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20221205T065255Z:a140b6ef-1c2e-488c-bb97-1b5d1529681e" + "x-ms-correlation-request-id": "fbf06f64-b898-491d-a865-7f1a7aacd7d8", + "x-ms-hdi-served-by": "japaneast", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "8623e8d7-bb70-4ed5-abe3-165d7d5accff", + "x-ms-routing-request-id": "JAPANEAST:20230614T060133Z:fbf06f64-b898-491d-a865-7f1a7aacd7d8" }, "ResponseBody": { "clusterMonitoringEnabled": false, @@ -2148,9 +1792,9 @@ } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "327089821", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1067157682", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" } } diff --git a/sdk/hdinsight/test-resources.json b/sdk/hdinsight/test-resources.json new file mode 100644 index 000000000000..17bc1ba21c0b --- /dev/null +++ b/sdk/hdinsight/test-resources.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", + "parameters": {}, + "variables": {}, + "resources": [], + "outputs": {} +} \ No newline at end of file