diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/Azure.ResourceManager.Hci.sln b/sdk/azurestackhci/Azure.ResourceManager.Hci/Azure.ResourceManager.Hci.sln index 1fb3b7972cae..a35144637e78 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/Azure.ResourceManager.Hci.sln +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/Azure.ResourceManager.Hci.sln @@ -1,21 +1,15 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30309.148 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.33516.290 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{A37B08D8-1522-4560-B7BC-DD91267DE969}") = "Azure.ResourceManager.Hci", "src\Azure.ResourceManager.Hci.csproj", "{BC33AA77-75D8-4AA8-BF43-2E59F0FECF6C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Hci", "src\Azure.ResourceManager.Hci.csproj", "{BC33AA77-75D8-4AA8-BF43-2E59F0FECF6C}" EndProject -Project("{A37B08D8-1522-4560-B7BC-DD91267DE969}") = "Azure.ResourceManager.Hci.Tests", "tests\Azure.ResourceManager.Hci.Tests.csproj", "{E2B3F6E2-0634-4E7E-84E7-59E014BE1C75}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Hci.Tests", "tests\Azure.ResourceManager.Hci.Tests.csproj", "{E2B3F6E2-0634-4E7E-84E7-59E014BE1C75}" EndProject -Project("{A37B08D8-1522-4560-B7BC-DD91267DE969}") = "Azure.ResourceManager.Hci.Samples", "samples\Azure.ResourceManager.Hci.Samples.csproj", "{AC9202E9-BEF4-41BE-B596-C401213ADFA4}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Hci.Samples", "samples\Azure.ResourceManager.Hci.Samples.csproj", "{AC9202E9-BEF4-41BE-B596-C401213ADFA4}" EndProject Global - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {F6B819CE-D441-4559-938E-957038079494} - EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Debug|x64 = Debug|x64 @@ -49,5 +43,23 @@ Global {E2B3F6E2-0634-4E7E-84E7-59E014BE1C75}.Release|x64.Build.0 = Release|Any CPU {E2B3F6E2-0634-4E7E-84E7-59E014BE1C75}.Release|x86.ActiveCfg = Release|Any CPU {E2B3F6E2-0634-4E7E-84E7-59E014BE1C75}.Release|x86.Build.0 = Release|Any CPU + {AC9202E9-BEF4-41BE-B596-C401213ADFA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AC9202E9-BEF4-41BE-B596-C401213ADFA4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AC9202E9-BEF4-41BE-B596-C401213ADFA4}.Debug|x64.ActiveCfg = Debug|Any CPU + {AC9202E9-BEF4-41BE-B596-C401213ADFA4}.Debug|x64.Build.0 = Debug|Any CPU + {AC9202E9-BEF4-41BE-B596-C401213ADFA4}.Debug|x86.ActiveCfg = Debug|Any CPU + {AC9202E9-BEF4-41BE-B596-C401213ADFA4}.Debug|x86.Build.0 = Debug|Any CPU + {AC9202E9-BEF4-41BE-B596-C401213ADFA4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AC9202E9-BEF4-41BE-B596-C401213ADFA4}.Release|Any CPU.Build.0 = Release|Any CPU + {AC9202E9-BEF4-41BE-B596-C401213ADFA4}.Release|x64.ActiveCfg = Release|Any CPU + {AC9202E9-BEF4-41BE-B596-C401213ADFA4}.Release|x64.Build.0 = Release|Any CPU + {AC9202E9-BEF4-41BE-B596-C401213ADFA4}.Release|x86.ActiveCfg = Release|Any CPU + {AC9202E9-BEF4-41BE-B596-C401213ADFA4}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F6B819CE-D441-4559-938E-957038079494} EndGlobalSection EndGlobal diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/CHANGELOG.md b/sdk/azurestackhci/Azure.ResourceManager.Hci/CHANGELOG.md index 19f9363dd11b..ccd58c79035a 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/CHANGELOG.md +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 1.1.0-beta.1 (Unreleased) +## 1.0.2 (2023-05-31) -### Features Added - -### Breaking Changes +### Feature Added -### Bugs Fixed - -### Other Changes +- Upgraded API version to 2023-02-01. ## 1.0.1 (2023-02-16) diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/api/Azure.ResourceManager.Hci.netstandard2.0.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/api/Azure.ResourceManager.Hci.netstandard2.0.cs index dfa266bcde0a..50a115a8c295 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/api/Azure.ResourceManager.Hci.netstandard2.0.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/api/Azure.ResourceManager.Hci.netstandard2.0.cs @@ -43,6 +43,8 @@ protected ArcExtensionResource() { } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.ArcExtensionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.ArcExtensionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Upgrade(Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.Models.ExtensionUpgradeContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task UpgradeAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.Models.ExtensionUpgradeContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class ArcSettingCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { @@ -451,6 +453,7 @@ namespace Azure.ResourceManager.Hci.Models public static Azure.ResourceManager.Hci.Models.ArcExtensionAggregateState Provisioning { get { throw null; } } public static Azure.ResourceManager.Hci.Models.ArcExtensionAggregateState Succeeded { get { throw null; } } public static Azure.ResourceManager.Hci.Models.ArcExtensionAggregateState Updating { get { throw null; } } + public static Azure.ResourceManager.Hci.Models.ArcExtensionAggregateState UpgradeFailedRollbackSucceeded { get { throw null; } } public bool Equals(Azure.ResourceManager.Hci.Models.ArcExtensionAggregateState other) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public override bool Equals(object obj) { throw null; } @@ -535,6 +538,20 @@ public ArcSettingPatch() { } public static bool operator !=(Azure.ResourceManager.Hci.Models.ClusterNodeType left, Azure.ResourceManager.Hci.Models.ClusterNodeType right) { throw null; } public override string ToString() { throw null; } } + public partial class ExtensionInstanceViewStatus + { + internal ExtensionInstanceViewStatus() { } + public string Code { get { throw null; } } + public string DisplayStatus { get { throw null; } } + public Azure.ResourceManager.Hci.Models.HciStatusLevelType? Level { get { throw null; } } + public string Message { get { throw null; } } + public System.DateTimeOffset? Time { get { throw null; } } + } + public partial class ExtensionUpgradeContent + { + public ExtensionUpgradeContent() { } + public string TargetVersion { get { throw null; } set { } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct HciAvailabilityType : System.IEquatable { @@ -598,6 +615,7 @@ internal HciClusterNode() { } public float? CoreCount { get { throw null; } } public string EhcResourceId { get { throw null; } } public float? Id { get { throw null; } } + public System.DateTimeOffset? LastLicensingTimestamp { get { throw null; } } public string Manufacturer { get { throw null; } } public float? MemoryInGiB { get { throw null; } } public string Model { get { throw null; } } @@ -659,6 +677,14 @@ internal HciClusterReportedProperties() { } public static bool operator !=(Azure.ResourceManager.Hci.Models.HciClusterStatus left, Azure.ResourceManager.Hci.Models.HciClusterStatus right) { throw null; } public override string ToString() { throw null; } } + public partial class HciExtensionInstanceView + { + internal HciExtensionInstanceView() { } + public string ExtensionInstanceViewType { get { throw null; } } + public string Name { get { throw null; } } + public Azure.ResourceManager.Hci.Models.ExtensionInstanceViewStatus Status { get { throw null; } } + public string TypeHandlerVersion { get { throw null; } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct HciHealthState : System.IEquatable { @@ -791,6 +817,25 @@ public HciSkuMappings() { } public System.Collections.Generic.IList MarketplaceSkuVersions { get { throw null; } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct HciStatusLevelType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public HciStatusLevelType(string value) { throw null; } + public static Azure.ResourceManager.Hci.Models.HciStatusLevelType Error { get { throw null; } } + public static Azure.ResourceManager.Hci.Models.HciStatusLevelType Info { get { throw null; } } + public static Azure.ResourceManager.Hci.Models.HciStatusLevelType Warning { get { throw null; } } + public bool Equals(Azure.ResourceManager.Hci.Models.HciStatusLevelType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Hci.Models.HciStatusLevelType left, Azure.ResourceManager.Hci.Models.HciStatusLevelType right) { throw null; } + public static implicit operator Azure.ResourceManager.Hci.Models.HciStatusLevelType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Hci.Models.HciStatusLevelType left, Azure.ResourceManager.Hci.Models.HciStatusLevelType right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct HciUpdateState : System.IEquatable { private readonly object _dummy; @@ -932,8 +977,10 @@ public partial class PerNodeExtensionState { internal PerNodeExtensionState() { } public string Extension { get { throw null; } } + public Azure.ResourceManager.Hci.Models.HciExtensionInstanceView InstanceView { get { throw null; } } public string Name { get { throw null; } } public Azure.ResourceManager.Hci.Models.NodeExtensionState? State { get { throw null; } } + public string TypeHandlerVersion { get { throw null; } } } public partial class SoftwareAssuranceChangeContent { diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcExtensionCollection.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcExtensionCollection.cs index 1e8a48a957b6..7b15145e0421 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcExtensionCollection.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcExtensionCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_ArcExtensionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListExtensionsUnderArcSettingResource() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/ListExtensionsByArcSetting.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/ListExtensionsByArcSetting.json // this example is just showing the usage of "Extensions_ListByArcSetting" 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 GetAll_ListExtensionsUnderArcSettingResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetArcSettingsExtension() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetExtension.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/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 @@ -97,7 +97,7 @@ public async Task Get_GetArcSettingsExtension() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetArcSettingsExtension() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetExtension.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/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 @@ -129,7 +129,7 @@ public async Task Exists_GetArcSettingsExtension() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateArcExtension() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/PutExtension.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/PutExtension.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 @@ -164,6 +164,7 @@ public async Task CreateOrUpdate_CreateArcExtension() { ["workspaceKey"] = "xx" }), + EnableAutomaticUpgrade = false, }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, extensionName, data); ArcExtensionResource result = lro.Value; diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcExtensionResource.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcExtensionResource.cs index 674839878f20..ea7fd4dc6076 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcExtensionResource.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcExtensionResource.cs @@ -13,6 +13,7 @@ using Azure.Identity; using Azure.ResourceManager; using Azure.ResourceManager.Hci; +using Azure.ResourceManager.Hci.Models; namespace Azure.ResourceManager.Hci.Samples { @@ -23,7 +24,7 @@ public partial class Sample_ArcExtensionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetArcSettingsExtension() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetExtension.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/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 @@ -56,7 +57,7 @@ public async Task Get_GetArcSettingsExtension() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateArcExtension() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/PatchExtension.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/PatchExtension.json // this example is just showing the usage of "Extensions_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 @@ -100,7 +101,7 @@ public async Task Update_UpdateArcExtension() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteArcExtension() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/DeleteExtension.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/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 @@ -123,5 +124,38 @@ public async Task Delete_DeleteArcExtension() Console.WriteLine($"Succeeded"); } + + // Upgrade Machine Extensions + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Upgrade_UpgradeMachineExtensions() + { + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/Extensions_Upgrade.json + // this example is just showing the usage of "Extensions_Upgrade" 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 + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ArcExtensionResource created on azure + // for more information of creating ArcExtensionResource, please refer to the document of ArcExtensionResource + string subscriptionId = "fd3c3665-1729-4b7b-9a38-238e83b0f98b"; + string resourceGroupName = "test-rg"; + string clusterName = "myCluster"; + string arcSettingName = "default"; + string extensionName = "MicrosoftMonitoringAgent"; + ResourceIdentifier arcExtensionResourceId = ArcExtensionResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, clusterName, arcSettingName, extensionName); + ArcExtensionResource arcExtension = client.GetArcExtensionResource(arcExtensionResourceId); + + // invoke the operation + ExtensionUpgradeContent content = new ExtensionUpgradeContent() + { + TargetVersion = "1.0.18062.0", + }; + await arcExtension.UpgradeAsync(WaitUntil.Completed, content); + + Console.WriteLine($"Succeeded"); + } } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcSettingCollection.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcSettingCollection.cs index 6dac6d94de1a..f86c1b2102b6 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcSettingCollection.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcSettingCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_ArcSettingCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListArcSettingResourcesByHCICluster() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/ListArcSettingsByCluster.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/ListArcSettingsByCluster.json // this example is just showing the usage of "ArcSettings_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 @@ -59,7 +59,7 @@ public async Task GetAll_ListArcSettingResourcesByHCICluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetArcSetting() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetArcSetting.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetArcSetting.json // this example is just showing the usage of "ArcSettings_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 @@ -94,7 +94,7 @@ public async Task Get_GetArcSetting() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetArcSetting() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetArcSetting.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetArcSetting.json // this example is just showing the usage of "ArcSettings_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 @@ -125,7 +125,7 @@ public async Task Exists_GetArcSetting() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateArcSetting() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/PutArcSetting.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/PutArcSetting.json // this example is just showing the usage of "ArcSettings_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/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcSettingResource.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcSettingResource.cs index 078e70b0b1b9..88f7e71647e2 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcSettingResource.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_ArcSettingResource.cs @@ -24,7 +24,7 @@ public partial class Sample_ArcSettingResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetArcSetting() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetArcSetting.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetArcSetting.json // this example is just showing the usage of "ArcSettings_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 @@ -56,7 +56,7 @@ public async Task Get_GetArcSetting() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_PatchArcSetting() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/PatchArcSetting.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/PatchArcSetting.json // this example is just showing the usage of "ArcSettings_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 @@ -95,7 +95,7 @@ public async Task Update_PatchArcSetting() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteArcSetting() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/DeleteArcSetting.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/DeleteArcSetting.json // this example is just showing the usage of "ArcSettings_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 @@ -123,7 +123,7 @@ public async Task Delete_DeleteArcSetting() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GeneratePassword_GeneratePassword() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GeneratePassword.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GeneratePassword.json // this example is just showing the usage of "ArcSettings_GeneratePassword" 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 @@ -151,7 +151,7 @@ public async Task GeneratePassword_GeneratePassword() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateIdentity_CreateArcIdentity() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/CreateArcIdentity.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/CreateArcIdentity.json // this example is just showing the usage of "ArcSettings_CreateIdentity" 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/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciClusterCollection.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciClusterCollection.cs index 3531a3df15ac..477b38932ff1 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciClusterCollection.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciClusterCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_HciClusterCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListClustersInAGivenResourceGroup() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/ListClustersByResourceGroup.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/ListClustersByResourceGroup.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 @@ -60,7 +60,7 @@ public async Task GetAll_ListClustersInAGivenResourceGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetCluster() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetCluster.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetCluster.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 @@ -94,7 +94,7 @@ public async Task Get_GetCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetCluster() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetCluster.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetCluster.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 @@ -124,7 +124,7 @@ public async Task Exists_GetCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateCluster() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/CreateCluster.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/CreateCluster.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 diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciClusterResource.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciClusterResource.cs index d0bd5093821a..190b5abe6dd5 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciClusterResource.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciClusterResource.cs @@ -24,7 +24,7 @@ public partial class Sample_HciClusterResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetHciClusters_ListClustersInAGivenSubscription() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/ListClustersBySubscription.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/ListClustersBySubscription.json // this example is just showing the usage of "Clusters_ListBySubscription" 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 @@ -56,7 +56,7 @@ public async Task GetHciClusters_ListClustersInAGivenSubscription() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetCluster() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetCluster.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetCluster.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 @@ -87,7 +87,7 @@ public async Task Get_GetCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateCluster() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/UpdateCluster.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/UpdateCluster.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 @@ -133,7 +133,7 @@ public async Task Update_UpdateCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteCluster() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/DeleteCluster.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/DeleteCluster.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 @@ -160,7 +160,7 @@ public async Task Delete_DeleteCluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UploadCertificate_UploadCertificate() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/UploadCertificate.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/UploadCertificate.json // this example is just showing the usage of "Clusters_UploadCertificate" 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 @@ -194,7 +194,7 @@ public async Task UploadCertificate_UploadCertificate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateIdentity_CreateClusterIdentity() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/CreateClusterIdentity.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/CreateClusterIdentity.json // this example is just showing the usage of "Clusters_CreateIdentity" 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 @@ -222,7 +222,7 @@ public async Task CreateIdentity_CreateClusterIdentity() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task ExtendSoftwareAssuranceBenefit_CreateClusterIdentity() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/ExtendSoftwareAssuranceBenefit.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/ExtendSoftwareAssuranceBenefit.json // this example is just showing the usage of "Clusters_ExtendSoftwareAssuranceBenefit" 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 @@ -258,7 +258,7 @@ public async Task ExtendSoftwareAssuranceBenefit_CreateClusterIdentity() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetOffers_ListOfferResourcesByHCICluster() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/ListOffersByCluster.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/ListOffersByCluster.json // this example is just showing the usage of "Offers_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 diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciSkuCollection.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciSkuCollection.cs index e66687c387cd..d82794112ca1 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciSkuCollection.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciSkuCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_HciSkuCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListSKUResourcesByOfferForTheHCICluster() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/ListSkusByOffer.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/ListSkusByOffer.json // this example is just showing the usage of "Skus_ListByOffer" 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_ListSKUResourcesByOfferForTheHCICluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSku() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetSku.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetSku.json // this example is just showing the usage of "Skus_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 @@ -97,7 +97,7 @@ public async Task Get_GetSku() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetSku() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetSku.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetSku.json // this example is just showing the usage of "Skus_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/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciSkuResource.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciSkuResource.cs index 24c85059796c..8f51fb0b694c 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciSkuResource.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_HciSkuResource.cs @@ -21,7 +21,7 @@ public partial class Sample_HciSkuResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSku() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetSku.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetSku.json // this example is just showing the usage of "Skus_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/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_OfferCollection.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_OfferCollection.cs index 2307b9f01bbc..100007c691df 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_OfferCollection.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_OfferCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_OfferCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListOfferResourcesByPublisherForTheHCICluster() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/ListOffersByPublisher.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/ListOffersByPublisher.json // this example is just showing the usage of "Offers_ListByPublisher" 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 @@ -59,7 +59,7 @@ public async Task GetAll_ListOfferResourcesByPublisherForTheHCICluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetOffer() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetOffer.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetOffer.json // this example is just showing the usage of "Offers_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_GetOffer() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetOffer() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetOffer.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetOffer.json // this example is just showing the usage of "Offers_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/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_OfferResource.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_OfferResource.cs index ebe13de26f55..598f6d53925e 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_OfferResource.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_OfferResource.cs @@ -21,7 +21,7 @@ public partial class Sample_OfferResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetOffer() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetOffer.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetOffer.json // this example is just showing the usage of "Offers_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/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_PublisherCollection.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_PublisherCollection.cs index 974dce6808ce..dec31b37c632 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_PublisherCollection.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_PublisherCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_PublisherCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListPublisherResourcesByHCICluster() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/ListPublishersByCluster.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/ListPublishersByCluster.json // this example is just showing the usage of "Publishers_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_ListPublisherResourcesByHCICluster() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPublisher() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetPublisher.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetPublisher.json // this example is just showing the usage of "Publishers_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_GetPublisher() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetPublisher() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetPublisher.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetPublisher.json // this example is just showing the usage of "Publishers_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/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_PublisherResource.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_PublisherResource.cs index 378f0ba87967..1eefecfd352b 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_PublisherResource.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_PublisherResource.cs @@ -21,7 +21,7 @@ public partial class Sample_PublisherResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPublisher() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetPublisher.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetPublisher.json // this example is just showing the usage of "Publishers_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/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateCollection.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateCollection.cs index 864b9bc609c9..c90a94375eb4 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateCollection.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_UpdateCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAvailableUpdates() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/ListUpdates.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/ListUpdates.json // this example is just showing the usage of "Updates_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 @@ -60,7 +60,7 @@ public async Task GetAll_ListAvailableUpdates() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_PutASpecificUpdate() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/PutUpdates.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/PutUpdates.json // this example is just showing the usage of "Updates_Put" 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 CreateOrUpdate_PutASpecificUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetASpecificUpdate() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetUpdates.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetUpdates.json // this example is just showing the usage of "Updates_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 @@ -157,7 +157,7 @@ public async Task Get_GetASpecificUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetASpecificUpdate() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetUpdates.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetUpdates.json // this example is just showing the usage of "Updates_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/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateResource.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateResource.cs index e1bbb102185c..7b3468656668 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateResource.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateResource.cs @@ -23,7 +23,7 @@ public partial class Sample_UpdateResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Post_ListAvailableUpdates() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/PostUpdates.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/PostUpdates.json // this example is just showing the usage of "Updates_Post" 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 @@ -51,7 +51,7 @@ public async Task Post_ListAvailableUpdates() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteAnUpdate() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/DeleteUpdates.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/DeleteUpdates.json // this example is just showing the usage of "Updates_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 @@ -79,7 +79,7 @@ public async Task Delete_DeleteAnUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_PutASpecificUpdate() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/PutUpdates.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/PutUpdates.json // this example is just showing the usage of "Updates_Put" 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 @@ -138,7 +138,7 @@ public async Task Update_PutASpecificUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetASpecificUpdate() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetUpdates.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetUpdates.json // this example is just showing the usage of "Updates_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/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateRunCollection.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateRunCollection.cs index 1ea18c5aceaf..577590f27aae 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateRunCollection.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateRunCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_UpdateRunCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListUpdateRunsUnderClusterResource() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/ListUpdateRuns.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/ListUpdateRuns.json // this example is just showing the usage of "UpdateRuns_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 @@ -61,7 +61,7 @@ public async Task GetAll_ListUpdateRunsUnderClusterResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_GetUpdateRunsUnderClusterResource() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/PutUpdateRuns.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/PutUpdateRuns.json // this example is just showing the usage of "UpdateRuns_Put" 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 @@ -124,7 +124,7 @@ public async Task CreateOrUpdate_GetUpdateRunsUnderClusterResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetUpdateRunsUnderClusterResource() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetUpdateRuns.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetUpdateRuns.json // this example is just showing the usage of "UpdateRuns_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 @@ -160,7 +160,7 @@ public async Task Get_GetUpdateRunsUnderClusterResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetUpdateRunsUnderClusterResource() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetUpdateRuns.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetUpdateRuns.json // this example is just showing the usage of "UpdateRuns_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/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateRunResource.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateRunResource.cs index 6d42b666cd27..c6de297e9234 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateRunResource.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateRunResource.cs @@ -23,7 +23,7 @@ public partial class Sample_UpdateRunResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteAnUpdate() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/DeleteUpdateRuns.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/DeleteUpdateRuns.json // this example is just showing the usage of "UpdateRuns_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 @@ -52,7 +52,7 @@ public async Task Delete_DeleteAnUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_GetUpdateRunsUnderClusterResource() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/PutUpdateRuns.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/PutUpdateRuns.json // this example is just showing the usage of "UpdateRuns_Put" 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 @@ -112,7 +112,7 @@ public async Task Update_GetUpdateRunsUnderClusterResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetUpdateRunsUnderClusterResource() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetUpdateRuns.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetUpdateRuns.json // this example is just showing the usage of "UpdateRuns_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/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateSummaryResource.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateSummaryResource.cs index 679c3b757687..2801faf777b7 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateSummaryResource.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/samples/Generated/Samples/Sample_UpdateSummaryResource.cs @@ -23,7 +23,7 @@ public partial class Sample_UpdateSummaryResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteAnUpdate() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/DeleteUpdateSummaries.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/DeleteUpdateSummaries.json // this example is just showing the usage of "UpdateSummaries_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 @@ -50,7 +50,7 @@ public async Task Delete_DeleteAnUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_PutUpdateSummariesUnderClusterResource() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/PutUpdateSummaries.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/PutUpdateSummaries.json // this example is just showing the usage of "UpdateSummaries_Put" 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 CreateOrUpdate_PutUpdateSummariesUnderClusterResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetUpdateSummariesUnderClusterResource() { - // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-12-01/examples/GetUpdateSummaries.json + // Generated from example definition: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/examples/GetUpdateSummaries.json // this example is just showing the usage of "UpdateSummaries_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/azurestackhci/Azure.ResourceManager.Hci/src/Azure.ResourceManager.Hci.csproj b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Azure.ResourceManager.Hci.csproj index d073f7e1e936..9ce9b4c01134 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Azure.ResourceManager.Hci.csproj +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Azure.ResourceManager.Hci.csproj @@ -1,6 +1,6 @@ - 1.1.0-beta.1 + 1.0.2 1.0.1 Azure.ResourceManager.Hci diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/ArcExtensionData.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/ArcExtensionData.cs index c442d74f9cf6..e2ab9ea7b83a 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/ArcExtensionData.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/ArcExtensionData.cs @@ -36,7 +36,7 @@ public ArcExtensionData() /// How the extension handler should be forced to update even if the extension configuration has not changed. /// The name of the extension handler publisher. /// Specifies the type of the extension; an example is "CustomScriptExtension". - /// Specifies the version of the script handler. + /// Specifies the version of the script handler. Latest version would be used if not specified. /// Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. /// Json formatted public settings for the extension. /// Protected settings (may contain secrets). @@ -68,7 +68,7 @@ internal ArcExtensionData(ResourceIdentifier id, string name, ResourceType resou public string Publisher { get; set; } /// Specifies the type of the extension; an example is "CustomScriptExtension". public string ArcExtensionType { get; set; } - /// Specifies the version of the script handler. + /// Specifies the version of the script handler. Latest version would be used if not specified. public string TypeHandlerVersion { get; set; } /// Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. public bool? ShouldAutoUpgradeMinorVersion { get; set; } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/ArcExtensionResource.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/ArcExtensionResource.cs index 27f575cf2e9a..ba5dc7393192 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/ArcExtensionResource.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/ArcExtensionResource.cs @@ -13,6 +13,7 @@ using Azure.Core; using Azure.Core.Pipeline; using Azure.ResourceManager; +using Azure.ResourceManager.Hci.Models; namespace Azure.ResourceManager.Hci { @@ -293,5 +294,81 @@ public virtual ArmOperation Update(WaitUntil waitUntil, Ar throw; } } + + /// + /// Upgrade a particular Arc Extension of HCI Cluster. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}/extensions/{extensionName}/upgrade + /// + /// + /// Operation Id + /// Extensions_Upgrade + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the Upgrade Extensions operation. + /// The cancellation token to use. + /// is null. + public virtual async Task UpgradeAsync(WaitUntil waitUntil, ExtensionUpgradeContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + using var scope = _arcExtensionExtensionsClientDiagnostics.CreateScope("ArcExtensionResource.Upgrade"); + scope.Start(); + try + { + var response = await _arcExtensionExtensionsRestClient.UpgradeAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, content, cancellationToken).ConfigureAwait(false); + var operation = new HciArmOperation(_arcExtensionExtensionsClientDiagnostics, Pipeline, _arcExtensionExtensionsRestClient.CreateUpgradeRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, content).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Upgrade a particular Arc Extension of HCI Cluster. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}/extensions/{extensionName}/upgrade + /// + /// + /// Operation Id + /// Extensions_Upgrade + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the Upgrade Extensions operation. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Upgrade(WaitUntil waitUntil, ExtensionUpgradeContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + using var scope = _arcExtensionExtensionsClientDiagnostics.CreateScope("ArcExtensionResource.Upgrade"); + scope.Start(); + try + { + var response = _arcExtensionExtensionsRestClient.Upgrade(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, content, cancellationToken); + var operation = new HciArmOperation(_arcExtensionExtensionsClientDiagnostics, Pipeline, _arcExtensionExtensionsRestClient.CreateUpgradeRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, content).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ArcExtensionAggregateState.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ArcExtensionAggregateState.cs index c41ce4fbc532..36a6fdef4121 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ArcExtensionAggregateState.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ArcExtensionAggregateState.cs @@ -39,6 +39,7 @@ public ArcExtensionAggregateState(string value) private const string InProgressValue = "InProgress"; private const string AcceptedValue = "Accepted"; private const string ProvisioningValue = "Provisioning"; + private const string UpgradeFailedRollbackSucceededValue = "UpgradeFailedRollbackSucceeded"; /// NotSpecified. public static ArcExtensionAggregateState NotSpecified { get; } = new ArcExtensionAggregateState(NotSpecifiedValue); @@ -74,6 +75,8 @@ public ArcExtensionAggregateState(string value) public static ArcExtensionAggregateState Accepted { get; } = new ArcExtensionAggregateState(AcceptedValue); /// Provisioning. public static ArcExtensionAggregateState Provisioning { get; } = new ArcExtensionAggregateState(ProvisioningValue); + /// UpgradeFailedRollbackSucceeded. + public static ArcExtensionAggregateState UpgradeFailedRollbackSucceeded { get; } = new ArcExtensionAggregateState(UpgradeFailedRollbackSucceededValue); /// Determines if two values are the same. public static bool operator ==(ArcExtensionAggregateState left, ArcExtensionAggregateState right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ExtensionInstanceViewStatus.Serialization.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ExtensionInstanceViewStatus.Serialization.cs new file mode 100644 index 000000000000..d10d4cef3474 --- /dev/null +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ExtensionInstanceViewStatus.Serialization.cs @@ -0,0 +1,66 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Hci.Models +{ + public partial class ExtensionInstanceViewStatus + { + internal static ExtensionInstanceViewStatus DeserializeExtensionInstanceViewStatus(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional code = default; + Optional level = default; + Optional displayStatus = default; + Optional message = default; + Optional time = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("code"u8)) + { + code = property.Value.GetString(); + continue; + } + if (property.NameEquals("level"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + level = new HciStatusLevelType(property.Value.GetString()); + continue; + } + if (property.NameEquals("displayStatus"u8)) + { + displayStatus = property.Value.GetString(); + continue; + } + if (property.NameEquals("message"u8)) + { + message = property.Value.GetString(); + continue; + } + if (property.NameEquals("time"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + time = property.Value.GetDateTimeOffset("O"); + continue; + } + } + return new ExtensionInstanceViewStatus(code.Value, Optional.ToNullable(level), displayStatus.Value, message.Value, Optional.ToNullable(time)); + } + } +} diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ExtensionInstanceViewStatus.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ExtensionInstanceViewStatus.cs new file mode 100644 index 000000000000..6ff0cbdc4fe1 --- /dev/null +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ExtensionInstanceViewStatus.cs @@ -0,0 +1,46 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Hci.Models +{ + /// Instance view status. + public partial class ExtensionInstanceViewStatus + { + /// Initializes a new instance of ExtensionInstanceViewStatus. + internal ExtensionInstanceViewStatus() + { + } + + /// Initializes a new instance of ExtensionInstanceViewStatus. + /// The status code. + /// The level code. + /// The short localizable label for the status. + /// The detailed status message, including for alerts and error messages. + /// The time of the status. + internal ExtensionInstanceViewStatus(string code, HciStatusLevelType? level, string displayStatus, string message, DateTimeOffset? time) + { + Code = code; + Level = level; + DisplayStatus = displayStatus; + Message = message; + Time = time; + } + + /// The status code. + public string Code { get; } + /// The level code. + public HciStatusLevelType? Level { get; } + /// The short localizable label for the status. + public string DisplayStatus { get; } + /// The detailed status message, including for alerts and error messages. + public string Message { get; } + /// The time of the status. + public DateTimeOffset? Time { get; } + } +} diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ExtensionUpgradeContent.Serialization.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ExtensionUpgradeContent.Serialization.cs new file mode 100644 index 000000000000..aee525ee4560 --- /dev/null +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ExtensionUpgradeContent.Serialization.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Hci.Models +{ + public partial class ExtensionUpgradeContent : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(TargetVersion)) + { + writer.WritePropertyName("targetVersion"u8); + writer.WriteStringValue(TargetVersion); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ExtensionUpgradeContent.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ExtensionUpgradeContent.cs new file mode 100644 index 000000000000..00041ec15662 --- /dev/null +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/ExtensionUpgradeContent.cs @@ -0,0 +1,21 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Hci.Models +{ + /// Describes the parameters for Extension upgrade. + public partial class ExtensionUpgradeContent + { + /// Initializes a new instance of ExtensionUpgradeContent. + public ExtensionUpgradeContent() + { + } + + /// Extension Upgrade Target Version. + public string TargetVersion { get; set; } + } +} diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciClusterNode.Serialization.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciClusterNode.Serialization.cs index 0dcd4f108950..b228d5cd1c52 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciClusterNode.Serialization.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciClusterNode.Serialization.cs @@ -5,6 +5,7 @@ #nullable disable +using System; using System.Text.Json; using Azure.Core; @@ -31,6 +32,7 @@ internal static HciClusterNode DeserializeHciClusterNode(JsonElement element) Optional serialNumber = default; Optional coreCount = default; Optional memoryInGiB = default; + Optional lastLicensingTimestamp = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("name"u8)) @@ -118,8 +120,17 @@ internal static HciClusterNode DeserializeHciClusterNode(JsonElement element) memoryInGiB = property.Value.GetSingle(); continue; } + if (property.NameEquals("lastLicensingTimestamp"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + lastLicensingTimestamp = property.Value.GetDateTimeOffset("O"); + continue; + } } - return new HciClusterNode(name.Value, Optional.ToNullable(id), Optional.ToNullable(windowsServerSubscription), Optional.ToNullable(nodeType), ehcResourceId.Value, manufacturer.Value, model.Value, osName.Value, osVersion.Value, osDisplayVersion.Value, serialNumber.Value, Optional.ToNullable(coreCount), Optional.ToNullable(memoryInGiB)); + return new HciClusterNode(name.Value, Optional.ToNullable(id), Optional.ToNullable(windowsServerSubscription), Optional.ToNullable(nodeType), ehcResourceId.Value, manufacturer.Value, model.Value, osName.Value, osVersion.Value, osDisplayVersion.Value, serialNumber.Value, Optional.ToNullable(coreCount), Optional.ToNullable(memoryInGiB), Optional.ToNullable(lastLicensingTimestamp)); } } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciClusterNode.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciClusterNode.cs index 1ca679618be2..ea0836062a96 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciClusterNode.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciClusterNode.cs @@ -5,6 +5,8 @@ #nullable disable +using System; + namespace Azure.ResourceManager.Hci.Models { /// Cluster node details. @@ -29,7 +31,8 @@ internal HciClusterNode() /// Immutable id of the cluster node. /// Number of physical cores on the cluster node. /// Total available memory on the cluster node (in GiB). - internal HciClusterNode(string name, float? id, WindowsServerSubscription? windowsServerSubscription, ClusterNodeType? nodeType, string ehcResourceId, string manufacturer, string model, string osName, string osVersion, string osDisplayVersion, string serialNumber, float? coreCount, float? memoryInGiB) + /// Most recent licensing timestamp. + internal HciClusterNode(string name, float? id, WindowsServerSubscription? windowsServerSubscription, ClusterNodeType? nodeType, string ehcResourceId, string manufacturer, string model, string osName, string osVersion, string osDisplayVersion, string serialNumber, float? coreCount, float? memoryInGiB, DateTimeOffset? lastLicensingTimestamp) { Name = name; Id = id; @@ -44,6 +47,7 @@ internal HciClusterNode(string name, float? id, WindowsServerSubscription? windo SerialNumber = serialNumber; CoreCount = coreCount; MemoryInGiB = memoryInGiB; + LastLicensingTimestamp = lastLicensingTimestamp; } /// Name of the cluster node. @@ -72,5 +76,7 @@ internal HciClusterNode(string name, float? id, WindowsServerSubscription? windo public float? CoreCount { get; } /// Total available memory on the cluster node (in GiB). public float? MemoryInGiB { get; } + /// Most recent licensing timestamp. + public DateTimeOffset? LastLicensingTimestamp { get; } } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciExtensionInstanceView.Serialization.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciExtensionInstanceView.Serialization.cs new file mode 100644 index 000000000000..dabed6fd9f32 --- /dev/null +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciExtensionInstanceView.Serialization.cs @@ -0,0 +1,55 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Hci.Models +{ + public partial class HciExtensionInstanceView + { + internal static HciExtensionInstanceView DeserializeHciExtensionInstanceView(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional name = default; + Optional type = default; + Optional typeHandlerVersion = default; + Optional status = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = property.Value.GetString(); + continue; + } + if (property.NameEquals("typeHandlerVersion"u8)) + { + typeHandlerVersion = property.Value.GetString(); + continue; + } + if (property.NameEquals("status"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + status = ExtensionInstanceViewStatus.DeserializeExtensionInstanceViewStatus(property.Value); + continue; + } + } + return new HciExtensionInstanceView(name.Value, type.Value, typeHandlerVersion.Value, status.Value); + } + } +} diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciExtensionInstanceView.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciExtensionInstanceView.cs new file mode 100644 index 000000000000..9dda6977faa2 --- /dev/null +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciExtensionInstanceView.cs @@ -0,0 +1,40 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Hci.Models +{ + /// Describes the Extension Instance View. + public partial class HciExtensionInstanceView + { + /// Initializes a new instance of HciExtensionInstanceView. + internal HciExtensionInstanceView() + { + } + + /// Initializes a new instance of HciExtensionInstanceView. + /// The extension name. + /// Specifies the type of the extension; an example is "MicrosoftMonitoringAgent". + /// Specifies the version of the script handler. + /// Instance view status. + internal HciExtensionInstanceView(string name, string extensionInstanceViewType, string typeHandlerVersion, ExtensionInstanceViewStatus status) + { + Name = name; + ExtensionInstanceViewType = extensionInstanceViewType; + TypeHandlerVersion = typeHandlerVersion; + Status = status; + } + + /// The extension name. + public string Name { get; } + /// Specifies the type of the extension; an example is "MicrosoftMonitoringAgent". + public string ExtensionInstanceViewType { get; } + /// Specifies the version of the script handler. + public string TypeHandlerVersion { get; } + /// Instance view status. + public ExtensionInstanceViewStatus Status { get; } + } +} diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciStatusLevelType.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciStatusLevelType.cs new file mode 100644 index 000000000000..0fbbf39156d8 --- /dev/null +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/HciStatusLevelType.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Hci.Models +{ + /// The level code. + public readonly partial struct HciStatusLevelType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public HciStatusLevelType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string InfoValue = "Info"; + private const string WarningValue = "Warning"; + private const string ErrorValue = "Error"; + + /// Info. + public static HciStatusLevelType Info { get; } = new HciStatusLevelType(InfoValue); + /// Warning. + public static HciStatusLevelType Warning { get; } = new HciStatusLevelType(WarningValue); + /// Error. + public static HciStatusLevelType Error { get; } = new HciStatusLevelType(ErrorValue); + /// Determines if two values are the same. + public static bool operator ==(HciStatusLevelType left, HciStatusLevelType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(HciStatusLevelType left, HciStatusLevelType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator HciStatusLevelType(string value) => new HciStatusLevelType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is HciStatusLevelType other && Equals(other); + /// + public bool Equals(HciStatusLevelType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/PerNodeExtensionState.Serialization.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/PerNodeExtensionState.Serialization.cs index 845c8a1aacfd..2bc77251f3d6 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/PerNodeExtensionState.Serialization.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/PerNodeExtensionState.Serialization.cs @@ -20,7 +20,9 @@ internal static PerNodeExtensionState DeserializePerNodeExtensionState(JsonEleme } Optional name = default; Optional extension = default; + Optional typeHandlerVersion = default; Optional state = default; + Optional instanceView = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("name"u8)) @@ -33,6 +35,11 @@ internal static PerNodeExtensionState DeserializePerNodeExtensionState(JsonEleme extension = property.Value.GetString(); continue; } + if (property.NameEquals("typeHandlerVersion"u8)) + { + typeHandlerVersion = property.Value.GetString(); + continue; + } if (property.NameEquals("state"u8)) { if (property.Value.ValueKind == JsonValueKind.Null) @@ -42,8 +49,17 @@ internal static PerNodeExtensionState DeserializePerNodeExtensionState(JsonEleme state = new NodeExtensionState(property.Value.GetString()); continue; } + if (property.NameEquals("instanceView"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + instanceView = HciExtensionInstanceView.DeserializeHciExtensionInstanceView(property.Value); + continue; + } } - return new PerNodeExtensionState(name.Value, extension.Value, Optional.ToNullable(state)); + return new PerNodeExtensionState(name.Value, extension.Value, typeHandlerVersion.Value, Optional.ToNullable(state), instanceView.Value); } } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/PerNodeExtensionState.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/PerNodeExtensionState.cs index 780fecb954b5..baadb8b47566 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/PerNodeExtensionState.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/Models/PerNodeExtensionState.cs @@ -18,19 +18,27 @@ internal PerNodeExtensionState() /// Initializes a new instance of PerNodeExtensionState. /// Name of the node in HCI Cluster. /// Fully qualified resource ID for the particular Arc Extension on this node. + /// Specifies the version of the script handler. /// State of Arc Extension in this node. - internal PerNodeExtensionState(string name, string extension, NodeExtensionState? state) + /// The extension instance view. + internal PerNodeExtensionState(string name, string extension, string typeHandlerVersion, NodeExtensionState? state, HciExtensionInstanceView instanceView) { Name = name; Extension = extension; + TypeHandlerVersion = typeHandlerVersion; State = state; + InstanceView = instanceView; } /// Name of the node in HCI Cluster. public string Name { get; } /// Fully qualified resource ID for the particular Arc Extension on this node. public string Extension { get; } + /// Specifies the version of the script handler. + public string TypeHandlerVersion { get; } /// State of Arc Extension in this node. public NodeExtensionState? State { get; } + /// The extension instance view. + public HciExtensionInstanceView InstanceView { get; } } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/ArcSettingsRestOperations.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/ArcSettingsRestOperations.cs index 84f9c526a5fb..0dceb7b33208 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/ArcSettingsRestOperations.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/ArcSettingsRestOperations.cs @@ -33,7 +33,7 @@ public ArcSettingsRestOperations(HttpPipeline pipeline, string applicationId, Ur { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2023-02-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/ClustersRestOperations.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/ClustersRestOperations.cs index 3cbb9debfc38..8b8fea5d2a5b 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/ClustersRestOperations.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/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 ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2023-02-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/ExtensionsRestOperations.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/ExtensionsRestOperations.cs index 41a5b40c391a..9f938d7cca51 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/ExtensionsRestOperations.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/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 ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2023-02-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -480,6 +480,95 @@ public Response Delete(string subscriptionId, string resourceGroupName, string c } } + internal HttpMessage CreateUpgradeRequest(string subscriptionId, string resourceGroupName, string clusterName, string arcSettingName, string extensionName, ExtensionUpgradeContent content) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.AzureStackHCI/clusters/", false); + uri.AppendPath(clusterName, true); + uri.AppendPath("/arcSettings/", false); + uri.AppendPath(arcSettingName, true); + uri.AppendPath("/extensions/", false); + uri.AppendPath(extensionName, true); + uri.AppendPath("/upgrade", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + _userAgent.Apply(message); + return message; + } + + /// Upgrade a particular Arc Extension of HCI Cluster. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// The name of the cluster. + /// The name of the proxy resource holding details of HCI ArcSetting information. + /// The name of the machine extension. + /// Parameters supplied to the Upgrade Extensions operation. + /// The cancellation token to use. + /// , , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public async Task UpgradeAsync(string subscriptionId, string resourceGroupName, string clusterName, string arcSettingName, string extensionName, ExtensionUpgradeContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(clusterName, nameof(clusterName)); + Argument.AssertNotNullOrEmpty(arcSettingName, nameof(arcSettingName)); + Argument.AssertNotNullOrEmpty(extensionName, nameof(extensionName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateUpgradeRequest(subscriptionId, resourceGroupName, clusterName, arcSettingName, extensionName, content); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Upgrade a particular Arc Extension of HCI Cluster. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// The name of the cluster. + /// The name of the proxy resource holding details of HCI ArcSetting information. + /// The name of the machine extension. + /// Parameters supplied to the Upgrade Extensions operation. + /// The cancellation token to use. + /// , , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public Response Upgrade(string subscriptionId, string resourceGroupName, string clusterName, string arcSettingName, string extensionName, ExtensionUpgradeContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(clusterName, nameof(clusterName)); + Argument.AssertNotNullOrEmpty(arcSettingName, nameof(arcSettingName)); + Argument.AssertNotNullOrEmpty(extensionName, nameof(extensionName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateUpgradeRequest(subscriptionId, resourceGroupName, clusterName, arcSettingName, extensionName, content); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + internal HttpMessage CreateListByArcSettingNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string clusterName, string arcSettingName) { var message = _pipeline.CreateMessage(); diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/OffersRestOperations.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/OffersRestOperations.cs index ee66de69fb1d..00dffd60e845 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/OffersRestOperations.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/OffersRestOperations.cs @@ -33,7 +33,7 @@ public OffersRestOperations(HttpPipeline pipeline, string applicationId, Uri end { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2023-02-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/PublishersRestOperations.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/PublishersRestOperations.cs index a223083fbb10..1b7c26dd739c 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/PublishersRestOperations.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/PublishersRestOperations.cs @@ -33,7 +33,7 @@ public PublishersRestOperations(HttpPipeline pipeline, string applicationId, Uri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2023-02-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/SkusRestOperations.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/SkusRestOperations.cs index 0154d150327d..1dc18bceb32d 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/SkusRestOperations.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/SkusRestOperations.cs @@ -33,7 +33,7 @@ public SkusRestOperations(HttpPipeline pipeline, string applicationId, Uri endpo { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2023-02-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/UpdateRunsRestOperations.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/UpdateRunsRestOperations.cs index fd62fb902c68..593c123121be 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/UpdateRunsRestOperations.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/UpdateRunsRestOperations.cs @@ -33,7 +33,7 @@ public UpdateRunsRestOperations(HttpPipeline pipeline, string applicationId, Uri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2023-02-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/UpdateSummariesRestOperations.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/UpdateSummariesRestOperations.cs index 8877370fb2be..02bca0e68904 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/UpdateSummariesRestOperations.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/UpdateSummariesRestOperations.cs @@ -33,7 +33,7 @@ public UpdateSummariesRestOperations(HttpPipeline pipeline, string applicationId { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2023-02-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/UpdatesRestOperations.cs b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/UpdatesRestOperations.cs index 583de1fa62f2..72dbfc5630ef 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/UpdatesRestOperations.cs +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/Generated/RestOperations/UpdatesRestOperations.cs @@ -33,7 +33,7 @@ public UpdatesRestOperations(HttpPipeline pipeline, string applicationId, Uri en { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2023-02-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/autorest.md b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/autorest.md index 6021c2ea14ba..c044ebf18fc0 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/src/autorest.md +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/src/autorest.md @@ -9,13 +9,16 @@ generate-model-factory: false csharp: true library-name: Hci namespace: Azure.ResourceManager.Hci -require: https://github.com/Azure/azure-rest-api-specs/blob/7d1f6b268def6736833a08311c87cc96740eaf03/specification/azurestackhci/resource-manager/readme.md +require: https://github.com/Azure/azure-rest-api-specs/blob/d82babc9bd0fa25260d04e52d841c2a6f59792c8/specification/azurestackhci/resource-manager/readme.md output-folder: $(this-folder)/Generated clear-output-folder: true skip-csproj: true modelerfour: flatten-payloads: false +# mgmt-debug: +# show-serialized-names: true + format-by-name-rules: '*TenantId': 'uuid' 'etag': 'etag' @@ -67,6 +70,9 @@ prepend-rp-prefix: - SkuMappings - UpdateList - PublisherCollection + - ExtensionInstanceView + - StatusLevelTypes + rename-mapping: Extension: ArcExtension Extension.properties.extensionParameters.autoUpgradeMinorVersion: ShouldAutoUpgradeMinorVersion diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcExtensionCollectionTests/CreateGetList().json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcExtensionCollectionTests/CreateGetList().json index 4d35549d651d..ec516ca4c99d 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcExtensionCollectionTests/CreateGetList().json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcExtensionCollectionTests/CreateGetList().json @@ -1,39 +1,44 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e00a82eb2498a4d00bee51d6e37ed548-c581343f71ff6472-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8379aac7932c8ff58f81afb555eb76f1", + "Connection": "keep-alive", + "traceparent": "00-627f4875b2a29847919dc61eee07382e-819947e47c0a304d-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "477b92e47768f3afda1987eae3a385b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "443", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:30 GMT", + "Date": "Thu, 11 May 2023 05:02:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d50a7f0-a178-425b-8bc3-97b7c31a4ecb", + "x-ms-correlation-request-id": "6229b79c-0d46-483b-bafa-753b26ce72f6", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "5d50a7f0-a178-425b-8bc3-97b7c31a4ecb", - "x-ms-routing-request-id": "EASTUS:20230228T170631Z:5d50a7f0-a178-425b-8bc3-97b7c31a4ecb" + "x-ms-request-id": "6229b79c-0d46-483b-bafa-753b26ce72f6", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050224Z:6229b79c-0d46-483b-bafa-753b26ce72f6" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "managedByTenants": [ + { + "tenantId": "ad44cbb7-4f0b-47b4-97bd-be70a5b1e681" + } + ], + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +48,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg5893?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg7365?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-2d334d5ed917fa3389c0e4be1e65e064-fea3f0736d9ac036-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "22a0818336cdeb3e265ccb44d280853e", + "traceparent": "00-b3ebbaed90edcb4f94168c3efe971aa1-846fce43a1b2a343-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "da53033f4036ca06b647a52aa2f26ade", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,19 +68,19 @@ "Cache-Control": "no-cache", "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:31 GMT", + "Date": "Thu, 11 May 2023 05:02:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4fab7c27-b678-41b1-8562-6957ab9e8542", + "x-ms-correlation-request-id": "1bb6161d-fda4-4a2b-a5dd-0cab93e06d29", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "4fab7c27-b678-41b1-8562-6957ab9e8542", - "x-ms-routing-request-id": "EASTUS:20230228T170632Z:4fab7c27-b678-41b1-8562-6957ab9e8542" + "x-ms-request-id": "1bb6161d-fda4-4a2b-a5dd-0cab93e06d29", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050229Z:1bb6161d-fda4-4a2b-a5dd-0cab93e06d29" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5893", - "name": "hci-cluster-rg5893", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7365", + "name": "hci-cluster-rg7365", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -84,23 +89,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5893/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6000?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7365/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3550?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-a3f61c65f526308b7c2f7f89441e8354-923ffd6b59bc8a5d-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3225de170fb3b68952843ac5514c0570", + "traceparent": "00-26bea5bbf8bf31409f30a80d639622db-73601bb51c690b44-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6b6196b5e926298b83a34cca18c365ce", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -110,37 +115,35 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1144", + "Content-Length": "1148", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:33 GMT", - "ETag": "\u0022bc03e48c-0000-0100-0000-63fe34990000\u0022", + "Date": "Thu, 11 May 2023 05:02:36 GMT", + "ETag": "\u00221713c8b6-0000-0100-0000-645c76ea0000\u0022", "Expires": "-1", - "mise-correlation-id": "5289cb14-8f1e-4a77-bd58-bb5060fcbb5b", + "mise-correlation-id": "c16db794-8dbb-4803-a86f-eb8b48177b18", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3225de170fb3b68952843ac5514c0570", - "x-ms-correlation-request-id": "bf8ab4da-9231-4be4-b2c8-c801e2c43a1c", + "x-ms-client-request-id": "6b6196b5e926298b83a34cca18c365ce", + "x-ms-correlation-request-id": "8ce513bd-ccf3-4280-8d7b-9412f61fe397", "x-ms-providerhub-traffic": "True", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "1d36a987-a52d-48f6-8c77-c5f2c27aed59", - "x-ms-routing-request-id": "EASTUS:20230228T170633Z:bf8ab4da-9231-4be4-b2c8-c801e2c43a1c", - "X-Powered-By": "ASP.NET" + "x-ms-request-id": "0cfb639b-80d8-4ef0-a0e1-2696582a11a8", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050236Z:8ce513bd-ccf3-4280-8d7b-9412f61fe397" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5893/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6000", - "name": "hci-cluster6000", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7365/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3550", + "name": "hci-cluster3550", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:32.73767Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:02:33.7663066Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:32.73767Z" + "lastModifiedAt": "2023-05-11T05:02:33.7663066Z" }, "identity": { "type": "None" @@ -148,8 +151,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "730d6a65-ac6a-4ca4-bda2-4e014ae7ecd5", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "a7d85249-3a34-4245-9063-0e52d0281a91", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -167,16 +170,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5893/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6000/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7365/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3550/arcSettings/default?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "17", "Content-Type": "application/json", - "traceparent": "00-6dcd544d793205ecac0eececba3cac0e-05bb12e8f995dbb7-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "7379df22fa8d3b73980637294bbc0129", + "traceparent": "00-05d8b3f65c39964493f95a746e682f5b-3050550617f3c54a-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7c7efe24aed474527cb23009c837261d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -187,55 +190,53 @@ "Cache-Control": "no-cache", "Content-Length": "737", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:33 GMT", - "ETag": "\u002299001f33-0000-0100-0000-63fe349a0000\u0022", + "Date": "Thu, 11 May 2023 05:02:37 GMT", + "ETag": "\u00226f024955-0000-0100-0000-645c76ed0000\u0022", "Expires": "-1", - "mise-correlation-id": "a9956ac8-e130-4e1a-8c24-0e1cc3b117ec", + "mise-correlation-id": "ee5c51fa-1c64-461d-ab17-359d2f3fe444", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7379df22fa8d3b73980637294bbc0129", - "x-ms-correlation-request-id": "82518fce-1f62-43c7-8c91-55d5c5984b2c", + "x-ms-client-request-id": "7c7efe24aed474527cb23009c837261d", + "x-ms-correlation-request-id": "40663876-ea84-412c-a550-f1c8145fd04f", "x-ms-providerhub-traffic": "True", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "835c7f3f-1b92-40e4-ade2-7d8c052bc4fb", - "x-ms-routing-request-id": "EASTUS:20230228T170634Z:82518fce-1f62-43c7-8c91-55d5c5984b2c", - "X-Powered-By": "ASP.NET" + "x-ms-request-id": "e4750b13-f636-4ff4-a6e7-dd475fa4f9ff", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050238Z:40663876-ea84-412c-a550-f1c8145fd04f" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5893/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6000/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7365/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3550/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:33.893976Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:02:37.204055Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:33.893976Z" + "lastModifiedAt": "2023-05-11T05:02:37.204055Z" }, "properties": { "connectivityProperties": { "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster6000-730d6a65-ac6a-4ca4-bda2-4e014ae7ecd5-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster3550-a7d85249-3a34-4245-9063-0e52d0281a91-Arc-Infra-RG", "aggregateState": "NotSpecified" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5893/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6000/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7365/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3550/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "268", "Content-Type": "application/json", - "traceparent": "00-1e023c781bf6f87e0ec3bdf7580326b4-906c5432efe6ca57-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "97d37f7785cc71d0166c7ab10425d410", + "traceparent": "00-7644abf8a50eae47a7c9d46aca5f693b-9cfd58389082ad41-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "efeebe0ca4501a19c8b1b39cb9009d84", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -258,33 +259,31 @@ "Cache-Control": "no-cache", "Content-Length": "875", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:34 GMT", - "ETag": "\u0022f7002c60-0000-0100-0000-63fe349b0000\u0022", + "Date": "Thu, 11 May 2023 05:02:39 GMT", + "ETag": "\u00225e00e6c4-0000-0100-0000-645c76ef0000\u0022", "Expires": "-1", - "mise-correlation-id": "92b45b5e-c6e0-4521-a578-7f7386aecd3b", + "mise-correlation-id": "9a01e777-fb9c-43eb-9328-91924dc7858e", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "97d37f7785cc71d0166c7ab10425d410", - "x-ms-correlation-request-id": "789f8d00-6a79-4cf2-9b52-8b1027815da5", + "x-ms-client-request-id": "efeebe0ca4501a19c8b1b39cb9009d84", + "x-ms-correlation-request-id": "30e429da-3e19-4d66-b65c-0a7874b43184", "x-ms-providerhub-traffic": "True", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "b0e96f56-45b5-4cca-b220-8f5cf5ea6d7b", - "x-ms-routing-request-id": "EASTUS:20230228T170635Z:789f8d00-6a79-4cf2-9b52-8b1027815da5", - "X-Powered-By": "ASP.NET" + "x-ms-request-id": "7040816e-0c05-48b0-bd13-98839ef89b02", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050239Z:30e429da-3e19-4d66-b65c-0a7874b43184" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5893/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6000/arcSettings/default/extensions/MicrosoftMonitoringAgent", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7365/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3550/arcSettings/default/extensions/MicrosoftMonitoringAgent", "name": "MicrosoftMonitoringAgent", "type": "microsoft.azurestackhci/clusters/arcsettings/extensions", "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:34.6596379Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:02:38.5791507Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:34.6596379Z" + "lastModifiedAt": "2023-05-11T05:02:38.5791507Z" }, "properties": { "provisioningState": "Succeeded", @@ -302,14 +301,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5893/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6000/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7365/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3550/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-afd48014b95f9ebca9644eb214265e94-3367dc632cea5b1e-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d24e10836d789ca30f085c207fc23772", + "traceparent": "00-487a40684d53b64f9c677062f3b557d9-de25d8a1fe0d214e-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5abe2e7c75d47f7ee464b322fab5bb7b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -318,24 +317,22 @@ "Cache-Control": "no-cache", "Content-Length": "626", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:35 GMT", - "ETag": "\u0022f7002c60-0000-0100-0000-63fe349b0000\u0022", + "Date": "Thu, 11 May 2023 05:02:39 GMT", + "ETag": "\u00225e00e6c4-0000-0100-0000-645c76ef0000\u0022", "Expires": "-1", - "mise-correlation-id": "07e11059-0389-4969-ab5e-f679064070d7", + "mise-correlation-id": "8bf49d7b-814b-41c2-a3e0-a55862ee726c", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d24e10836d789ca30f085c207fc23772", - "x-ms-correlation-request-id": "eafa1101-52b4-4170-b56d-7e8e67b0a845", + "x-ms-client-request-id": "5abe2e7c75d47f7ee464b322fab5bb7b", + "x-ms-correlation-request-id": "26f0fac2-f218-4404-a65b-d7c9c48f36d9", "x-ms-providerhub-traffic": "True", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "205bfa6f-8686-4083-ae56-51d8165679e1", - "x-ms-routing-request-id": "EASTUS:20230228T170635Z:eafa1101-52b4-4170-b56d-7e8e67b0a845", - "X-Powered-By": "ASP.NET" + "x-ms-request-id": "6519f657-a514-4c4e-8eab-010f0212408d", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050240Z:26f0fac2-f218-4404-a65b-d7c9c48f36d9" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5893/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6000/arcSettings/default/extensions/MicrosoftMonitoringAgent", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7365/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3550/arcSettings/default/extensions/MicrosoftMonitoringAgent", "name": "MicrosoftMonitoringAgent", "type": "microsoft.azurestackhci/clusters/arcsettings/extensions", "properties": { @@ -355,14 +352,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5893/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6000/arcSettings/default/extensions?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7365/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3550/arcSettings/default/extensions?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1efab48bde3b059284a930b1645af3ed-01ada28f46979b1e-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "76632731600cac1e36b62ce1eb2298b7", + "traceparent": "00-7435eaa862f9314890d9671c7f04fc3f-dd1f2bb60417964d-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6cc8ac1432b8a9316ce7ac64b6a56147", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -371,25 +368,23 @@ "Cache-Control": "no-cache", "Content-Length": "638", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:35 GMT", + "Date": "Thu, 11 May 2023 05:02:40 GMT", "Expires": "-1", - "mise-correlation-id": "e3aab8b0-c7c1-44c4-941b-f5c7db008e90", + "mise-correlation-id": "555b98cc-5901-4664-924b-e43ae7dca0f6", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "76632731600cac1e36b62ce1eb2298b7", - "x-ms-correlation-request-id": "f139ab5a-df7b-4794-bade-88aee9e82bdd", + "x-ms-client-request-id": "6cc8ac1432b8a9316ce7ac64b6a56147", + "x-ms-correlation-request-id": "e350bd98-4d5a-4b16-863b-b4070e683bb3", "x-ms-providerhub-traffic": "True", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "e455c5ec-186c-4d20-bd38-20e59833dba3", - "x-ms-routing-request-id": "EASTUS:20230228T170635Z:f139ab5a-df7b-4794-bade-88aee9e82bdd", - "X-Powered-By": "ASP.NET" + "x-ms-request-id": "7d5c28ea-3ae1-485a-8305-12af8bdf8cc9", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050241Z:e350bd98-4d5a-4b16-863b-b4070e683bb3" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5893/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6000/arcSettings/default/extensions/MicrosoftMonitoringAgent", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7365/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3550/arcSettings/default/extensions/MicrosoftMonitoringAgent", "name": "MicrosoftMonitoringAgent", "type": "microsoft.azurestackhci/clusters/arcsettings/extensions", "properties": { @@ -413,10 +408,10 @@ ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "1547666878", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "400706762", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcExtensionCollectionTests/CreateGetList()Async.json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcExtensionCollectionTests/CreateGetList()Async.json index 58a6cb7fd1c9..a248a47baf20 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcExtensionCollectionTests/CreateGetList()Async.json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcExtensionCollectionTests/CreateGetList()Async.json @@ -1,39 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6f5fc0daa0cb484277f0d4066cb6f335-ec22ca13fdb5cebc-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "16fd21189a37152b991573734fed27c3", + "traceparent": "00-0803d0641f225c409673f0712fe4ce8e-6a21b6e61ead724d-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "49eab37d67729da7b0c58801a31b5919", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "443", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:36 GMT", + "Date": "Thu, 11 May 2023 05:02:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c11bf70d-da06-4b00-b3a6-236c2d3e5e2c", + "x-ms-correlation-request-id": "5cbcf873-0c7f-4e9c-a06d-9055a07ef778", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "c11bf70d-da06-4b00-b3a6-236c2d3e5e2c", - "x-ms-routing-request-id": "EASTUS:20230228T170637Z:c11bf70d-da06-4b00-b3a6-236c2d3e5e2c" + "x-ms-request-id": "5cbcf873-0c7f-4e9c-a06d-9055a07ef778", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050245Z:5cbcf873-0c7f-4e9c-a06d-9055a07ef778" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "managedByTenants": [ + { + "tenantId": "ad44cbb7-4f0b-47b4-97bd-be70a5b1e681" + } + ], + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +47,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg4970?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg6491?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-24e787fbf29757b3299b6a3102c13b98-e7195fc392b3599f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "1977929d8ab3e84b4c52c3e611e562c5", + "traceparent": "00-915ee57593aba445b401ded4fdc73380-f804a7a7b398d445-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2660786027a30cc67e2b908a60b7ce1e", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,19 +67,19 @@ "Cache-Control": "no-cache", "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:37 GMT", + "Date": "Thu, 11 May 2023 05:02:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23a656ba-3df0-4bd5-b39a-1c562b1ad084", + "x-ms-correlation-request-id": "c6bbef04-47e8-445e-b5eb-dcc9f1d83f5e", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "23a656ba-3df0-4bd5-b39a-1c562b1ad084", - "x-ms-routing-request-id": "EASTUS:20230228T170637Z:23a656ba-3df0-4bd5-b39a-1c562b1ad084" + "x-ms-request-id": "c6bbef04-47e8-445e-b5eb-dcc9f1d83f5e", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050246Z:c6bbef04-47e8-445e-b5eb-dcc9f1d83f5e" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4970", - "name": "hci-cluster-rg4970", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6491", + "name": "hci-cluster-rg6491", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -84,23 +88,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4970/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1293?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6491/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8319?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-1b2f8b806e592e740e02066079d7d946-724710a3266943c6-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3fbe10106c2a2c18420589e20d94fae3", + "traceparent": "00-a463c643691e804594a0fc5df24efb39-ef51b9412b51684f-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "74650aea709590d30fe12416c0111552", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -110,37 +114,35 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1146", + "Content-Length": "1148", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:38 GMT", - "ETag": "\u0022bc036a8d-0000-0100-0000-63fe349e0000\u0022", + "Date": "Thu, 11 May 2023 05:02:52 GMT", + "ETag": "\u0022171397b7-0000-0100-0000-645c76fa0000\u0022", "Expires": "-1", - "mise-correlation-id": "cb010327-1fb2-4373-a263-c3f884bc1e20", + "mise-correlation-id": "8091ec75-8aa3-4a70-972d-4d5fdd2b95cc", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fbe10106c2a2c18420589e20d94fae3", - "x-ms-correlation-request-id": "cb410efa-b612-427b-8522-33d5cf71cad1", + "x-ms-client-request-id": "74650aea709590d30fe12416c0111552", + "x-ms-correlation-request-id": "93b36ff2-2cec-41b2-9e3c-31c34938f8de", "x-ms-providerhub-traffic": "True", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "c34cecca-eeeb-4795-a277-d80421ed2f14", - "x-ms-routing-request-id": "EASTUS:20230228T170638Z:cb410efa-b612-427b-8522-33d5cf71cad1", - "X-Powered-By": "ASP.NET" + "x-ms-request-id": "fe415edd-52b0-41f4-a750-0051ef83702c", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050252Z:93b36ff2-2cec-41b2-9e3c-31c34938f8de" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4970/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1293", - "name": "hci-cluster1293", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6491/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8319", + "name": "hci-cluster8319", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:37.972294Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:02:48.9704121Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:37.972294Z" + "lastModifiedAt": "2023-05-11T05:02:48.9704121Z" }, "identity": { "type": "None" @@ -148,8 +150,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "40840281-9465-4af2-b43f-e3fac32f5d8e", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "ca51de2f-ce8e-4535-a2e5-0c577ffb96e3", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -167,16 +169,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4970/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1293/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6491/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8319/arcSettings/default?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "17", "Content-Type": "application/json", - "traceparent": "00-9a0aeedaf29d2187cdc395cbf4c368bc-649e1214a2a3bc8b-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "804aa8c46460b1962eea47672f873011", + "traceparent": "00-efe22ca98885a94eb9459f36fb60c26c-a981f00ef1345149-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9f5e47a6da65238b3df33c1612500eb9", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -187,55 +189,53 @@ "Cache-Control": "no-cache", "Content-Length": "739", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:38 GMT", - "ETag": "\u002299004833-0000-0100-0000-63fe349f0000\u0022", + "Date": "Thu, 11 May 2023 05:08:44 GMT", + "ETag": "\u00226f020074-0000-0100-0000-645c785d0000\u0022", "Expires": "-1", - "mise-correlation-id": "8857d62b-1f41-4ceb-bd73-3fb76c109c21", + "mise-correlation-id": "1054bdcc-98b5-4dc6-b30c-1e084e00398d", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "804aa8c46460b1962eea47672f873011", - "x-ms-correlation-request-id": "217946c0-0e11-4972-9cde-37e9d988170b", + "x-ms-client-request-id": "9f5e47a6da65238b3df33c1612500eb9", + "x-ms-correlation-request-id": "4fd733c8-e866-453f-95aa-91aa2bd50ea6", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "b1128696-9b3d-42ac-abac-ddae37d300a3", - "x-ms-routing-request-id": "EASTUS:20230228T170639Z:217946c0-0e11-4972-9cde-37e9d988170b", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "25eb59b4-8088-4ae8-8dd9-05b58312be25", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050845Z:4fd733c8-e866-453f-95aa-91aa2bd50ea6" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4970/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1293/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6491/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8319/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:38.8473347Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:08:42.5973201Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:38.8473347Z" + "lastModifiedAt": "2023-05-11T05:08:42.5973201Z" }, "properties": { "connectivityProperties": { "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster1293-40840281-9465-4af2-b43f-e3fac32f5d8e-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster8319-ca51de2f-ce8e-4535-a2e5-0c577ffb96e3-Arc-Infra-RG", "aggregateState": "NotSpecified" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4970/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1293/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6491/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8319/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "268", "Content-Type": "application/json", - "traceparent": "00-3383f7c2871df107af2464d36ac78ec8-45693a202bcc5f48-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "16dcf7ae6f0426725eec7185c1063fbe", + "traceparent": "00-c2cee6866cf3ad47a93c31d38bc5895d-6ff8021d1de70346-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4f3039e295b307ca8d959345a2f6be19", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -258,33 +258,31 @@ "Cache-Control": "no-cache", "Content-Length": "875", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:39 GMT", - "ETag": "\u0022f7003060-0000-0100-0000-63fe349f0000\u0022", + "Date": "Thu, 11 May 2023 05:08:46 GMT", + "ETag": "\u00225e0048c7-0000-0100-0000-645c785e0000\u0022", "Expires": "-1", - "mise-correlation-id": "ff42ddb2-f9bb-4370-9fde-5eff5927069f", + "mise-correlation-id": "d1f66ccf-5d69-4f6d-b95f-1f9457b703da", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "16dcf7ae6f0426725eec7185c1063fbe", - "x-ms-correlation-request-id": "72c7f8d6-7910-45be-b895-3726673dd959", + "x-ms-client-request-id": "4f3039e295b307ca8d959345a2f6be19", + "x-ms-correlation-request-id": "70562c68-a47c-4fdc-94f4-a0b1301d1f0d", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "1ba743ae-8c42-4a22-add9-c0a525cded41", - "x-ms-routing-request-id": "EASTUS:20230228T170640Z:72c7f8d6-7910-45be-b895-3726673dd959", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "d99b60c6-1c15-40ae-9af9-a02112e27319", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050846Z:70562c68-a47c-4fdc-94f4-a0b1301d1f0d" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4970/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1293/arcSettings/default/extensions/MicrosoftMonitoringAgent", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6491/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8319/arcSettings/default/extensions/MicrosoftMonitoringAgent", "name": "MicrosoftMonitoringAgent", "type": "microsoft.azurestackhci/clusters/arcsettings/extensions", "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:39.4879892Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:08:45.7223486Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:39.4879892Z" + "lastModifiedAt": "2023-05-11T05:08:45.7223486Z" }, "properties": { "provisioningState": "Succeeded", @@ -302,14 +300,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4970/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1293/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6491/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8319/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2886b62b05b12780525a568963c568fc-a15384cf3657b674-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "153378d5e3b755df35242174f310f027", + "traceparent": "00-c2d74bab26a31941b5e4f3b38507da7b-718a1f9fd89a8144-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "86336ad2c6e0109f7c5612cf47468146", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -318,24 +316,22 @@ "Cache-Control": "no-cache", "Content-Length": "626", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:39 GMT", - "ETag": "\u0022f7003060-0000-0100-0000-63fe349f0000\u0022", + "Date": "Thu, 11 May 2023 05:08:46 GMT", + "ETag": "\u00225e0048c7-0000-0100-0000-645c785e0000\u0022", "Expires": "-1", - "mise-correlation-id": "f7c3b3ba-f65f-4fd9-8953-aaae4fbeb0b6", + "mise-correlation-id": "60c614f1-a581-4a7e-9d0a-03b777d0a30b", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "153378d5e3b755df35242174f310f027", - "x-ms-correlation-request-id": "44bd574c-d062-483e-a435-7fb667cc2367", + "x-ms-client-request-id": "86336ad2c6e0109f7c5612cf47468146", + "x-ms-correlation-request-id": "f28e3207-118f-4e9a-9e91-828ff0cdb5a4", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "a8d52744-6310-4571-a41e-f19c2838808d", - "x-ms-routing-request-id": "EASTUS:20230228T170640Z:44bd574c-d062-483e-a435-7fb667cc2367", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "c3ff09cc-8057-4366-b947-d07fd0bfdd80", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050847Z:f28e3207-118f-4e9a-9e91-828ff0cdb5a4" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4970/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1293/arcSettings/default/extensions/MicrosoftMonitoringAgent", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6491/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8319/arcSettings/default/extensions/MicrosoftMonitoringAgent", "name": "MicrosoftMonitoringAgent", "type": "microsoft.azurestackhci/clusters/arcsettings/extensions", "properties": { @@ -355,13 +351,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4970/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1293/arcSettings/default/extensions?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6491/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8319/arcSettings/default/extensions?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "2d9e88abf23b69f900309cf75e3201ad", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "db9a22359e9763493420d0715e28d3cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -370,25 +366,23 @@ "Cache-Control": "no-cache", "Content-Length": "638", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:39 GMT", + "Date": "Thu, 11 May 2023 05:08:47 GMT", "Expires": "-1", - "mise-correlation-id": "da1e0778-626b-4161-ba3f-de4c95aed416", + "mise-correlation-id": "5a0a6b08-e855-4e5e-8b70-d371a6c71d80", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d9e88abf23b69f900309cf75e3201ad", - "x-ms-correlation-request-id": "36259afe-bc4a-4531-9afe-6d53a71a1a50", + "x-ms-client-request-id": "db9a22359e9763493420d0715e28d3cf", + "x-ms-correlation-request-id": "1db360de-c21d-4056-b55c-42a26684b31d", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "375a8893-7cda-41b5-8a29-c0538705cb80", - "x-ms-routing-request-id": "EASTUS:20230228T170640Z:36259afe-bc4a-4531-9afe-6d53a71a1a50", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "69cb63a7-4579-4f4d-aa93-02ca4f574df8", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050848Z:1db360de-c21d-4056-b55c-42a26684b31d" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4970/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1293/arcSettings/default/extensions/MicrosoftMonitoringAgent", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6491/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8319/arcSettings/default/extensions/MicrosoftMonitoringAgent", "name": "MicrosoftMonitoringAgent", "type": "microsoft.azurestackhci/clusters/arcsettings/extensions", "properties": { @@ -412,10 +406,10 @@ ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "1532205018", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "1848640774", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingCollectionTests/CreateGetList().json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingCollectionTests/CreateGetList().json index 18e5fb419664..0f7fcf108184 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingCollectionTests/CreateGetList().json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingCollectionTests/CreateGetList().json @@ -1,39 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-95bab4f48e4e52f9812d008093bfb6c9-8a202824a9a366b1-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "4e688df10f6c6c42904e9079f86db06b", + "traceparent": "00-7f2b46b4f32c8249b8ed1e4dae351ae3-5846d948e562624a-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a0412f413673bb71b1f52db1b6113949", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "443", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:41 GMT", + "Date": "Thu, 11 May 2023 05:08:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1367597c-4a72-46c0-b74f-3d7840042659", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "1367597c-4a72-46c0-b74f-3d7840042659", - "x-ms-routing-request-id": "EASTUS:20230228T170642Z:1367597c-4a72-46c0-b74f-3d7840042659" + "x-ms-correlation-request-id": "941019dd-60c5-44be-afb4-015103bd5546", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "941019dd-60c5-44be-afb4-015103bd5546", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050854Z:941019dd-60c5-44be-afb4-015103bd5546" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "managedByTenants": [ + { + "tenantId": "ad44cbb7-4f0b-47b4-97bd-be70a5b1e681" + } + ], + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +47,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg9312?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg9406?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-ccdd1ab74d9f3fe82003a01de7f39964-32d3516a67c572eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "b597d92b7313fb96b898d100102af6cd", + "traceparent": "00-c95cc3d371a1c743918bf522c6490c11-fa95cf6a3c67cc4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6752bc2d7603a7a683787c9ffaf96bce", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,19 +67,19 @@ "Cache-Control": "no-cache", "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:42 GMT", + "Date": "Thu, 11 May 2023 05:08:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0296b6a8-71a5-4e45-a12d-6a081d2abfef", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "0296b6a8-71a5-4e45-a12d-6a081d2abfef", - "x-ms-routing-request-id": "EASTUS:20230228T170643Z:0296b6a8-71a5-4e45-a12d-6a081d2abfef" + "x-ms-correlation-request-id": "c3c99630-e245-4d80-8d81-8adb751757da", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "c3c99630-e245-4d80-8d81-8adb751757da", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050858Z:c3c99630-e245-4d80-8d81-8adb751757da" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9312", - "name": "hci-cluster-rg9312", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg9406", + "name": "hci-cluster-rg9406", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -84,23 +88,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9312/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1747?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg9406/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1680?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-b8dc2a7fe1b37ec0b5b1cd41d4b853eb-dde5ec2cc8bbab8a-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d0bb62bacf02af2aaf90e261d1131de6", + "traceparent": "00-89c940012462914baabcc7a5a084411d-11adaca0a50fbd46-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7ce5a502d21cbe0318da6111fbd7d1ab", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -112,35 +116,33 @@ "Cache-Control": "no-cache", "Content-Length": "1148", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:43 GMT", - "ETag": "\u0022bc03178e-0000-0100-0000-63fe34a30000\u0022", + "Date": "Thu, 11 May 2023 05:09:04 GMT", + "ETag": "\u00221713f7c6-0000-0100-0000-645c786f0000\u0022", "Expires": "-1", - "mise-correlation-id": "d85430b1-c65f-4562-b5e8-bed2c0cb9554", + "mise-correlation-id": "3a71e63b-7d70-48f9-bb85-c6d855569baa", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0bb62bacf02af2aaf90e261d1131de6", - "x-ms-correlation-request-id": "ddb5ce75-2793-4538-809d-d947acbd3e30", + "x-ms-client-request-id": "7ce5a502d21cbe0318da6111fbd7d1ab", + "x-ms-correlation-request-id": "63aac0b5-93d7-4ce0-bada-860d6c2d3ce6", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "e7098ed4-5701-464d-934f-ce92a9a0fe51", - "x-ms-routing-request-id": "EASTUS:20230228T170644Z:ddb5ce75-2793-4538-809d-d947acbd3e30", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "afa49402-f2e3-4e64-abf7-811c4e6e9a57", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050904Z:63aac0b5-93d7-4ce0-bada-860d6c2d3ce6" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9312/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1747", - "name": "hci-cluster1747", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg9406/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1680", + "name": "hci-cluster1680", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:43.3788015Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:09:02.6444473Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:43.3788015Z" + "lastModifiedAt": "2023-05-11T05:09:02.6444473Z" }, "identity": { "type": "None" @@ -148,8 +150,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "c6f37913-7729-40e9-96ed-8487b1b17591", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "4bdc16dc-feec-40c3-9b78-d1dc938bcf1d", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -167,16 +169,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9312/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1747/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg9406/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1680/arcSettings/default?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "17", "Content-Type": "application/json", - "traceparent": "00-d3473a5194236c95702eb3b452c99282-5eaa71c2dae05d01-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e8467647de72d11953b476716c80249a", + "traceparent": "00-6d051734edacfa46be516f2923cabfbf-43a2b8db65487f40-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a29eda613d749bb9f8efbef41bb7fcc2", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -185,55 +187,53 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "739", + "Content-Length": "737", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:44 GMT", - "ETag": "\u002299006633-0000-0100-0000-63fe34a40000\u0022", + "Date": "Thu, 11 May 2023 05:09:05 GMT", + "ETag": "\u00226f02f474-0000-0100-0000-645c78710000\u0022", "Expires": "-1", - "mise-correlation-id": "b6e5b31c-7427-43fb-83f3-e7b1e2165e1b", + "mise-correlation-id": "efacd130-6dd7-4ba7-b81f-fe42c7b3c9d5", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8467647de72d11953b476716c80249a", - "x-ms-correlation-request-id": "46c22256-e641-48cf-b2ee-8f8794c31017", + "x-ms-client-request-id": "a29eda613d749bb9f8efbef41bb7fcc2", + "x-ms-correlation-request-id": "b65856d4-1235-4a58-a486-101aec049680", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "e56823bb-fc80-496f-8fca-f52997911788", - "x-ms-routing-request-id": "EASTUS:20230228T170645Z:46c22256-e641-48cf-b2ee-8f8794c31017", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "866941d3-e742-4f01-8af1-d0e1bbad046f", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050905Z:b65856d4-1235-4a58-a486-101aec049680" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9312/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1747/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg9406/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1680/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:44.3475944Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:09:04.769492Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:44.3475944Z" + "lastModifiedAt": "2023-05-11T05:09:04.769492Z" }, "properties": { "connectivityProperties": { "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster1747-c6f37913-7729-40e9-96ed-8487b1b17591-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster1680-4bdc16dc-feec-40c3-9b78-d1dc938bcf1d-Arc-Infra-RG", "aggregateState": "NotSpecified" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9312/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1747/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg9406/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1680/arcSettings/default?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3f045ce96e73a68956321c879f2f3395-922e5329343d109f-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "4eb34cab7daf09296c0563e2b499e685", + "traceparent": "00-9651603a5384c14a845bdbd150bbb8ce-e19326e02e1c4947-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "930e23e37b64ea114fa9ea9c449688a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -242,24 +242,22 @@ "Cache-Control": "no-cache", "Content-Length": "481", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:44 GMT", - "ETag": "\u002299006633-0000-0100-0000-63fe34a40000\u0022", + "Date": "Thu, 11 May 2023 05:09:06 GMT", + "ETag": "\u00226f02f474-0000-0100-0000-645c78710000\u0022", "Expires": "-1", - "mise-correlation-id": "8bbab66d-71d6-4bae-8418-2770e292008a", + "mise-correlation-id": "7d5137dc-b5c5-489c-8be4-103950fb176e", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4eb34cab7daf09296c0563e2b499e685", - "x-ms-correlation-request-id": "df06d480-d5c6-4c49-9af0-2a1fcfdb3b83", + "x-ms-client-request-id": "930e23e37b64ea114fa9ea9c449688a0", + "x-ms-correlation-request-id": "6d7bcb40-f70a-4a91-a0f2-9d99a2dca2b6", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "36058eb9-db9c-468e-8555-4e326364dc8c", - "x-ms-routing-request-id": "EASTUS:20230228T170645Z:df06d480-d5c6-4c49-9af0-2a1fcfdb3b83", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "98357c8d-03a1-4235-bc5b-f072bce67bc7", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050906Z:6d7bcb40-f70a-4a91-a0f2-9d99a2dca2b6" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9312/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1747/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg9406/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1680/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "properties": { @@ -267,21 +265,21 @@ "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster1747-c6f37913-7729-40e9-96ed-8487b1b17591-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster1680-4bdc16dc-feec-40c3-9b78-d1dc938bcf1d-Arc-Infra-RG", "aggregateState": "NotSpecified", "perNodeDetails": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9312/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1747/arcSettings?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg9406/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1680/arcSettings?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d750f4cfbfd072bae496b51ca80a8c47-3eb70db8828c0429-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "b4c919b3e5afdc3948ea7c4d59b9432f", + "traceparent": "00-694ba44f1d857944ac9180a6a0b06794-7992d8d923f28c4a-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1f98f4ab2bcdc51fec49842d140ea261", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -290,25 +288,23 @@ "Cache-Control": "no-cache", "Content-Length": "493", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:44 GMT", + "Date": "Thu, 11 May 2023 05:09:06 GMT", "Expires": "-1", - "mise-correlation-id": "db907038-e333-4e1e-93ba-7fe48cef41da", + "mise-correlation-id": "60ff762c-10e3-4666-819b-9079dd696327", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4c919b3e5afdc3948ea7c4d59b9432f", - "x-ms-correlation-request-id": "963ce964-e43b-4419-8d2f-3365b482139c", + "x-ms-client-request-id": "1f98f4ab2bcdc51fec49842d140ea261", + "x-ms-correlation-request-id": "1faf5aa6-2676-42ab-95f0-49ceec426800", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "87313ef3-a2da-4a26-824f-78a8821b7ec3", - "x-ms-routing-request-id": "EASTUS:20230228T170645Z:963ce964-e43b-4419-8d2f-3365b482139c", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f2b791cb-5407-44d6-9d2f-841818dda36e", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050907Z:1faf5aa6-2676-42ab-95f0-49ceec426800" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9312/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1747/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg9406/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1680/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "properties": { @@ -316,7 +312,7 @@ "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster1747-c6f37913-7729-40e9-96ed-8487b1b17591-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster1680-4bdc16dc-feec-40c3-9b78-d1dc938bcf1d-Arc-Infra-RG", "aggregateState": "NotSpecified", "perNodeDetails": [] } @@ -327,10 +323,10 @@ ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "1341333660", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "1302645312", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingCollectionTests/CreateGetList()Async.json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingCollectionTests/CreateGetList()Async.json index d7f9a939baac..b9aa43e7276d 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingCollectionTests/CreateGetList()Async.json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingCollectionTests/CreateGetList()Async.json @@ -1,39 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7627ea226d80ee4242e1e771bffa0e48-84ee4ba467b23321-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "c5bf1505264030b8b3f39f6e6ce8144c", + "traceparent": "00-62c90327eea43c46bd31094068e0123c-36ec93d3fc35a14e-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7cada18a77698c649645f79b0a284060", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "443", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:46 GMT", + "Date": "Thu, 11 May 2023 05:09:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9231e09-98a6-451b-a687-6e804715bb32", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "e9231e09-98a6-451b-a687-6e804715bb32", - "x-ms-routing-request-id": "EASTUS:20230228T170647Z:e9231e09-98a6-451b-a687-6e804715bb32" + "x-ms-correlation-request-id": "02bbb552-ab1a-41b7-ac2c-8212aac170b1", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "02bbb552-ab1a-41b7-ac2c-8212aac170b1", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050910Z:02bbb552-ab1a-41b7-ac2c-8212aac170b1" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "managedByTenants": [ + { + "tenantId": "ad44cbb7-4f0b-47b4-97bd-be70a5b1e681" + } + ], + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +47,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg1272?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg5670?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-153c7f8b44c62f692c088d4261267a50-a26f84eb8ef1a316-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "c62ffe4da19cbc338ce62574a0b6ace4", + "traceparent": "00-95e23c704bcfed409c292289f7d65e19-e91147397f91dd47-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3f9d475a9e3f8a08a7c624a95771d189", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,19 +67,19 @@ "Cache-Control": "no-cache", "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:47 GMT", + "Date": "Thu, 11 May 2023 05:09:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bdbcd235-c931-4392-a8ea-b9d40a4b3bbe", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "bdbcd235-c931-4392-a8ea-b9d40a4b3bbe", - "x-ms-routing-request-id": "EASTUS:20230228T170647Z:bdbcd235-c931-4392-a8ea-b9d40a4b3bbe" + "x-ms-correlation-request-id": "5728d25a-272d-4bce-9540-aabe77a169e9", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "5728d25a-272d-4bce-9540-aabe77a169e9", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050912Z:5728d25a-272d-4bce-9540-aabe77a169e9" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1272", - "name": "hci-cluster-rg1272", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg5670", + "name": "hci-cluster-rg5670", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -84,23 +88,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1272/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6231?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg5670/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1638?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-5af4d7a5e6b2beaa6d3363b2fe847bf2-b795334ce3215676-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d40de1a58e88de2e9f21bdd183f71ec0", + "traceparent": "00-2f79ce4ee67cde4fbddbb71174ed94fa-8608824d1adde541-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1ea4d4e10e8e4ff76faaa34dd5f1ce74", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -112,35 +116,33 @@ "Cache-Control": "no-cache", "Content-Length": "1148", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:48 GMT", - "ETag": "\u0022bc03b18e-0000-0100-0000-63fe34a80000\u0022", + "Date": "Thu, 11 May 2023 05:09:16 GMT", + "ETag": "\u0022171378c7-0000-0100-0000-645c787b0000\u0022", "Expires": "-1", - "mise-correlation-id": "7543ebf0-7868-4687-93c9-4706517bbd50", + "mise-correlation-id": "daf4a77a-85d8-49b1-a72d-03a5393c4553", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d40de1a58e88de2e9f21bdd183f71ec0", - "x-ms-correlation-request-id": "3f71cc22-4bcc-4fa6-9a5a-a51819969955", + "x-ms-client-request-id": "1ea4d4e10e8e4ff76faaa34dd5f1ce74", + "x-ms-correlation-request-id": "f28b5e65-22e2-4751-9c42-4964974a6144", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "a61839c4-7cde-4913-bad0-0ce2586cdfd3", - "x-ms-routing-request-id": "EASTUS:20230228T170648Z:3f71cc22-4bcc-4fa6-9a5a-a51819969955", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "f465d67b-19f9-4823-930b-be01069d9748", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050916Z:f28b5e65-22e2-4751-9c42-4964974a6144" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1272/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6231", - "name": "hci-cluster6231", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg5670/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1638", + "name": "hci-cluster1638", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:48.0977725Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:09:14.9102316Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:48.0977725Z" + "lastModifiedAt": "2023-05-11T05:09:14.9102316Z" }, "identity": { "type": "None" @@ -148,8 +150,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "34f1fc79-51f6-486f-9bed-460339b63514", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "481ca106-f875-43a3-966a-f936914c56a4", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -167,16 +169,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1272/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6231/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg5670/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1638/arcSettings/default?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "17", "Content-Type": "application/json", - "traceparent": "00-7a8f804302800b6563a2f032e3420498-c9d2684aa6b452fe-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "37576c0869898b7308b33f93bc133cf2", + "traceparent": "00-8ea80683e4ba204fa256acccf5d0b327-b4cbab6170106743-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2ca3223f4a45a503f2c1b13fe33ed325", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -187,53 +189,51 @@ "Cache-Control": "no-cache", "Content-Length": "739", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:48 GMT", - "ETag": "\u002299008433-0000-0100-0000-63fe34a90000\u0022", + "Date": "Thu, 11 May 2023 05:09:17 GMT", + "ETag": "\u00226f028d75-0000-0100-0000-645c787d0000\u0022", "Expires": "-1", - "mise-correlation-id": "da2954c3-0136-4740-8501-507431f17e64", + "mise-correlation-id": "ab74633d-1bd0-4112-b4cd-a7ae309b7a05", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "37576c0869898b7308b33f93bc133cf2", - "x-ms-correlation-request-id": "a70dfaad-ba62-41dc-9720-510d80b3a5bc", + "x-ms-client-request-id": "2ca3223f4a45a503f2c1b13fe33ed325", + "x-ms-correlation-request-id": "f5079dee-4ffb-491e-8bb6-2e510cdea678", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1186", - "x-ms-request-id": "94a95c7f-ffa3-452a-a457-8729f3278ea0", - "x-ms-routing-request-id": "EASTUS:20230228T170649Z:a70dfaad-ba62-41dc-9720-510d80b3a5bc", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "e99fcdee-b732-4772-9ca1-277f2c741714", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050918Z:f5079dee-4ffb-491e-8bb6-2e510cdea678" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1272/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6231/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg5670/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1638/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:48.9728125Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:09:17.0508367Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:48.9728125Z" + "lastModifiedAt": "2023-05-11T05:09:17.0508367Z" }, "properties": { "connectivityProperties": { "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster6231-34f1fc79-51f6-486f-9bed-460339b63514-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster1638-481ca106-f875-43a3-966a-f936914c56a4-Arc-Infra-RG", "aggregateState": "NotSpecified" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1272/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6231/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg5670/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1638/arcSettings/default?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f4dfdc00466709e2cbd8e366bc44c3aa-f97740f463b44a2a-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3243c18ab33f70c400e7fc8075eb09ef", + "traceparent": "00-085cc9501c11864eb04f5b3a15cc252c-fa38fd6e75cdad40-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6b472a1245bc39cba6f0cff4643dd1d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -242,24 +242,22 @@ "Cache-Control": "no-cache", "Content-Length": "481", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:49 GMT", - "ETag": "\u002299008433-0000-0100-0000-63fe34a90000\u0022", + "Date": "Thu, 11 May 2023 05:09:17 GMT", + "ETag": "\u00226f028d75-0000-0100-0000-645c787d0000\u0022", "Expires": "-1", - "mise-correlation-id": "9421d045-71ed-4df7-a873-e9927a6b4b2a", + "mise-correlation-id": "7ee7a37f-17f5-45fb-bbbf-963b481765a1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3243c18ab33f70c400e7fc8075eb09ef", - "x-ms-correlation-request-id": "0c926ea7-8844-4378-b283-384d52e9b9ea", + "x-ms-client-request-id": "6b472a1245bc39cba6f0cff4643dd1d4", + "x-ms-correlation-request-id": "92a470a6-92a6-4cba-8fb3-76835228e938", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "13408dc3-7419-4636-9192-55b6e277a6ab", - "x-ms-routing-request-id": "EASTUS:20230228T170649Z:0c926ea7-8844-4378-b283-384d52e9b9ea", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "d90eeea5-7007-438a-8d80-ddf94573d56c", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050918Z:92a470a6-92a6-4cba-8fb3-76835228e938" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1272/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6231/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg5670/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1638/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "properties": { @@ -267,20 +265,20 @@ "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster6231-34f1fc79-51f6-486f-9bed-460339b63514-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster1638-481ca106-f875-43a3-966a-f936914c56a4-Arc-Infra-RG", "aggregateState": "NotSpecified", "perNodeDetails": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1272/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6231/arcSettings?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg5670/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1638/arcSettings?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "4a97b306ac553c206e81ccd44e9b228c", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4e1834565d2e969ad1ff2ccc5db76b31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -289,25 +287,23 @@ "Cache-Control": "no-cache", "Content-Length": "493", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:49 GMT", + "Date": "Thu, 11 May 2023 05:09:19 GMT", "Expires": "-1", - "mise-correlation-id": "0d9941cf-a2e6-4636-a4c3-790254f3588a", + "mise-correlation-id": "6c86a3ec-4b84-4274-9873-2986c6b633de", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a97b306ac553c206e81ccd44e9b228c", - "x-ms-correlation-request-id": "a80e7d93-bcd7-4ca9-9194-f1460d793adb", + "x-ms-client-request-id": "4e1834565d2e969ad1ff2ccc5db76b31", + "x-ms-correlation-request-id": "0872f12b-cc55-4593-ac2d-51b8e794d1f7", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "21086de3-a1b0-4422-94b6-e2644ad74e78", - "x-ms-routing-request-id": "EASTUS:20230228T170650Z:a80e7d93-bcd7-4ca9-9194-f1460d793adb", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "2b4b8c59-e960-4f5c-bdbd-c18ff4f13a22", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050919Z:0872f12b-cc55-4593-ac2d-51b8e794d1f7" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1272/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6231/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg5670/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1638/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "properties": { @@ -315,7 +311,7 @@ "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster6231-34f1fc79-51f6-486f-9bed-460339b63514-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster1638-481ca106-f875-43a3-966a-f936914c56a4-Arc-Infra-RG", "aggregateState": "NotSpecified", "perNodeDetails": [] } @@ -326,10 +322,10 @@ ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "1607536790", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "801978027", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingOperationTests/GetUpdateDelete().json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingOperationTests/GetUpdateDelete().json index 7292cfd6b63a..a21333524ec0 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingOperationTests/GetUpdateDelete().json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingOperationTests/GetUpdateDelete().json @@ -1,39 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-282fc80896f91c05e2f88aa18f5d2f76-36f964756fecceab-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "7cd03ae1d01d30cd66afb8d22c0bfe15", + "traceparent": "00-9965c17d30985049b49937d332472d4b-e34962f0a303ee41-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d349720956293ccffa787ef1121eaa83", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "443", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:51 GMT", + "Date": "Thu, 11 May 2023 05:09:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "782529e3-f955-48fb-b999-46652c5ba30f", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "782529e3-f955-48fb-b999-46652c5ba30f", - "x-ms-routing-request-id": "EASTUS:20230228T170652Z:782529e3-f955-48fb-b999-46652c5ba30f" + "x-ms-correlation-request-id": "b5da29d2-7fb4-410b-85b5-203a22e82615", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "b5da29d2-7fb4-410b-85b5-203a22e82615", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050922Z:b5da29d2-7fb4-410b-85b5-203a22e82615" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "managedByTenants": [ + { + "tenantId": "ad44cbb7-4f0b-47b4-97bd-be70a5b1e681" + } + ], + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +47,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg1045?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg7739?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-476d769bcea6c9a8a27e3ea023197c88-1c6924aab9aaf7dc-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "80240be1fbfed16f9b57d1031f6ef954", + "traceparent": "00-ff62337c7343664d8926baf6dae6bc4c-e027a45d7e91db40-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a03399a3bc8cedc5c5e4310b23ce3662", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,19 +67,19 @@ "Cache-Control": "no-cache", "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:52 GMT", + "Date": "Thu, 11 May 2023 05:09:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e3ecd34-b7fd-4ba2-b27d-a6189e2f503f", - "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-request-id": "5e3ecd34-b7fd-4ba2-b27d-a6189e2f503f", - "x-ms-routing-request-id": "EASTUS:20230228T170652Z:5e3ecd34-b7fd-4ba2-b27d-a6189e2f503f" + "x-ms-correlation-request-id": "70d1dd22-61c8-490c-8ad6-fa50d7409ea9", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "70d1dd22-61c8-490c-8ad6-fa50d7409ea9", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050922Z:70d1dd22-61c8-490c-8ad6-fa50d7409ea9" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1045", - "name": "hci-cluster-rg1045", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7739", + "name": "hci-cluster-rg7739", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -84,23 +88,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1045/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7817?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7739/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4301?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-0f5b06dd506facbf1188a360a716e6e9-51a436b443319aed-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5b4e1810ab3cef5fd96c1d58832c2e57", + "traceparent": "00-450b5311a5447a488666cd1f8ecca5dd-8787eaf89331a845-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e50dac52bd88e48de87934d2447ac5d5", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -112,35 +116,33 @@ "Cache-Control": "no-cache", "Content-Length": "1148", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:53 GMT", - "ETag": "\u0022bc03418f-0000-0100-0000-63fe34ad0000\u0022", + "Date": "Thu, 11 May 2023 05:09:28 GMT", + "ETag": "\u00221713dec7-0000-0100-0000-645c78870000\u0022", "Expires": "-1", - "mise-correlation-id": "d0af280d-b407-42b0-8187-22de229bba1c", + "mise-correlation-id": "9ac4629f-6ef7-4cbc-915c-3137967c78e2", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b4e1810ab3cef5fd96c1d58832c2e57", - "x-ms-correlation-request-id": "adde1015-4ab5-43cf-b811-104ccae21f38", + "x-ms-client-request-id": "e50dac52bd88e48de87934d2447ac5d5", + "x-ms-correlation-request-id": "52cf4734-5137-4d29-85b4-fd4b748ec4a9", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1184", - "x-ms-request-id": "4b73740a-3b28-467c-8b69-4647883696c1", - "x-ms-routing-request-id": "EASTUS:20230228T170653Z:adde1015-4ab5-43cf-b811-104ccae21f38", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "a3fb8fdc-2909-4811-9c08-bf58746de92b", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050929Z:52cf4734-5137-4d29-85b4-fd4b748ec4a9" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1045/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7817", - "name": "hci-cluster7817", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7739/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4301", + "name": "hci-cluster4301", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:53.0511368Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:09:25.2540721Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:53.0511368Z" + "lastModifiedAt": "2023-05-11T05:09:25.2540721Z" }, "identity": { "type": "None" @@ -148,8 +150,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "90838a82-7977-4e4b-8fc1-8653275a2f6c", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "092999a8-f40b-4e8c-8f92-dabc9b9c0128", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -167,16 +169,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1045/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7817/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7739/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4301/arcSettings/default?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "17", "Content-Type": "application/json", - "traceparent": "00-a3586713ab576466cf3c94982fa87276-1faf03ff24ca8ca9-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "03eb0978e2ab613eaa8178fc2c4640be", + "traceparent": "00-ea889e123d715b4d8740391582f3ce3d-4944e43cba547841-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bf2391597ced84b5e663729e30d7a947", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -185,57 +187,55 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "737", + "Content-Length": "739", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:54 GMT", - "ETag": "\u00229900a833-0000-0100-0000-63fe34ae0000\u0022", + "Date": "Thu, 11 May 2023 05:09:29 GMT", + "ETag": "\u00226f023b76-0000-0100-0000-645c788a0000\u0022", "Expires": "-1", - "mise-correlation-id": "398421ef-620c-4c9b-b057-d7010274e05d", + "mise-correlation-id": "7b2111e6-2cbc-4327-a220-643c6b77ff70", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03eb0978e2ab613eaa8178fc2c4640be", - "x-ms-correlation-request-id": "dd67fd71-c478-440d-a2f1-8e629785fcea", + "x-ms-client-request-id": "bf2391597ced84b5e663729e30d7a947", + "x-ms-correlation-request-id": "bbebf64a-daf5-488b-9175-74816999e7f2", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1183", - "x-ms-request-id": "e50b6dcf-9e76-42ba-bffb-dd72e53e2c83", - "x-ms-routing-request-id": "EASTUS:20230228T170655Z:dd67fd71-c478-440d-a2f1-8e629785fcea", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "a13b7ab5-c26a-4fee-8483-2e588cb5d1c5", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050930Z:bbebf64a-daf5-488b-9175-74816999e7f2" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1045/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7817/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7739/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4301/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:53.926178Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:09:29.3507806Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:53.926178Z" + "lastModifiedAt": "2023-05-11T05:09:29.3507806Z" }, "properties": { "connectivityProperties": { "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster7817-90838a82-7977-4e4b-8fc1-8653275a2f6c-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster4301-092999a8-f40b-4e8c-8f92-dabc9b9c0128-Arc-Infra-RG", "aggregateState": "NotSpecified" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1045/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7817/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7739/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4301/arcSettings/default?api-version=2023-02-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "59", "Content-Type": "application/json", - "traceparent": "00-da5f32b880fc2aa8bd8ac3bbcf1b30f9-5c21651e9e4dc595-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e6fad87d53c760a4c591248f5179182b", + "traceparent": "00-37e010b944967641947aad3fdee17ecf-e120d32e6678f24a-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fecb6b8f1075dc1ba5bca442901a816a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -248,81 +248,79 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "738", + "Content-Length": "739", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:55 GMT", - "ETag": "\u00229900ae33-0000-0100-0000-63fe34af0000\u0022", + "Date": "Thu, 11 May 2023 05:09:30 GMT", + "ETag": "\u00226f024f76-0000-0100-0000-645c788b0000\u0022", "Expires": "-1", - "mise-correlation-id": "22d27d44-02b4-46d7-9091-aa7e9fc4deba", + "mise-correlation-id": "54a9299c-b88a-4ff8-8ebc-9a646024d825", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6fad87d53c760a4c591248f5179182b", - "x-ms-correlation-request-id": "95c2e001-20c6-4083-aff1-8c33a66e560f", + "x-ms-client-request-id": "fecb6b8f1075dc1ba5bca442901a816a", + "x-ms-correlation-request-id": "feb2189b-76a8-46fb-bb52-15dc7a953eea", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1182", - "x-ms-request-id": "8c8c5025-dbb2-4577-a3d6-a64cfa3475bc", - "x-ms-routing-request-id": "EASTUS:20230228T170655Z:95c2e001-20c6-4083-aff1-8c33a66e560f", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "9734c596-92ed-4562-9fdd-6d11b1cf69c8", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050931Z:feb2189b-76a8-46fb-bb52-15dc7a953eea" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1045/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7817/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7739/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4301/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:53.926178Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:09:29.3507806Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:55.1762588Z" + "lastModifiedAt": "2023-05-11T05:09:30.6945482Z" }, "properties": { "connectivityProperties": { "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster7817-90838a82-7977-4e4b-8fc1-8653275a2f6c-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster4301-092999a8-f40b-4e8c-8f92-dabc9b9c0128-Arc-Infra-RG", "aggregateState": "NotSpecified" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1045/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7817/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7739/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4301/arcSettings/default?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c4a4a64a479436a12c3f962cb8835410-fbc74c1f53f211fd-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "64a7aca2500e2ea9d9edb0ba3262c293", + "Connection": "close", + "traceparent": "00-c7f19e6c563ba748b6d739bef009d53e-7400fa136cadf44d-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3dca366ba312d5b8f689ff244befb311", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "481", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:55 GMT", - "ETag": "\u00229900ae33-0000-0100-0000-63fe34af0000\u0022", + "Date": "Thu, 11 May 2023 05:09:32 GMT", + "ETag": "\u00226f024f76-0000-0100-0000-645c788b0000\u0022", "Expires": "-1", - "mise-correlation-id": "a6a2bbef-27d4-4839-b995-2af8a76513d6", + "mise-correlation-id": "4fa88281-033e-4e86-bfeb-cff39c74633b", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64a7aca2500e2ea9d9edb0ba3262c293", - "x-ms-correlation-request-id": "f115ef88-4857-4b0e-b3f6-181dd4551f5d", + "x-ms-client-request-id": "3dca366ba312d5b8f689ff244befb311", + "x-ms-correlation-request-id": "a60b6162-5d7d-4bd0-bb1e-94ea29222833", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "60e09ba7-75a6-4c0e-a66f-62fa4b52c9b9", - "x-ms-routing-request-id": "EASTUS:20230228T170655Z:f115ef88-4857-4b0e-b3f6-181dd4551f5d", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "e752fe22-1638-4df4-939b-1c39b2aa63b8", + "x-ms-routing-request-id": "JIOINDIACENTRAL:20230511T050932Z:a60b6162-5d7d-4bd0-bb1e-94ea29222833" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1045/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7817/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7739/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4301/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "properties": { @@ -330,21 +328,21 @@ "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster7817-90838a82-7977-4e4b-8fc1-8653275a2f6c-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster4301-092999a8-f40b-4e8c-8f92-dabc9b9c0128-Arc-Infra-RG", "aggregateState": "NotSpecified", "perNodeDetails": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1045/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7817/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7739/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4301/arcSettings/default?api-version=2023-02-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6c1661b77c9664cfc0ed9ed3b7beb161-ba46f3315e1cbdbb-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "abda5e2b48312590648a3e19bdaf0f31", + "traceparent": "00-c779244f812fba419861ac014c326b6c-f51d13b6544a5e49-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d843ecd0c6af485f76471931d772f4cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -352,29 +350,28 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 28 Feb 2023 17:06:55 GMT", + "Date": "Thu, 11 May 2023 05:09:34 GMT", "Expires": "-1", - "mise-correlation-id": "b31f6de8-031d-49dc-b210-9974f3851995", + "mise-correlation-id": "e8a7de68-e84a-464c-899f-9d4aad58a06d", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abda5e2b48312590648a3e19bdaf0f31", - "x-ms-correlation-request-id": "1ff64ba2-d442-4fc2-a297-004bce2c40d7", + "x-ms-client-request-id": "d843ecd0c6af485f76471931d772f4cb", + "x-ms-correlation-request-id": "cf9c4d33-e441-4d02-918b-1c2c2a9143de", "x-ms-providerhub-traffic": "True", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "f46cf3d0-4f41-4c52-a320-524f815c07ab", - "x-ms-routing-request-id": "EASTUS:20230228T170656Z:1ff64ba2-d442-4fc2-a297-004bce2c40d7", - "X-Powered-By": "ASP.NET" + "x-ms-request-id": "a1adf292-b28e-4677-b052-3269ff0acb1b", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T050935Z:cf9c4d33-e441-4d02-918b-1c2c2a9143de" }, "ResponseBody": null } ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "1301660000", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "2064588678", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingOperationTests/GetUpdateDelete()Async.json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingOperationTests/GetUpdateDelete()Async.json index e342ef70ee9c..1fc8aa0bb10b 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingOperationTests/GetUpdateDelete()Async.json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/ArcSettingOperationTests/GetUpdateDelete()Async.json @@ -1,39 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7ff7a2ca2712bb5bfb38b23802256a97-74cbc7955b430d3d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3b9293a403d361d74d9a66d76a0f7b4a", + "traceparent": "00-f95627170df2ed4886df55241539b869-e5227e98aad5f244-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "abf436b6b81ed802145966063733d1ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "443", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:56 GMT", + "Date": "Thu, 11 May 2023 05:09:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f489e5b-225f-477c-9192-606119ebd4a3", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "0f489e5b-225f-477c-9192-606119ebd4a3", - "x-ms-routing-request-id": "EASTUS:20230228T170656Z:0f489e5b-225f-477c-9192-606119ebd4a3" + "x-ms-correlation-request-id": "12af73d5-97d6-444b-81bd-a397dab06d5e", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "12af73d5-97d6-444b-81bd-a397dab06d5e", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T050937Z:12af73d5-97d6-444b-81bd-a397dab06d5e" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "managedByTenants": [ + { + "tenantId": "ad44cbb7-4f0b-47b4-97bd-be70a5b1e681" + } + ], + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +47,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg2516?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg6990?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-5da4445889d16aa50888eec531ff7d12-d5355048856377e0-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "92d6e6350258e8aa41599eff217a53f0", + "traceparent": "00-a054f2ff99adca4da630ae487a3efc79-881f1d4072fc214c-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a03776e42caa938995cc9e46de6c9e6f", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,19 +67,19 @@ "Cache-Control": "no-cache", "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:56 GMT", + "Date": "Thu, 11 May 2023 05:09:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f09706e-babb-4d36-a2ea-1e31e5eed442", - "x-ms-ratelimit-remaining-subscription-writes": "1181", - "x-ms-request-id": "5f09706e-babb-4d36-a2ea-1e31e5eed442", - "x-ms-routing-request-id": "EASTUS:20230228T170657Z:5f09706e-babb-4d36-a2ea-1e31e5eed442" + "x-ms-correlation-request-id": "08eadb4a-b6a4-481f-8a7c-c99afa535c42", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "08eadb4a-b6a4-481f-8a7c-c99afa535c42", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T050938Z:08eadb4a-b6a4-481f-8a7c-c99afa535c42" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2516", - "name": "hci-cluster-rg2516", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6990", + "name": "hci-cluster-rg6990", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -84,23 +88,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2516/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2897?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6990/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7865?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-f1f54fca59649a9fe1e35f3a7ea59d7a-f7af6f587e416750-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "14badbcf3d54100d5d991e6fe0a54928", + "traceparent": "00-2455cc23f7fbdf4a9606bfac891b1fd5-0f6f8a39480fe84b-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "26e493ed8f647f41d701c45965f54d5d", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -110,37 +114,35 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1148", + "Content-Length": "1146", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:57 GMT", - "ETag": "\u0022bc03dc8f-0000-0100-0000-63fe34b20000\u0022", + "Date": "Thu, 11 May 2023 05:09:41 GMT", + "ETag": "\u0022171367c8-0000-0100-0000-645c78940000\u0022", "Expires": "-1", - "mise-correlation-id": "8cb1971a-8221-4240-8e1d-e6b2f0b7f016", + "mise-correlation-id": "3ccebf3b-81c8-4408-abdf-088162aa8901", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "14badbcf3d54100d5d991e6fe0a54928", - "x-ms-correlation-request-id": "5bac0770-b626-4ca6-a8f4-6f31a66322dc", + "x-ms-client-request-id": "26e493ed8f647f41d701c45965f54d5d", + "x-ms-correlation-request-id": "9c32f931-6005-4a25-9897-6c262d580c21", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1180", - "x-ms-request-id": "73b4cb75-dabb-4a79-a565-157beb5dc884", - "x-ms-routing-request-id": "EASTUS:20230228T170658Z:5bac0770-b626-4ca6-a8f4-6f31a66322dc", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "22de81a0-14f1-49c6-b2ff-364fbc401d8a", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T050942Z:9c32f931-6005-4a25-9897-6c262d580c21" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2516/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2897", - "name": "hci-cluster2897", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6990/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7865", + "name": "hci-cluster7865", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:57.8482329Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:09:40.505893Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:57.8482329Z" + "lastModifiedAt": "2023-05-11T05:09:40.505893Z" }, "identity": { "type": "None" @@ -148,8 +150,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "57b5a245-4bd8-45d0-bf99-a07441595406", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "86c6b1db-3413-4921-94d9-b1642af96efb", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -167,16 +169,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2516/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2897/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6990/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7865/arcSettings/default?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "17", "Content-Type": "application/json", - "traceparent": "00-f41f06ef74fd427ff78a017c9065522b-15ca149b9b5bf6ea-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "046834674c3ce7905392aa38612c1f13", + "traceparent": "00-4fecabcb4783e247a1da08e4a62cd45e-b77f9fcc0972bc4d-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c9ac7cf90be96b091789ec639135edc7", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -185,57 +187,55 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "737", + "Content-Length": "739", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:58 GMT", - "ETag": "\u00229900cf33-0000-0100-0000-63fe34b20000\u0022", + "Date": "Thu, 11 May 2023 05:09:42 GMT", + "ETag": "\u00226f02f576-0000-0100-0000-645c78970000\u0022", "Expires": "-1", - "mise-correlation-id": "1de2e901-75fe-451b-9f9c-9872b9e8157b", + "mise-correlation-id": "ef8ef059-2e5e-4ad2-8a9c-f6d64e10cb6b", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "046834674c3ce7905392aa38612c1f13", - "x-ms-correlation-request-id": "89023d49-f7dc-4d24-8695-a154fc7ccbe7", + "x-ms-client-request-id": "c9ac7cf90be96b091789ec639135edc7", + "x-ms-correlation-request-id": "c0b6f3e4-215c-4721-9f06-d8722630f3a6", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1179", - "x-ms-request-id": "e32ab6b8-2adb-4ac0-bdb5-b286909156ea", - "x-ms-routing-request-id": "EASTUS:20230228T170659Z:89023d49-f7dc-4d24-8695-a154fc7ccbe7", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "a5f6e7d1-e7f6-4703-9777-424f8c199ef4", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T050943Z:c0b6f3e4-215c-4721-9f06-d8722630f3a6" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2516/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2897/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6990/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7865/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:58.660995Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:09:42.6309669Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:58.660995Z" + "lastModifiedAt": "2023-05-11T05:09:42.6309669Z" }, "properties": { "connectivityProperties": { "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster2897-57b5a245-4bd8-45d0-bf99-a07441595406-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster7865-86c6b1db-3413-4921-94d9-b1642af96efb-Arc-Infra-RG", "aggregateState": "NotSpecified" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2516/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2897/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6990/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7865/arcSettings/default?api-version=2023-02-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "59", "Content-Type": "application/json", - "traceparent": "00-8146ee027333dbd345dd6568ee83a254-253ecd2cb61524e6-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "9f3f9be7bc8fa8e1c982fa698c7960b3", + "traceparent": "00-b8cf96337eed704d9286e87565816358-733fbbc6af9c9e45-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3e461a978908e780f621d32bc4392fd7", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -250,53 +250,51 @@ "Cache-Control": "no-cache", "Content-Length": "738", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:59 GMT", - "ETag": "\u00229900d133-0000-0100-0000-63fe34b30000\u0022", + "Date": "Thu, 11 May 2023 05:09:44 GMT", + "ETag": "\u00226f020d77-0000-0100-0000-645c78980000\u0022", "Expires": "-1", - "mise-correlation-id": "700695f8-7f4b-4ec2-b2b9-15060587afeb", + "mise-correlation-id": "1e1f5ba9-fae9-40e8-8e4a-a0629c6140de", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f3f9be7bc8fa8e1c982fa698c7960b3", - "x-ms-correlation-request-id": "5290066a-fe7a-4ab3-9461-3b62d67b9d0a", + "x-ms-client-request-id": "3e461a978908e780f621d32bc4392fd7", + "x-ms-correlation-request-id": "80944181-d92a-4394-afbe-294aa6118ed4", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1178", - "x-ms-request-id": "af44e625-685b-4a6f-8cee-020421d70b4b", - "x-ms-routing-request-id": "EASTUS:20230228T170659Z:5290066a-fe7a-4ab3-9461-3b62d67b9d0a", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "71dfac65-5127-444f-a21c-ef2ae8108384", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T050944Z:80944181-d92a-4394-afbe-294aa6118ed4" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2516/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2897/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6990/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7865/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:06:58.660995Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:09:42.6309669Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:06:59.3483064Z" + "lastModifiedAt": "2023-05-11T05:09:43.771606Z" }, "properties": { "connectivityProperties": { "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster2897-57b5a245-4bd8-45d0-bf99-a07441595406-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster7865-86c6b1db-3413-4921-94d9-b1642af96efb-Arc-Infra-RG", "aggregateState": "NotSpecified" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2516/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2897/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6990/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7865/arcSettings/default?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-117678209839fefe9252e51f6f40bcc9-cc6445f5fb199254-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "46bad654ebea82934bd2c1c193d4ae31", + "traceparent": "00-1769c5b16cb3d34089d8fd428163f125-cea088acf25bf049-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f0e5e950a5f2e13489790edaa3ddeda1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -305,24 +303,22 @@ "Cache-Control": "no-cache", "Content-Length": "481", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:06:59 GMT", - "ETag": "\u00229900d133-0000-0100-0000-63fe34b30000\u0022", + "Date": "Thu, 11 May 2023 05:09:44 GMT", + "ETag": "\u00226f020d77-0000-0100-0000-645c78980000\u0022", "Expires": "-1", - "mise-correlation-id": "377ac6f3-98d9-4c25-aa1f-34f76505c47d", + "mise-correlation-id": "e3f63f45-4c21-4cac-b321-1479569daeb9", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46bad654ebea82934bd2c1c193d4ae31", - "x-ms-correlation-request-id": "eb7cda85-f57c-4378-ac75-88cfff4db3ea", + "x-ms-client-request-id": "f0e5e950a5f2e13489790edaa3ddeda1", + "x-ms-correlation-request-id": "507162d6-e34c-4db8-bf40-55cdecef447d", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "76ce99f4-7553-429c-80c9-d482f785c30f", - "x-ms-routing-request-id": "EASTUS:20230228T170700Z:eb7cda85-f57c-4378-ac75-88cfff4db3ea", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "2998b4cf-2639-4024-ab8e-da678804e08f", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T050945Z:507162d6-e34c-4db8-bf40-55cdecef447d" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2516/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2897/arcSettings/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6990/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7865/arcSettings/default", "name": "default", "type": "microsoft.azurestackhci/clusters/arcsettings", "properties": { @@ -330,21 +326,21 @@ "enabled": false }, "provisioningState": "Succeeded", - "arcInstanceResourceGroup": "hci-cluster2897-57b5a245-4bd8-45d0-bf99-a07441595406-Arc-Infra-RG", + "arcInstanceResourceGroup": "hci-cluster7865-86c6b1db-3413-4921-94d9-b1642af96efb-Arc-Infra-RG", "aggregateState": "NotSpecified", "perNodeDetails": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2516/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2897/arcSettings/default?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg6990/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7865/arcSettings/default?api-version=2023-02-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-db9d7985a9de94cffea1c30c2e400083-7a75ee1b662d189e-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "44870a7aa965aa9952bf3bb952265bd9", + "traceparent": "00-57fddba8f642824ab418e3442804498e-7c69c6cdae5f9241-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4bc2fd130faf6f54fbc5d3c838dea6de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -352,29 +348,28 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 28 Feb 2023 17:06:59 GMT", + "Date": "Thu, 11 May 2023 05:09:45 GMT", "Expires": "-1", - "mise-correlation-id": "edd7bd20-d05e-43f3-bca7-5566dca33501", + "mise-correlation-id": "f02569b6-bf18-4dd2-9438-59420deabdda", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44870a7aa965aa9952bf3bb952265bd9", - "x-ms-correlation-request-id": "a1a2d455-5b45-4dcc-b20d-146427429f41", + "x-ms-client-request-id": "4bc2fd130faf6f54fbc5d3c838dea6de", + "x-ms-correlation-request-id": "1cb2db91-5061-4074-b095-d3e3222f381e", "x-ms-providerhub-traffic": "True", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "b38441d8-8ad9-4e54-aec9-3b2e18a50ec5", - "x-ms-routing-request-id": "EASTUS:20230228T170700Z:a1a2d455-5b45-4dcc-b20d-146427429f41", - "X-Powered-By": "ASP.NET" + "x-ms-request-id": "6501f72b-76b1-430f-9794-08647bb04c2d", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T050946Z:1cb2db91-5061-4074-b095-d3e3222f381e" }, "ResponseBody": null } ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "2094635113", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "463294373", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterCollectionTests/CreateGetList().json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterCollectionTests/CreateGetList().json index 57a4699212f0..a198657586ff 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterCollectionTests/CreateGetList().json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterCollectionTests/CreateGetList().json @@ -1,39 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a663c62a72a0d683c5a181d336a904e7-8aa6786f9f425904-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "61fd02c7f38c795d5264c13155c31aff", + "traceparent": "00-3da6c71848780844b89d0984d1d95d2b-e358f607bee5974f-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "45fef19f511e5bde826c74c0714da884", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "443", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:00 GMT", + "Date": "Thu, 11 May 2023 05:09:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58172008-73dc-4c22-9b6d-a2b4707966f3", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "58172008-73dc-4c22-9b6d-a2b4707966f3", - "x-ms-routing-request-id": "EASTUS:20230228T170701Z:58172008-73dc-4c22-9b6d-a2b4707966f3" + "x-ms-correlation-request-id": "b1a4c966-1147-49c6-9cbb-7f53ee1d812e", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "b1a4c966-1147-49c6-9cbb-7f53ee1d812e", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T050948Z:b1a4c966-1147-49c6-9cbb-7f53ee1d812e" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "managedByTenants": [ + { + "tenantId": "ad44cbb7-4f0b-47b4-97bd-be70a5b1e681" + } + ], + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +47,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg728?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg1158?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-6aa15f47a25c9e587f8811b90edff479-0f2aeda0c7ac05d4-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "80e3906fe34019d3149f062b0e91b5b5", + "traceparent": "00-9e7cee55fa244e43a2c84fa8f81e48a2-50962e9526ada342-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ae6cf7d761dc90be94d4bdd6b5ea27fd", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -61,21 +65,22 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "231", + "Connection": "close", + "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:01 GMT", + "Date": "Thu, 11 May 2023 05:09:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "405a9db7-5368-4b7f-afb5-6b27662c041c", - "x-ms-ratelimit-remaining-subscription-writes": "1177", - "x-ms-request-id": "405a9db7-5368-4b7f-afb5-6b27662c041c", - "x-ms-routing-request-id": "EASTUS:20230228T170702Z:405a9db7-5368-4b7f-afb5-6b27662c041c" + "x-ms-correlation-request-id": "2fec6506-0452-486a-9ee9-fb18acb20946", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "2fec6506-0452-486a-9ee9-fb18acb20946", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T050949Z:2fec6506-0452-486a-9ee9-fb18acb20946" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg728", - "name": "hci-cluster-rg728", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg1158", + "name": "hci-cluster-rg1158", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -84,23 +89,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg728/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1954?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg1158/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3306?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-a5826dfe20a1777060dfa1a3ffb225cb-061910119892004d-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "61ce34cab1796ea75ae2e0981bd7c091", + "traceparent": "00-fdb385bd73253740a51922a21165d3bd-6bbce4053c3eb241-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "679bfbe239e7dc9df850d2b480acb336", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -110,37 +115,35 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1147", + "Content-Length": "1148", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:02 GMT", - "ETag": "\u0022bc036e90-0000-0100-0000-63fe34b60000\u0022", + "Date": "Thu, 11 May 2023 05:09:56 GMT", + "ETag": "\u00221713f6c8-0000-0100-0000-645c78a20000\u0022", "Expires": "-1", - "mise-correlation-id": "3feff642-1191-48b3-b1e8-15855efb0357", + "mise-correlation-id": "05fa2a4c-dec5-45b6-ba2c-4357e0ae2252", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61ce34cab1796ea75ae2e0981bd7c091", - "x-ms-correlation-request-id": "02c06d64-8f8c-41fd-a2c3-e81c730d5286", + "x-ms-client-request-id": "679bfbe239e7dc9df850d2b480acb336", + "x-ms-correlation-request-id": "c0547601-18bc-4a43-81d3-b402c31956b0", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1176", - "x-ms-request-id": "70f134c2-a0c2-4475-8845-f49946a8bc27", - "x-ms-routing-request-id": "EASTUS:20230228T170703Z:02c06d64-8f8c-41fd-a2c3-e81c730d5286", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "4d7b9dc3-36d9-4c45-ad73-131d6f281069", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T050956Z:c0547601-18bc-4a43-81d3-b402c31956b0" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg728/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1954", - "name": "hci-cluster1954", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg1158/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3306", + "name": "hci-cluster3306", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:07:02.4265748Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:09:53.6957569Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:07:02.4265748Z" + "lastModifiedAt": "2023-05-11T05:09:53.6957569Z" }, "identity": { "type": "None" @@ -148,8 +151,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "1c4a0041-d909-42fd-b31d-896e579bc23f", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "87d74817-e3f3-4bb5-90a8-87971add7b76", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -167,41 +170,39 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg728/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1954?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg1158/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3306?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5436b138562ded8d797538c69396e165-2e69e1940ac9f680-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5455bddf866e2a1f477853564d43d20b", + "traceparent": "00-db2f84db6a5f8c4c89cd470732782677-209f07014b540643-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "64964d02c3e0408fb4897d2085cc814c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "869", + "Content-Length": "870", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:02 GMT", - "ETag": "\u0022bc036e90-0000-0100-0000-63fe34b60000\u0022", + "Date": "Thu, 11 May 2023 05:09:57 GMT", + "ETag": "\u00221713f6c8-0000-0100-0000-645c78a20000\u0022", "Expires": "-1", - "mise-correlation-id": "d0c847c6-5db1-4e60-a7dd-45c62d411bdb", + "mise-correlation-id": "d17c1503-eb1f-4ef0-9cbc-df8ec74958d8", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5455bddf866e2a1f477853564d43d20b", - "x-ms-correlation-request-id": "1ee6b8fa-2a54-47c3-af1e-0d409831417d", + "x-ms-client-request-id": "64964d02c3e0408fb4897d2085cc814c", + "x-ms-correlation-request-id": "01124134-4454-49d4-b954-572985fa373f", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "f4600739-01c9-4580-af11-5eec75263d16", - "x-ms-routing-request-id": "EASTUS:20230228T170703Z:1ee6b8fa-2a54-47c3-af1e-0d409831417d", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "e160705e-b2f0-4772-9c66-48f914419f44", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T050957Z:01124134-4454-49d4-b954-572985fa373f" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg728/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1954", - "name": "hci-cluster1954", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg1158/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3306", + "name": "hci-cluster3306", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, @@ -211,8 +212,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "1c4a0041-d909-42fd-b31d-896e579bc23f", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "87d74817-e3f3-4bb5-90a8-87971add7b76", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -230,46 +231,49 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg728/providers/Microsoft.AzureStackHCI/clusters?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg1158/providers/Microsoft.AzureStackHCI/clusters?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6226fa4eeec2737a310dbcff6c430394-c465a3a11eaefd98-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e6f9217b5731dff63b12e500f381f9c8", + "traceparent": "00-ee4d6440e3c6ff428d682a9e5d5fa3cd-1c35fe8af75dac46-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ac6acac3a2e8bdf0cfd2e410ebdc1327", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "881", + "Content-Length": "882", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:03 GMT", + "Date": "Thu, 11 May 2023 05:09:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cd150e4-16fb-4d48-a7a7-05b573346888", + "x-ms-correlation-request-id": "cdb0a4af-1eaf-4b81-be58-2f0affba9781", "x-ms-original-request-ids": [ - "7f3a5e43-08ea-4455-bb87-52c49a5c795c", - "e0fe2d5a-0b44-414b-9ece-ec5bcac83201", - "be970799-2b97-4f60-aa00-1f8cf0076036", - "e280b48e-6e56-4259-9106-f73b3646915e", - "ec4c9ea0-4933-4433-93a1-084353b5b2a4", - "7dd38e6c-bbb9-482c-a15d-75f0a84fe2e8", - "bf84c978-b71e-4f40-bfe6-104b45ce75c1" + "f0671209-f619-4fe4-9255-3d53c8979892", + "22937990-bc67-4445-a7dc-b736d98cbd2d", + "bbe9d17f-c7e0-400e-a657-38b2e60412cc", + "d37dd54e-d658-4aa9-97e9-b35c428668a6", + "02fc1527-39f2-4ab5-9296-35bbdd6f1d5a", + "ad60cb7f-583a-4eb0-a6ad-dc5f1d807fbb", + "12ce3822-5ad9-46bc-a8e9-1aad90004241", + "4d738a3a-ed08-46af-b101-bf9305441855", + "67991fb4-97c9-4032-bfbd-7cd8b4bb4914", + "483426be-7e1a-48f2-9907-2bb7431487d9" ], - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "0cd150e4-16fb-4d48-a7a7-05b573346888", - "x-ms-routing-request-id": "EASTUS:20230228T170704Z:0cd150e4-16fb-4d48-a7a7-05b573346888" + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "cdb0a4af-1eaf-4b81-be58-2f0affba9781", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T050958Z:cdb0a4af-1eaf-4b81-be58-2f0affba9781" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg728/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1954", - "name": "hci-cluster1954", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg1158/providers/Microsoft.AzureStackHCI/clusters/hci-cluster3306", + "name": "hci-cluster3306", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, @@ -279,8 +283,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "1c4a0041-d909-42fd-b31d-896e579bc23f", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "87d74817-e3f3-4bb5-90a8-87971add7b76", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -302,10 +306,10 @@ ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "1808649322", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "1613508349", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterCollectionTests/CreateGetList()Async.json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterCollectionTests/CreateGetList()Async.json index bae281058d3b..494a193e9aa0 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterCollectionTests/CreateGetList()Async.json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterCollectionTests/CreateGetList()Async.json @@ -1,39 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e5c2515b8064aec5981a5d45d6ded14f-c8fd69310bfe34c3-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "54fa0ed6c648fd95957f8a18a7448acc", + "traceparent": "00-f7028cdeb8ca5d41819d702f26c5e5da-05e46c5d34780848-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f531b16e7b1b9bf9ab7e62b666fef344", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "443", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:05 GMT", + "Date": "Thu, 11 May 2023 05:10:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49277bd5-691c-4a69-b45f-8015a4182434", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "49277bd5-691c-4a69-b45f-8015a4182434", - "x-ms-routing-request-id": "EASTUS:20230228T170705Z:49277bd5-691c-4a69-b45f-8015a4182434" + "x-ms-correlation-request-id": "6ecebc18-e9ee-4b13-b82c-00a88062119f", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "6ecebc18-e9ee-4b13-b82c-00a88062119f", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051001Z:6ecebc18-e9ee-4b13-b82c-00a88062119f" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "managedByTenants": [ + { + "tenantId": "ad44cbb7-4f0b-47b4-97bd-be70a5b1e681" + } + ], + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +47,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg9101?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg7745?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-9898e0672ce45619e5f787848dce7e4b-965efb58d0631d1e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d3285d8d21c23b05e8ad500044e3b39c", + "traceparent": "00-ffba43de1936924ea0c6110aafddce03-830fa4d75bb99840-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "22108f4663df7108c12c9bbb0e9d3abe", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -61,22 +65,21 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:05 GMT", + "Date": "Thu, 11 May 2023 05:10:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b694c62-9a8c-4f9a-8b4b-24791ed1acf8", - "x-ms-ratelimit-remaining-subscription-writes": "1175", - "x-ms-request-id": "5b694c62-9a8c-4f9a-8b4b-24791ed1acf8", - "x-ms-routing-request-id": "EASTUS:20230228T170706Z:5b694c62-9a8c-4f9a-8b4b-24791ed1acf8" + "x-ms-correlation-request-id": "d5cf32df-f6cd-457c-8b3e-7d04ed82b68f", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "d5cf32df-f6cd-457c-8b3e-7d04ed82b68f", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051004Z:d5cf32df-f6cd-457c-8b3e-7d04ed82b68f" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9101", - "name": "hci-cluster-rg9101", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7745", + "name": "hci-cluster-rg7745", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -85,23 +88,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9101/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8885?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7745/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2642?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-ef737903f11a5d5224c0e166fe0a1289-31312c1f5c826f33-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d1d922f4c2cdf8b062d7acd2ea196e27", + "traceparent": "00-75eb49c4e326334b8ef091a2474eebd4-b23d5d1626c0f44e-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5264386dbaba47308a853bcd2c8cbd77", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -111,37 +114,35 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1146", + "Content-Length": "1148", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:08 GMT", - "ETag": "\u0022bc031291-0000-0100-0000-63fe34bc0000\u0022", + "Date": "Thu, 11 May 2023 05:10:07 GMT", + "ETag": "\u0022171380c9-0000-0100-0000-645c78ae0000\u0022", "Expires": "-1", - "mise-correlation-id": "a83142fc-d8e9-4e53-b90b-79487ed05ff3", + "mise-correlation-id": "736d1e68-c904-4ba4-a4da-a0b4f943c00c", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1d922f4c2cdf8b062d7acd2ea196e27", - "x-ms-correlation-request-id": "b50bfcc4-7240-46ab-b0a0-95a21d826c3b", + "x-ms-client-request-id": "5264386dbaba47308a853bcd2c8cbd77", + "x-ms-correlation-request-id": "5921f247-f137-4121-8da4-fdb9140a35e3", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "33e7396e-ae47-46d1-8b55-29e183137d5a", - "x-ms-routing-request-id": "EASTUS:20230228T170708Z:b50bfcc4-7240-46ab-b0a0-95a21d826c3b", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "46566378-33fa-41ab-bd0c-4f96f2912614", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051008Z:5921f247-f137-4121-8da4-fdb9140a35e3" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9101/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8885", - "name": "hci-cluster8885", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7745/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2642", + "name": "hci-cluster2642", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:07:07.919828Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:10:06.2116737Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:07:07.919828Z" + "lastModifiedAt": "2023-05-11T05:10:06.2116737Z" }, "identity": { "type": "None" @@ -149,8 +150,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "a57741aa-12da-4cab-a904-6dd55295ebaa", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "600593f2-e7b9-45a2-aae9-dca28574ab9a", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -168,14 +169,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9101/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8885?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7745/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2642?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e3c2e0a76c0753f2d4ba8b898692fa84-644487695af14e08-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a5489ddf13c9f5ed19601844fc519cd6", + "traceparent": "00-de4c3eb08a242d4e828f880941dc6e00-1e1235e000bb1045-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c224648f8eb8294e83594e5edf9ce127", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -184,25 +185,23 @@ "Cache-Control": "no-cache", "Content-Length": "870", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:08 GMT", - "ETag": "\u0022bc031291-0000-0100-0000-63fe34bc0000\u0022", + "Date": "Thu, 11 May 2023 05:10:08 GMT", + "ETag": "\u0022171380c9-0000-0100-0000-645c78ae0000\u0022", "Expires": "-1", - "mise-correlation-id": "ef4ccef1-35da-4d2f-931a-32c2d7f7e7e7", + "mise-correlation-id": "324697e5-1e38-4491-8fcf-2fb4d9485770", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5489ddf13c9f5ed19601844fc519cd6", - "x-ms-correlation-request-id": "fe62b222-90e8-4402-b5a9-fca163b16b34", + "x-ms-client-request-id": "c224648f8eb8294e83594e5edf9ce127", + "x-ms-correlation-request-id": "aad7b82e-2928-4a3f-9cdb-13c021e8f223", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "d260249a-1d6e-4004-a39c-7c46b8f5825e", - "x-ms-routing-request-id": "EASTUS:20230228T170708Z:fe62b222-90e8-4402-b5a9-fca163b16b34", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "46f4f01f-2ebe-4063-89f1-9efd2859cc49", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051008Z:aad7b82e-2928-4a3f-9cdb-13c021e8f223" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9101/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8885", - "name": "hci-cluster8885", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7745/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2642", + "name": "hci-cluster2642", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, @@ -212,8 +211,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "a57741aa-12da-4cab-a904-6dd55295ebaa", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "600593f2-e7b9-45a2-aae9-dca28574ab9a", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -231,13 +230,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9101/providers/Microsoft.AzureStackHCI/clusters?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7745/providers/Microsoft.AzureStackHCI/clusters?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "674fc17b85f29abf77db60495868fd93", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bb9011f837e0d48ce0db54ddcca395a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -246,30 +245,33 @@ "Cache-Control": "no-cache", "Content-Length": "882", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:10 GMT", + "Date": "Thu, 11 May 2023 05:10:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "760f8488-a905-46b7-b4f1-840926f7bb63", + "x-ms-correlation-request-id": "9b5f1794-335a-402e-9002-6c27a0819ce7", "x-ms-original-request-ids": [ - "d0b3a125-d2cf-472c-b6d9-7ab74d212f6f", - "b0f1a08e-f1a7-46ae-9512-1cda211b344a", - "d7354de4-ecd2-4d59-b9f7-78017f17dff2", - "dca0d0e0-65c0-49d1-82c7-606c2eef608c", - "f131c193-97e5-4912-a4c3-508c484e2ded", - "6c8ee51d-390d-4d6c-b2b2-6551b075d1b9", - "97f9c6de-a562-4af8-87a5-500312b051e7" + "b1dbb219-7b90-41f2-a471-8210c3363f2c", + "1b54b916-d441-482f-b636-6bbcb0b23259", + "2a0cc49b-886f-46aa-85a0-bbe9b246d6c8", + "73e92dbc-d681-44b3-88f1-f4fab0ae9c71", + "1d3d500c-5b77-47f9-888b-e2c01496ec22", + "e20013c6-2468-42fc-91e8-f3d013e367f2", + "cc70ca28-e53b-4155-86cb-5789083721a5", + "31545bf9-692d-4d71-8dda-4774b5ba3634", + "ad2d3595-8f83-41b3-95de-178974258920", + "19d148f0-ce4c-4ec3-a347-e02256244078" ], - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "760f8488-a905-46b7-b4f1-840926f7bb63", - "x-ms-routing-request-id": "EASTUS:20230228T170710Z:760f8488-a905-46b7-b4f1-840926f7bb63" + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "9b5f1794-335a-402e-9002-6c27a0819ce7", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051009Z:9b5f1794-335a-402e-9002-6c27a0819ce7" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg9101/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8885", - "name": "hci-cluster8885", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg7745/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2642", + "name": "hci-cluster2642", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, @@ -279,8 +281,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "a57741aa-12da-4cab-a904-6dd55295ebaa", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "600593f2-e7b9-45a2-aae9-dca28574ab9a", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -302,10 +304,10 @@ ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "570904465", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "220422371", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/GetUpdateDelete().json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/GetUpdateDelete().json index 349f985eedf1..d5e537022fa0 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/GetUpdateDelete().json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/GetUpdateDelete().json @@ -1,39 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e1e4ab186e3f5a0ba39dbf5827845a45-fd09818767a41816-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "de7cc40eb53c29d3fd69ef8e9b129929", + "traceparent": "00-71d15f4d4007854283debef20a7a3b4b-c407aedac8bfca45-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "278a96752e954d341baa7d9f51f6363f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "443", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:11 GMT", + "Date": "Thu, 11 May 2023 05: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": "33b0fe4f-151f-4739-8e21-c39d4bea2410", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "33b0fe4f-151f-4739-8e21-c39d4bea2410", - "x-ms-routing-request-id": "EASTUS:20230228T170711Z:33b0fe4f-151f-4739-8e21-c39d4bea2410" + "x-ms-correlation-request-id": "d3d100fe-b1db-4c4a-a522-ecd86aa58526", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "d3d100fe-b1db-4c4a-a522-ecd86aa58526", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051012Z:d3d100fe-b1db-4c4a-a522-ecd86aa58526" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "managedByTenants": [ + { + "tenantId": "ad44cbb7-4f0b-47b4-97bd-be70a5b1e681" + } + ], + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +47,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg4071?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg3303?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-1fcfbb13bc4e2b3fa154a09dd8a9bd37-86cff71bae093297-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "6847b97f4bc52f1296a21b07207b2e2f", + "traceparent": "00-5fa1bdea27b7084f83b1dd98cc04f6e1-e48273647c784c42-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8d1933d68dd95c4bba632be4b7983af0", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,19 +67,19 @@ "Cache-Control": "no-cache", "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:12 GMT", + "Date": "Thu, 11 May 2023 05: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": "2eac611e-cbdb-450a-8f7b-8bf3a50bf3b2", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "2eac611e-cbdb-450a-8f7b-8bf3a50bf3b2", - "x-ms-routing-request-id": "EASTUS:20230228T170712Z:2eac611e-cbdb-450a-8f7b-8bf3a50bf3b2" + "x-ms-correlation-request-id": "be50c1df-be8c-4cc1-a306-5ad1ac29c8ac", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "be50c1df-be8c-4cc1-a306-5ad1ac29c8ac", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051012Z:be50c1df-be8c-4cc1-a306-5ad1ac29c8ac" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071", - "name": "hci-cluster-rg4071", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303", + "name": "hci-cluster-rg3303", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -84,23 +88,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-5fde2b4eace08244daf5a1f2b1f654c1-a920fcbe129e090c-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "78e12171a0ff0386771127ca16ba4173", + "traceparent": "00-26230a35594739458fcbd0b089f6b222-805d3b55696f0544-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cfd24ebcd3084d8406a7ebdcb9693069", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -110,37 +114,35 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1146", + "Content-Length": "1148", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:13 GMT", - "ETag": "\u0022bc03d591-0000-0100-0000-63fe34c10000\u0022", + "Date": "Thu, 11 May 2023 05:10:16 GMT", + "ETag": "\u00221713f5c9-0000-0100-0000-645c78b70000\u0022", "Expires": "-1", - "mise-correlation-id": "7f24d21e-b969-48c0-867d-7a56a4c8e34e", + "mise-correlation-id": "6896bd60-7e22-461f-abcf-ead2e1332778", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78e12171a0ff0386771127ca16ba4173", - "x-ms-correlation-request-id": "0291bbc6-4e19-4ee4-a842-ce9e8da47bcc", + "x-ms-client-request-id": "cfd24ebcd3084d8406a7ebdcb9693069", + "x-ms-correlation-request-id": "6c860f3f-2dd8-4ce6-a898-2ea1805f5a06", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "f6b61950-2543-47ad-8ec4-33f322b0bae3", - "x-ms-routing-request-id": "EASTUS:20230228T170713Z:0291bbc6-4e19-4ee4-a842-ce9e8da47bcc", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "987f5813-c075-498d-988b-a4552e608d13", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051016Z:6c860f3f-2dd8-4ce6-a898-2ea1805f5a06" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199", - "name": "hci-cluster199", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517", + "name": "hci-cluster1517", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:07:12.6856433Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:10:14.8525022Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:07:12.6856433Z" + "lastModifiedAt": "2023-05-11T05:10:14.8525022Z" }, "identity": { "type": "None" @@ -148,8 +150,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "998da1e6-0c7f-4fe1-9f50-1cca70148ef2", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "d2d7662d-3023-4d5a-beee-cd9c325f23e1", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -167,16 +169,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517?api-version=2023-02-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "94", "Content-Type": "application/json", - "traceparent": "00-46c555aa64440232406f32c3a969780b-ad749c76245dea03-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "ff6b42aea5db31fecc0c1f310df54874", + "traceparent": "00-a7ebd9d0dd88384b98448dc4aa38da36-ab0e3a5c2c191c4f-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2809e200e75cfdbddc3973d12137f3e4", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -192,45 +194,43 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1149", + "Content-Length": "1151", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:14 GMT", - "ETag": "\u0022bc03f391-0000-0100-0000-63fe34c20000\u0022", + "Date": "Thu, 11 May 2023 05:10:19 GMT", + "ETag": "\u0022171319ca-0000-0100-0000-645c78b90000\u0022", "Expires": "-1", - "mise-correlation-id": "69779702-8c38-4b21-9992-a2baf3caca57", + "mise-correlation-id": "f1d64397-358c-4098-991f-48818fccf3c8", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff6b42aea5db31fecc0c1f310df54874", - "x-ms-correlation-request-id": "0c084f2a-ee1c-4f65-a2cb-a6a2f8225df9", + "x-ms-client-request-id": "2809e200e75cfdbddc3973d12137f3e4", + "x-ms-correlation-request-id": "117480d5-5fe7-4d4c-9914-b97dbc4a7faf", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "be847a42-a4af-4023-9fee-d2ea2d372780", - "x-ms-routing-request-id": "EASTUS:20230228T170714Z:0c084f2a-ee1c-4f65-a2cb-a6a2f8225df9", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "472bf48e-f940-4361-8a33-277d80c4b31a", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051019Z:117480d5-5fe7-4d4c-9914-b97dbc4a7faf" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199", - "name": "hci-cluster199", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517", + "name": "hci-cluster1517", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:07:12.6856433Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:10:14.8525022Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:07:13.9044431Z" + "lastModifiedAt": "2023-05-11T05:10:17.6181816Z" }, "identity": { "type": "None" }, "properties": { "status": "NotYetRegistered", - "cloudId": "998da1e6-0c7f-4fe1-9f50-1cca70148ef2", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "d2d7662d-3023-4d5a-beee-cd9c325f23e1", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -249,41 +249,39 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3527dd7b6512d8a567e28f654551e687-d904bed679d3c785-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "77a06b5f1547df283343f1b4234718db", + "traceparent": "00-09d840bacfd79f4c9c9262fa08852ac1-ca91470d2dde2a4c-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e8396164c96c0313afcb8632a26ea351", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "871", + "Content-Length": "873", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:14 GMT", - "ETag": "\u0022bc03f391-0000-0100-0000-63fe34c20000\u0022", + "Date": "Thu, 11 May 2023 05:10:19 GMT", + "ETag": "\u0022171319ca-0000-0100-0000-645c78b90000\u0022", "Expires": "-1", - "mise-correlation-id": "887f30f4-92fc-4754-ab07-e9622fbffb79", + "mise-correlation-id": "dcee5f75-8659-4806-8d3e-b93c26215402", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77a06b5f1547df283343f1b4234718db", - "x-ms-correlation-request-id": "259bb948-aed1-4605-8418-480d9e337e04", + "x-ms-client-request-id": "e8396164c96c0313afcb8632a26ea351", + "x-ms-correlation-request-id": "9fa26091-4e9b-4f5d-acd1-033b37fd884f", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "fc037475-f68c-403c-849e-bb063fd26ed4", - "x-ms-routing-request-id": "EASTUS:20230228T170714Z:259bb948-aed1-4605-8418-480d9e337e04", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "8cd8ff24-2fd0-4870-8d09-13f493b1cc5b", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051020Z:9fa26091-4e9b-4f5d-acd1-033b37fd884f" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199", - "name": "hci-cluster199", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517", + "name": "hci-cluster1517", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, @@ -293,8 +291,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "998da1e6-0c7f-4fe1-9f50-1cca70148ef2", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "d2d7662d-3023-4d5a-beee-cd9c325f23e1", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -312,371 +310,335 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517?api-version=2023-02-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2c7bbc157599bfc3410ee03a8406165c-c8b6c54bab10c314-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "dd59a8612e10cc5322b0acf28055f581", + "traceparent": "00-51d4afa84356f5468fd80e474ee73980-f97ad309e99f9d43-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d4e4c233128fd59391d5f3cf5fb32ccf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6?api-version=2022-12-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75?api-version=2023-02-01", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:15 GMT", - "ETag": "\u0022bc031492-0000-0100-0000-63fe34c30000\u0022", + "Date": "Thu, 11 May 2023 05:10:20 GMT", + "ETag": "\u0022171345ca-0000-0100-0000-645c78bd0000\u0022", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6?api-version=2022-12-01", + "Location": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75?api-version=2023-02-01", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dd59a8612e10cc5322b0acf28055f581", - "x-ms-correlation-request-id": "12f5089d-1c8e-41cd-9ab4-e929ceca6920", + "x-ms-client-request-id": "d4e4c233128fd59391d5f3cf5fb32ccf", + "x-ms-correlation-request-id": "b60a808d-c791-4f81-85f0-352f57e2b008", "x-ms-providerhub-traffic": "True", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db", - "x-ms-routing-request-id": "EASTUS:20230228T170715Z:12f5089d-1c8e-41cd-9ab4-e929ceca6920" + "x-ms-request-id": "dbf8f45d-1fe1-4786-9122-7a0625930379", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051021Z:b60a808d-c791-4f81-85f0-352f57e2b008" }, "ResponseBody": "null" }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2c7bbc157599bfc3410ee03a8406165c-d3a5f9354be099f5-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "65d044f46a9c316418d4559769365fdd", + "traceparent": "00-51d4afa84356f5468fd80e474ee73980-8498cbc0caf60542-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5e9e21951f525254cd635697d544a3fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "513", + "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:15 GMT", - "ETag": "\u002292013335-0000-0100-0000-63fe34c20000\u0022", + "Date": "Thu, 11 May 2023 05:10:21 GMT", + "ETag": "\u0022a6029ba6-0000-0100-0000-645c78bc0000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65d044f46a9c316418d4559769365fdd", - "x-ms-correlation-request-id": "34b6371d-6766-461d-b9f4-44d2559b6b04", + "x-ms-client-request-id": "5e9e21951f525254cd635697d544a3fb", + "x-ms-correlation-request-id": "e3191f6d-016e-4034-8c6f-13babdfac351", "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "0692d10a-9cf8-4075-a12d-5a7860de1784", - "x-ms-routing-request-id": "EASTUS:20230228T170715Z:34b6371d-6766-461d-b9f4-44d2559b6b04" + "x-ms-request-id": "0f94031a-7572-407d-8f08-49b8e72883fb", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051021Z:e3191f6d-016e-4034-8c6f-13babdfac351" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "name": "b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "name": "dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517", "status": "Deleting", - "startTime": "2023-02-28T17:07:14.9164559Z" + "startTime": "2023-05-11T05:10:20.9847448Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2c7bbc157599bfc3410ee03a8406165c-1bda716d88cf7f0b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "70ec704e6ddc98c17cc1c38461bb18d8", + "traceparent": "00-51d4afa84356f5468fd80e474ee73980-16a1854f34f12c48-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9b7eb79f4bf6ea21c6ad058998037507", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "513", + "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:16 GMT", - "ETag": "\u002292013335-0000-0100-0000-63fe34c20000\u0022", + "Date": "Thu, 11 May 2023 05:10:22 GMT", + "ETag": "\u0022a6029ba6-0000-0100-0000-645c78bc0000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70ec704e6ddc98c17cc1c38461bb18d8", - "x-ms-correlation-request-id": "012cabbb-b247-419d-89c2-d2e1ebfe7713", + "x-ms-client-request-id": "9b7eb79f4bf6ea21c6ad058998037507", + "x-ms-correlation-request-id": "fa03a831-a434-47b2-a490-66d645bbfcac", "x-ms-ratelimit-remaining-tenant-reads": "11998", - "x-ms-request-id": "3f22235f-5fcc-4381-b308-3e442c1acb9c", - "x-ms-routing-request-id": "EASTUS:20230228T170716Z:012cabbb-b247-419d-89c2-d2e1ebfe7713" + "x-ms-request-id": "dd3da7c4-1eb1-4922-8672-a5b861e7a2f5", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051023Z:fa03a831-a434-47b2-a490-66d645bbfcac" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "name": "b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "name": "dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517", "status": "Deleting", - "startTime": "2023-02-28T17:07:14.9164559Z" + "startTime": "2023-05-11T05:10:20.9847448Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2c7bbc157599bfc3410ee03a8406165c-bf8830577ec4ed8c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3cfe28a28f855de54f39924573942fe3", + "traceparent": "00-51d4afa84356f5468fd80e474ee73980-b31c61c4f9bd204e-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3e3a857acd15947db1258accf265618a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "513", + "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:17 GMT", - "ETag": "\u002292013335-0000-0100-0000-63fe34c20000\u0022", + "Date": "Thu, 11 May 2023 05:10:23 GMT", + "ETag": "\u0022a6029ba6-0000-0100-0000-645c78bc0000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3cfe28a28f855de54f39924573942fe3", - "x-ms-correlation-request-id": "865ade28-629c-43ce-8d0f-8d6127e825d7", + "x-ms-client-request-id": "3e3a857acd15947db1258accf265618a", + "x-ms-correlation-request-id": "8d1787f8-8ef3-4f4b-b8f0-18e1e2ea4a6c", "x-ms-ratelimit-remaining-tenant-reads": "11997", - "x-ms-request-id": "0f0b2515-6b53-457e-a1aa-3109e1cc31c0", - "x-ms-routing-request-id": "EASTUS:20230228T170717Z:865ade28-629c-43ce-8d0f-8d6127e825d7" + "x-ms-request-id": "6107554e-0896-4680-9d29-24fc43caf3dc", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051024Z:8d1787f8-8ef3-4f4b-b8f0-18e1e2ea4a6c" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "name": "b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "name": "dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517", "status": "Deleting", - "startTime": "2023-02-28T17:07:14.9164559Z" + "startTime": "2023-05-11T05:10:20.9847448Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2c7bbc157599bfc3410ee03a8406165c-0466856fb4b0b1a9-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "4349ee2c9d5e86a78337e9daa6dfcf5c", + "traceparent": "00-51d4afa84356f5468fd80e474ee73980-8db6a86ab6b7c94b-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a9f17d63bf0c497700b397a419cbbaca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "513", + "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:18 GMT", - "ETag": "\u002292013335-0000-0100-0000-63fe34c20000\u0022", + "Date": "Thu, 11 May 2023 05:10:25 GMT", + "ETag": "\u0022a6029ba6-0000-0100-0000-645c78bc0000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4349ee2c9d5e86a78337e9daa6dfcf5c", - "x-ms-correlation-request-id": "0290c0b3-71ec-4cfb-bdbf-3a77e99cb886", + "x-ms-client-request-id": "a9f17d63bf0c497700b397a419cbbaca", + "x-ms-correlation-request-id": "ca437c0b-853d-419d-84ed-f597657f1f74", "x-ms-ratelimit-remaining-tenant-reads": "11996", - "x-ms-request-id": "66a372a0-a360-44d8-99d0-19e1a285131d", - "x-ms-routing-request-id": "EASTUS:20230228T170718Z:0290c0b3-71ec-4cfb-bdbf-3a77e99cb886" + "x-ms-request-id": "f870e7dd-2315-475c-8e40-0e37ad54d92d", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051026Z:ca437c0b-853d-419d-84ed-f597657f1f74" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "name": "b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "name": "dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517", "status": "Deleting", - "startTime": "2023-02-28T17:07:14.9164559Z" + "startTime": "2023-05-11T05:10:20.9847448Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2c7bbc157599bfc3410ee03a8406165c-7030affc3252405c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "41f47cbc2237be588b8e21a3db7b24e8", + "traceparent": "00-51d4afa84356f5468fd80e474ee73980-b89bdbd350b0814c-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "501c4fee640ad1e63aeae9d0c154f861", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "513", + "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:20 GMT", - "ETag": "\u002292013335-0000-0100-0000-63fe34c20000\u0022", + "Date": "Thu, 11 May 2023 05:10:28 GMT", + "ETag": "\u0022a6029ba6-0000-0100-0000-645c78bc0000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41f47cbc2237be588b8e21a3db7b24e8", - "x-ms-correlation-request-id": "b5ceccbe-0453-4a12-bc1f-3a266ef984fd", + "x-ms-client-request-id": "501c4fee640ad1e63aeae9d0c154f861", + "x-ms-correlation-request-id": "44ad19c8-c53a-48b4-924a-acfb78ea7a58", "x-ms-ratelimit-remaining-tenant-reads": "11995", - "x-ms-request-id": "b41a032d-f6b1-49e4-a110-51111f1fafd7", - "x-ms-routing-request-id": "EASTUS:20230228T170720Z:b5ceccbe-0453-4a12-bc1f-3a266ef984fd" + "x-ms-request-id": "84e8b477-b649-4168-8a05-ed0a751a0a61", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051029Z:44ad19c8-c53a-48b4-924a-acfb78ea7a58" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "name": "b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "name": "dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517", "status": "Deleting", - "startTime": "2023-02-28T17:07:14.9164559Z" + "startTime": "2023-05-11T05:10:20.9847448Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2c7bbc157599bfc3410ee03a8406165c-89bba369929bf024-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "7258df92d472057a8078b94da50ab66f", + "traceparent": "00-51d4afa84356f5468fd80e474ee73980-1c9d7e15cc205c46-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1a267a4ccb12bbfa0ef03d6136d87ae6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "513", + "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:24 GMT", - "ETag": "\u002292013335-0000-0100-0000-63fe34c20000\u0022", + "Date": "Thu, 11 May 2023 05:10:32 GMT", + "ETag": "\u0022a6029ba6-0000-0100-0000-645c78bc0000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7258df92d472057a8078b94da50ab66f", - "x-ms-correlation-request-id": "464619c1-ef86-4255-99bb-2a6556b85d4a", + "x-ms-client-request-id": "1a267a4ccb12bbfa0ef03d6136d87ae6", + "x-ms-correlation-request-id": "a4a5ad3a-a386-4714-9331-b6fcadad5d56", "x-ms-ratelimit-remaining-tenant-reads": "11994", - "x-ms-request-id": "2dbae5ae-e8ab-4f95-9b4e-e6c80ea449c8", - "x-ms-routing-request-id": "EASTUS:20230228T170724Z:464619c1-ef86-4255-99bb-2a6556b85d4a" + "x-ms-request-id": "b08dde52-f4a3-474c-a144-0132c86d61c5", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051033Z:a4a5ad3a-a386-4714-9331-b6fcadad5d56" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "name": "b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "name": "dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517", "status": "Deleting", - "startTime": "2023-02-28T17:07:14.9164559Z" + "startTime": "2023-05-11T05:10:20.9847448Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2c7bbc157599bfc3410ee03a8406165c-89d4548082c77c3f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "f789356aed9f09ac968ab8cf7b04aa07", + "traceparent": "00-51d4afa84356f5468fd80e474ee73980-e9f037f84752624a-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a2ddbf6b1149fe80971f6e21d5a688ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "513", + "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:32 GMT", - "ETag": "\u002292013335-0000-0100-0000-63fe34c20000\u0022", + "Date": "Thu, 11 May 2023 05:10:41 GMT", + "ETag": "\u0022a6029ba6-0000-0100-0000-645c78bc0000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f789356aed9f09ac968ab8cf7b04aa07", - "x-ms-correlation-request-id": "1314f679-20ce-4f92-88a6-c5b979012574", + "x-ms-client-request-id": "a2ddbf6b1149fe80971f6e21d5a688ab", + "x-ms-correlation-request-id": "290a7c2c-0096-4ab2-9f6e-fa0609e329dd", "x-ms-ratelimit-remaining-tenant-reads": "11993", - "x-ms-request-id": "53d92751-f8ef-441f-a809-f7b99b6a0825", - "x-ms-routing-request-id": "EASTUS:20230228T170732Z:1314f679-20ce-4f92-88a6-c5b979012574" + "x-ms-request-id": "ca44037a-55c4-4331-a931-b9c6edf95443", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051041Z:290a7c2c-0096-4ab2-9f6e-fa0609e329dd" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "name": "b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "name": "dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517", "status": "Deleting", - "startTime": "2023-02-28T17:07:14.9164559Z" + "startTime": "2023-05-11T05:10:20.9847448Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2c7bbc157599bfc3410ee03a8406165c-08026f89aec697d0-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "c64801135c86e8ea02efc0bf690b1980", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "513", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:07:48 GMT", - "ETag": "\u002292013335-0000-0100-0000-63fe34c20000\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c64801135c86e8ea02efc0bf690b1980", - "x-ms-correlation-request-id": "d650ded1-cc58-4f3b-bf2f-bd606511ecb6", - "x-ms-ratelimit-remaining-tenant-reads": "11992", - "x-ms-request-id": "fd047ed6-3d0b-4512-917c-0351aee6571e", - "x-ms-routing-request-id": "EASTUS:20230228T170748Z:d650ded1-cc58-4f3b-bf2f-bd606511ecb6" - }, - "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "name": "b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199", - "status": "Deleting", - "startTime": "2023-02-28T17:07:14.9164559Z" - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2c7bbc157599bfc3410ee03a8406165c-112625a5c5082365-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a639b1d72cf2a449334fdce71baa8a7c", + "traceparent": "00-51d4afa84356f5468fd80e474ee73980-6c8dd2c88ffce445-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9f5736ba9fa522b85460411927859b61", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "532", + "Content-Length": "533", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:20 GMT", - "ETag": "\u00221100bbe8-0000-0500-0000-63fe34ea0000\u0022", + "Date": "Thu, 11 May 2023 05:10:57 GMT", + "ETag": "\u002241008b1f-0000-0300-0000-645c78d30000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a639b1d72cf2a449334fdce71baa8a7c", - "x-ms-correlation-request-id": "8b59e905-c63f-4c19-a4ab-8671cbb6ad6f", - "x-ms-ratelimit-remaining-tenant-reads": "11991", - "x-ms-request-id": "e650129e-5d55-4d59-acf2-9ee32bc99ab8", - "x-ms-routing-request-id": "EASTUS:20230228T170820Z:8b59e905-c63f-4c19-a4ab-8671cbb6ad6f" + "x-ms-client-request-id": "9f5736ba9fa522b85460411927859b61", + "x-ms-correlation-request-id": "13754949-da82-4cff-a5aa-7b8ff84ce367", + "x-ms-ratelimit-remaining-tenant-reads": "11992", + "x-ms-request-id": "b681beb6-a2ef-4a36-be82-b22ec981f2eb", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051058Z:13754949-da82-4cff-a5aa-7b8ff84ce367" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "name": "b3d8b046-6ae1-4e2a-a8c4-393f0bf5c8db*2692E515C18993AADF3BCAC567D15876DDBB4B4D2CCC978A3787F7D7DFDB80B6", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg4071/providers/Microsoft.AzureStackHCI/clusters/hci-cluster199", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "name": "dbf8f45d-1fe1-4786-9122-7a0625930379*2DFA6133F6FE6C2136BA4877AE3EA6B1D8288EC86CEBD7A7D1761DABF359FB75", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3303/providers/Microsoft.AzureStackHCI/clusters/hci-cluster1517", "status": "Succeeded", - "startTime": "2023-02-28T17:07:14.9164559Z", + "startTime": "2023-05-11T05:10:20.9847448Z", "properties": null } } ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "1044197255", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "1796883317", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/GetUpdateDelete()Async.json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/GetUpdateDelete()Async.json index ccc159c2ab31..819281bda2f3 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/GetUpdateDelete()Async.json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/GetUpdateDelete()Async.json @@ -1,39 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a6090534c8169cd8c356199753b5a74e-6f6c9dfd202f4278-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a4d656f1c9a9db8a252b7c559851ec29", + "traceparent": "00-6a5213371d99cc42ac9bd9dc6acc66b5-625ae8ca9267484f-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e8f47e1116641fde8f19de61ef769362", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "443", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:30 GMT", + "Date": "Thu, 11 May 2023 05:11:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d011eebf-c248-4475-b524-5cb31313f7c2", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "d011eebf-c248-4475-b524-5cb31313f7c2", - "x-ms-routing-request-id": "EASTUS:20230228T170831Z:d011eebf-c248-4475-b524-5cb31313f7c2" + "x-ms-correlation-request-id": "d52e499a-2e94-428b-9966-9d67638920b4", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "d52e499a-2e94-428b-9966-9d67638920b4", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051136Z:d52e499a-2e94-428b-9966-9d67638920b4" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "managedByTenants": [ + { + "tenantId": "ad44cbb7-4f0b-47b4-97bd-be70a5b1e681" + } + ], + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +47,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg5037?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg4248?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-b687001cad1b92b8e203fb5814a8d567-1e4764ce6e5e16b3-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8413da8ba5ee6b763561bca23e73d30e", + "traceparent": "00-2efc5eda3c93354498f55e9a03f17d54-b54bdb341719b848-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "706983b50b0e576a4c88617e38275abb", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,19 +67,19 @@ "Cache-Control": "no-cache", "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:31 GMT", + "Date": "Thu, 11 May 2023 05:11:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3c5c680-b5bf-449b-b450-8ce44e01cd15", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "b3c5c680-b5bf-449b-b450-8ce44e01cd15", - "x-ms-routing-request-id": "EASTUS:20230228T170831Z:b3c5c680-b5bf-449b-b450-8ce44e01cd15" + "x-ms-correlation-request-id": "3711c514-697c-4152-8850-1e9a09448205", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "3711c514-697c-4152-8850-1e9a09448205", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051137Z:3711c514-697c-4152-8850-1e9a09448205" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037", - "name": "hci-cluster-rg5037", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248", + "name": "hci-cluster-rg4248", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -84,23 +88,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-87926c62dead1cbbd87fac769755dac8-f91724026a9b4e66-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "75bc1d43f56e9dd42c1c5a8f587727ef", + "traceparent": "00-2505464c876e7a43b6bd10f32ca180aa-a462f85ca7714a46-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "45af19190a1d87c00760d5868092ba4e", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -112,35 +116,33 @@ "Cache-Control": "no-cache", "Content-Length": "1148", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:32 GMT", - "ETag": "\u0022bc03649c-0000-0100-0000-63fe35100000\u0022", + "Date": "Thu, 11 May 2023 05:11:41 GMT", + "ETag": "\u00221713f1cd-0000-0100-0000-645c790b0000\u0022", "Expires": "-1", - "mise-correlation-id": "6b801367-a7b0-401b-b340-ad11ca34ec58", + "mise-correlation-id": "c08ed730-e2ab-4e56-937d-ed48919ddc6d", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75bc1d43f56e9dd42c1c5a8f587727ef", - "x-ms-correlation-request-id": "1e9989da-547a-4286-bb07-33550aca3a92", + "x-ms-client-request-id": "45af19190a1d87c00760d5868092ba4e", + "x-ms-correlation-request-id": "33775d82-f7d1-48c0-b167-61d1159998c8", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "70e09cbc-a601-493b-892e-ba9fd437a0f3", - "x-ms-routing-request-id": "EASTUS:20230228T170832Z:1e9989da-547a-4286-bb07-33550aca3a92", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-request-id": "cf04f023-24ef-4220-8e80-e8d3f366e5c1", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051141Z:33775d82-f7d1-48c0-b167-61d1159998c8" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839", - "name": "hci-cluster7839", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862", + "name": "hci-cluster6862", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:08:31.9700641Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:11:39.5108251Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:08:31.9700641Z" + "lastModifiedAt": "2023-05-11T05:11:39.5108251Z" }, "identity": { "type": "None" @@ -148,8 +150,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "2021efdd-e482-4b97-935c-0c24af7bac76", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "f268a1cd-5ed9-45e2-8fe5-fc09c036bce4", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -167,16 +169,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862?api-version=2023-02-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "94", "Content-Type": "application/json", - "traceparent": "00-a7215126c62b8805d65213f267711b5b-ba72587bfe3cd375-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "019d03136c8c31672e3e93291f83ec08", + "traceparent": "00-83bb7ef5bae50e4ab9a71a699afafdd9-db3b6857ac360842-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9f13148da1d9e86f7d0dc956bd11e0b7", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -194,43 +196,41 @@ "Cache-Control": "no-cache", "Content-Length": "1151", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:33 GMT", - "ETag": "\u0022bc037e9c-0000-0100-0000-63fe35110000\u0022", + "Date": "Thu, 11 May 2023 05:11:43 GMT", + "ETag": "\u0022171316ce-0000-0100-0000-645c790e0000\u0022", "Expires": "-1", - "mise-correlation-id": "682069eb-3d01-4543-8f5c-552f7155ee8d", + "mise-correlation-id": "a321057a-7d34-4519-b885-2d7c11b2249c", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "019d03136c8c31672e3e93291f83ec08", - "x-ms-correlation-request-id": "a2a5dcbf-61d1-4e12-bc93-3cdd6668eb99", + "x-ms-client-request-id": "9f13148da1d9e86f7d0dc956bd11e0b7", + "x-ms-correlation-request-id": "1484e7c0-1b1f-4bfa-85a7-9d91d909fe73", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "de950f2c-bb7d-4e9b-bf35-95107aa4dbba", - "x-ms-routing-request-id": "EASTUS:20230228T170833Z:a2a5dcbf-61d1-4e12-bc93-3cdd6668eb99", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1185", + "x-ms-request-id": "dff42f35-d7e4-48d4-b7cf-6e3dd7fdeddd", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051143Z:1484e7c0-1b1f-4bfa-85a7-9d91d909fe73" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839", - "name": "hci-cluster7839", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862", + "name": "hci-cluster6862", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:08:31.9700641Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:11:39.5108251Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:08:33.1419605Z" + "lastModifiedAt": "2023-05-11T05:11:41.9171382Z" }, "identity": { "type": "None" }, "properties": { "status": "NotYetRegistered", - "cloudId": "2021efdd-e482-4b97-935c-0c24af7bac76", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "f268a1cd-5ed9-45e2-8fe5-fc09c036bce4", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -249,14 +249,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-66c1c1520c5567ca85ad26d592fb2ff6-79f61cd89424d477-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "ce0d8982956c957f057557d14ae712be", + "traceparent": "00-23ce62510dfd9f459beb3c6fb5326f75-1391298c6afb8841-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "795d330762b2ab1ac3e169ae35e4d6ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -265,25 +265,23 @@ "Cache-Control": "no-cache", "Content-Length": "873", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:33 GMT", - "ETag": "\u0022bc037e9c-0000-0100-0000-63fe35110000\u0022", + "Date": "Thu, 11 May 2023 05:11:44 GMT", + "ETag": "\u0022171316ce-0000-0100-0000-645c790e0000\u0022", "Expires": "-1", - "mise-correlation-id": "8b24515a-d277-4f40-a44a-75c1fb74b388", + "mise-correlation-id": "79a158b7-693e-4e7d-945e-b20f8015e0be", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce0d8982956c957f057557d14ae712be", - "x-ms-correlation-request-id": "5bd3dba3-7123-4f42-9ec6-21ba56891c80", + "x-ms-client-request-id": "795d330762b2ab1ac3e169ae35e4d6ba", + "x-ms-correlation-request-id": "6ca43aa0-0919-4f3c-8f52-440783a29f88", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "0c6d904f-6fac-4fda-8c29-3552708fa8d4", - "x-ms-routing-request-id": "EASTUS:20230228T170834Z:5bd3dba3-7123-4f42-9ec6-21ba56891c80", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "e40f0733-0bd8-4442-a07a-29fe416fdf5c", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051144Z:6ca43aa0-0919-4f3c-8f52-440783a29f88" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839", - "name": "hci-cluster7839", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862", + "name": "hci-cluster6862", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, @@ -293,8 +291,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "2021efdd-e482-4b97-935c-0c24af7bac76", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "f268a1cd-5ed9-45e2-8fe5-fc09c036bce4", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -312,47 +310,47 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862?api-version=2023-02-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8d540396d82c185ed951ffaa0e8bca8e-57365d38ff3fe9ac-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3b8ecc3ad1d6d782b58a473061ab7ea9", + "traceparent": "00-09c910839f306b4486aac1c88b5f6cdf-498d71a361046640-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "23f013cdba1378e1aac6c70f406acaf5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139?api-version=2022-12-01", + "Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A?api-version=2023-02-01", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:33 GMT", - "ETag": "\u0022bc03a99c-0000-0100-0000-63fe35120000\u0022", + "Date": "Thu, 11 May 2023 05:11:44 GMT", + "ETag": "\u0022171345ce-0000-0100-0000-645c79110000\u0022", "Expires": "-1", - "Location": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139?api-version=2022-12-01", + "Location": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A?api-version=2023-02-01", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3b8ecc3ad1d6d782b58a473061ab7ea9", - "x-ms-correlation-request-id": "11ae0b57-f202-4cbf-b85b-68d895bc7247", + "x-ms-client-request-id": "23f013cdba1378e1aac6c70f406acaf5", + "x-ms-correlation-request-id": "d8a297ba-b01d-47f3-af94-53766ccb8940", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "957e1d39-375c-4567-818c-a4a6d9f2fba9", - "x-ms-routing-request-id": "EASTUS:20230228T170834Z:11ae0b57-f202-4cbf-b85b-68d895bc7247" + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "d2d2c557-a813-4778-b39a-8bcc49c0d1c6", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051145Z:d8a297ba-b01d-47f3-af94-53766ccb8940" }, "ResponseBody": "null" }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8d540396d82c185ed951ffaa0e8bca8e-08f6d5d595c39a70-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "52eed52cb1f4b031063618e24e4f345a", + "traceparent": "00-09c910839f306b4486aac1c88b5f6cdf-29e916a2d0cccd48-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a9880f36bd214ca352e4cfec9b0a6b59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -361,34 +359,34 @@ "Cache-Control": "no-cache", "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:33 GMT", - "ETag": "\u002292010f3f-0000-0100-0000-63fe35120000\u0022", + "Date": "Thu, 11 May 2023 05:11:45 GMT", + "ETag": "\u0022a6026bab-0000-0100-0000-645c79100000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52eed52cb1f4b031063618e24e4f345a", - "x-ms-correlation-request-id": "fc1f3dce-d49b-4c57-9fd9-d209ba954817", - "x-ms-ratelimit-remaining-tenant-reads": "11990", - "x-ms-request-id": "39d05536-bdd9-4190-aaaa-702e66077fb7", - "x-ms-routing-request-id": "EASTUS:20230228T170834Z:fc1f3dce-d49b-4c57-9fd9-d209ba954817" + "x-ms-client-request-id": "a9880f36bd214ca352e4cfec9b0a6b59", + "x-ms-correlation-request-id": "85c9810e-e643-4a4d-bdba-b6b3f6ad54c8", + "x-ms-ratelimit-remaining-tenant-reads": "11991", + "x-ms-request-id": "e0c16fc3-b8ea-49fb-babd-468798fd2297", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051145Z:85c9810e-e643-4a4d-bdba-b6b3f6ad54c8" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "name": "957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "name": "d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862", "status": "Deleting", - "startTime": "2023-02-28T17:08:34.1985232Z" + "startTime": "2023-05-11T05:11:44.9885673Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8d540396d82c185ed951ffaa0e8bca8e-7748969586f0ed2f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "f8a1aef643dae1554911b6cfd56bc21f", + "traceparent": "00-09c910839f306b4486aac1c88b5f6cdf-a2ef0c9b7c3d6145-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "172f731789648c8578c428abdeea40e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -397,34 +395,34 @@ "Cache-Control": "no-cache", "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:34 GMT", - "ETag": "\u002292010f3f-0000-0100-0000-63fe35120000\u0022", + "Date": "Thu, 11 May 2023 05:11:46 GMT", + "ETag": "\u0022a6026bab-0000-0100-0000-645c79100000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8a1aef643dae1554911b6cfd56bc21f", - "x-ms-correlation-request-id": "30ad9610-890e-4ec4-87fd-96beb634c49e", - "x-ms-ratelimit-remaining-tenant-reads": "11989", - "x-ms-request-id": "4ca8f850-573a-46df-ac61-2e26d2a365cf", - "x-ms-routing-request-id": "EASTUS:20230228T170835Z:30ad9610-890e-4ec4-87fd-96beb634c49e" + "x-ms-client-request-id": "172f731789648c8578c428abdeea40e8", + "x-ms-correlation-request-id": "75bd5f3c-fe60-4341-83a0-bc0c7a8294e2", + "x-ms-ratelimit-remaining-tenant-reads": "11990", + "x-ms-request-id": "03256149-6186-41ae-9a78-44af54954da9", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051147Z:75bd5f3c-fe60-4341-83a0-bc0c7a8294e2" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "name": "957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "name": "d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862", "status": "Deleting", - "startTime": "2023-02-28T17:08:34.1985232Z" + "startTime": "2023-05-11T05:11:44.9885673Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8d540396d82c185ed951ffaa0e8bca8e-046f721e504229dc-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8c04ffa42cbc7eb4215cc83240a02f34", + "traceparent": "00-09c910839f306b4486aac1c88b5f6cdf-1dce3dc10ec22041-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "30d82d1420e1c1d47a32fa5071af8ff0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -433,34 +431,34 @@ "Cache-Control": "no-cache", "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:35 GMT", - "ETag": "\u002292010f3f-0000-0100-0000-63fe35120000\u0022", + "Date": "Thu, 11 May 2023 05:11:47 GMT", + "ETag": "\u0022a6026bab-0000-0100-0000-645c79100000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c04ffa42cbc7eb4215cc83240a02f34", - "x-ms-correlation-request-id": "a01db2a1-a20f-481e-a47d-00bd2fdab6fa", - "x-ms-ratelimit-remaining-tenant-reads": "11988", - "x-ms-request-id": "417141c3-30ec-42e7-b220-e747c6ec1d7a", - "x-ms-routing-request-id": "EASTUS:20230228T170836Z:a01db2a1-a20f-481e-a47d-00bd2fdab6fa" + "x-ms-client-request-id": "30d82d1420e1c1d47a32fa5071af8ff0", + "x-ms-correlation-request-id": "a3e43c41-6fd0-4fb2-b099-1350d5b916b1", + "x-ms-ratelimit-remaining-tenant-reads": "11989", + "x-ms-request-id": "b8cf9538-aae8-4657-a062-04f4fe2c10ac", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051148Z:a3e43c41-6fd0-4fb2-b099-1350d5b916b1" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "name": "957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "name": "d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862", "status": "Deleting", - "startTime": "2023-02-28T17:08:34.1985232Z" + "startTime": "2023-05-11T05:11:44.9885673Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8d540396d82c185ed951ffaa0e8bca8e-8d93c238baeb715f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "6620a2d2eef4e86d800d08e3fa61da9b", + "traceparent": "00-09c910839f306b4486aac1c88b5f6cdf-9be7a60166d76e48-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c3df83fc9b92ad348afc315c94f86e67", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -469,34 +467,34 @@ "Cache-Control": "no-cache", "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:37 GMT", - "ETag": "\u002292010f3f-0000-0100-0000-63fe35120000\u0022", + "Date": "Thu, 11 May 2023 05:11:49 GMT", + "ETag": "\u0022a6026bab-0000-0100-0000-645c79100000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6620a2d2eef4e86d800d08e3fa61da9b", - "x-ms-correlation-request-id": "a8b2c961-2488-40a6-87bb-2792bd3aae31", - "x-ms-ratelimit-remaining-tenant-reads": "11987", - "x-ms-request-id": "fb381301-fd61-4db1-aa2e-766f0783b81c", - "x-ms-routing-request-id": "EASTUS:20230228T170837Z:a8b2c961-2488-40a6-87bb-2792bd3aae31" + "x-ms-client-request-id": "c3df83fc9b92ad348afc315c94f86e67", + "x-ms-correlation-request-id": "a00a801c-53e1-4157-8058-ccadcc494da9", + "x-ms-ratelimit-remaining-tenant-reads": "11988", + "x-ms-request-id": "55cf83df-956f-4b4f-819a-22558bb6f75b", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051149Z:a00a801c-53e1-4157-8058-ccadcc494da9" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "name": "957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "name": "d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862", "status": "Deleting", - "startTime": "2023-02-28T17:08:34.1985232Z" + "startTime": "2023-05-11T05:11:44.9885673Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8d540396d82c185ed951ffaa0e8bca8e-3eadf15c639a038d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "4e3df874a84bca9dfa22d67d7b22a0a8", + "traceparent": "00-09c910839f306b4486aac1c88b5f6cdf-89d2e0d37b39344f-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6dd8e6a43a31f7779f6d9d318e351ac9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -505,34 +503,34 @@ "Cache-Control": "no-cache", "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:39 GMT", - "ETag": "\u002292010f3f-0000-0100-0000-63fe35120000\u0022", + "Date": "Thu, 11 May 2023 05:11:51 GMT", + "ETag": "\u0022a6026bab-0000-0100-0000-645c79100000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e3df874a84bca9dfa22d67d7b22a0a8", - "x-ms-correlation-request-id": "e8ee2906-0dd3-46d8-9afc-f809844f56ba", - "x-ms-ratelimit-remaining-tenant-reads": "11986", - "x-ms-request-id": "8a0e07ff-f7ec-4511-8ce9-baaccc8f57e5", - "x-ms-routing-request-id": "EASTUS:20230228T170839Z:e8ee2906-0dd3-46d8-9afc-f809844f56ba" + "x-ms-client-request-id": "6dd8e6a43a31f7779f6d9d318e351ac9", + "x-ms-correlation-request-id": "c55b397c-56bb-49c1-ab07-f5746d77ab29", + "x-ms-ratelimit-remaining-tenant-reads": "11987", + "x-ms-request-id": "baf1381e-a89a-4d8a-8a35-6b239a853de3", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051152Z:c55b397c-56bb-49c1-ab07-f5746d77ab29" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "name": "957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "name": "d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862", "status": "Deleting", - "startTime": "2023-02-28T17:08:34.1985232Z" + "startTime": "2023-05-11T05:11:44.9885673Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8d540396d82c185ed951ffaa0e8bca8e-76c1a42b8fc6f336-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "33fc82e25b4bb52b921b0cae23d084bf", + "traceparent": "00-09c910839f306b4486aac1c88b5f6cdf-46732bd6accea54c-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5bae38347d0a7855f82ba6e5ee772d81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -541,34 +539,34 @@ "Cache-Control": "no-cache", "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:43 GMT", - "ETag": "\u002292010f3f-0000-0100-0000-63fe35120000\u0022", + "Date": "Thu, 11 May 2023 05:11:55 GMT", + "ETag": "\u0022a6026bab-0000-0100-0000-645c79100000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33fc82e25b4bb52b921b0cae23d084bf", - "x-ms-correlation-request-id": "37522d48-dc82-44d4-9991-29fe081b5bbe", - "x-ms-ratelimit-remaining-tenant-reads": "11985", - "x-ms-request-id": "2d26a48c-fe3d-4315-ba32-a458f813c682", - "x-ms-routing-request-id": "EASTUS:20230228T170843Z:37522d48-dc82-44d4-9991-29fe081b5bbe" + "x-ms-client-request-id": "5bae38347d0a7855f82ba6e5ee772d81", + "x-ms-correlation-request-id": "aa98f5f0-a586-4c4e-8141-974f6fd69659", + "x-ms-ratelimit-remaining-tenant-reads": "11986", + "x-ms-request-id": "9b493f6f-66ca-4cff-af84-fe383118a3c4", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051156Z:aa98f5f0-a586-4c4e-8141-974f6fd69659" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "name": "957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "name": "d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862", "status": "Deleting", - "startTime": "2023-02-28T17:08:34.1985232Z" + "startTime": "2023-05-11T05:11:44.9885673Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8d540396d82c185ed951ffaa0e8bca8e-4962c54767765217-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "47be2c82e0632ae904556bd117ef6d5d", + "traceparent": "00-09c910839f306b4486aac1c88b5f6cdf-6c4f7abb5200944c-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8aab93c422d7c2be0be82325fe031e54", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -577,34 +575,34 @@ "Cache-Control": "no-cache", "Content-Length": "514", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:51 GMT", - "ETag": "\u002292010f3f-0000-0100-0000-63fe35120000\u0022", + "Date": "Thu, 11 May 2023 05:12:04 GMT", + "ETag": "\u0022a6026bab-0000-0100-0000-645c79100000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "47be2c82e0632ae904556bd117ef6d5d", - "x-ms-correlation-request-id": "f2e57a30-7f3d-49ea-b4d1-169e47714515", - "x-ms-ratelimit-remaining-tenant-reads": "11984", - "x-ms-request-id": "a083b91c-0ee6-4dd8-a2b7-e6545b93eed7", - "x-ms-routing-request-id": "EASTUS:20230228T170851Z:f2e57a30-7f3d-49ea-b4d1-169e47714515" + "x-ms-client-request-id": "8aab93c422d7c2be0be82325fe031e54", + "x-ms-correlation-request-id": "615d9f90-bd67-4b76-b66a-1b8e7aae2ece", + "x-ms-ratelimit-remaining-tenant-reads": "11985", + "x-ms-request-id": "ee618745-24e8-435f-a932-c0ae6a6edfce", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051204Z:615d9f90-bd67-4b76-b66a-1b8e7aae2ece" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "name": "957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "name": "d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862", "status": "Deleting", - "startTime": "2023-02-28T17:08:34.1985232Z" + "startTime": "2023-05-11T05:11:44.9885673Z" } }, { - "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8d540396d82c185ed951ffaa0e8bca8e-7e78dcc18413cef5-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "78015f6da6651850cd88bb2f9cefa62a", + "traceparent": "00-09c910839f306b4486aac1c88b5f6cdf-407e6829b2ff8044-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5b2768e2134a275d915f750594920828", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -613,34 +611,34 @@ "Cache-Control": "no-cache", "Content-Length": "533", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:07 GMT", - "ETag": "\u00221100c5e8-0000-0500-0000-63fe352e0000\u0022", + "Date": "Thu, 11 May 2023 05:12:20 GMT", + "ETag": "\u002297007448-0000-0500-0000-645c79270000\u0022", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78015f6da6651850cd88bb2f9cefa62a", - "x-ms-correlation-request-id": "c126bf27-1ab4-4958-a550-0834f9f7d9e6", - "x-ms-ratelimit-remaining-tenant-reads": "11983", - "x-ms-request-id": "a1e23dfe-9fdd-42a8-a4ab-e60dd3a9427f", - "x-ms-routing-request-id": "EASTUS:20230228T170907Z:c126bf27-1ab4-4958-a550-0834f9f7d9e6" + "x-ms-client-request-id": "5b2768e2134a275d915f750594920828", + "x-ms-correlation-request-id": "222472df-331e-40ae-9a71-783f474bc734", + "x-ms-ratelimit-remaining-tenant-reads": "11984", + "x-ms-request-id": "8b2690d8-7110-4a05-91ec-ccef633dec2a", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051221Z:222472df-331e-40ae-9a71-783f474bc734" }, "ResponseBody": { - "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "name": "957e1d39-375c-4567-818c-a4a6d9f2fba9*D78F3697951244BD8061C860568B0996F0ECA317C8CC9EBD9BDDCEC3786F9139", - "resourceId": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg5037/providers/Microsoft.AzureStackHCI/clusters/hci-cluster7839", + "id": "/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "name": "d2d2c557-a813-4778-b39a-8bcc49c0d1c6*BCC9504A23B6D101F2CFA8EE22E991C05E33F245E05B268CC41C4502C96F149A", + "resourceId": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg4248/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6862", "status": "Succeeded", - "startTime": "2023-02-28T17:08:34.1985232Z", + "startTime": "2023-05-11T05:11:44.9885673Z", "properties": null } } ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "1515027892", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "1658901069", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(False).json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(False).json index 29c8e8a9f949..f11d50dfe5b2 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(False).json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(False).json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(False)Async.json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(False)Async.json index c2def5ed8781..adb6858a5e34 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(False)Async.json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(False)Async.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -43,48 +43,48 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg72?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-5e3902ce84158d10f48ef02de9103a03-23dd84d29b7f2358-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "71250224cfb7ee3da6545f829a3b0574", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "229", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 17 Feb 2023 12:43:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab61bbf7-695b-4271-bfb0-b0b9dbfc8f7c", - "x-ms-ratelimit-remaining-subscription-writes": "1155", - "x-ms-request-id": "ab61bbf7-695b-4271-bfb0-b0b9dbfc8f7c", - "x-ms-routing-request-id": "EASTUS:20230217T124345Z:ab61bbf7-695b-4271-bfb0-b0b9dbfc8f7c" - }, - "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg72", - "name": "hci-cluster-rg72", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" + "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg72?api-version=2023-02-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "21", + "Content-Type": "application/json", + "traceparent": "00-5e3902ce84158d10f48ef02de9103a03-23dd84d29b7f2358-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.14; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "71250224cfb7ee3da6545f829a3b0574", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "229", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 17 Feb 2023 12:43:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ab61bbf7-695b-4271-bfb0-b0b9dbfc8f7c", + "x-ms-ratelimit-remaining-subscription-writes": "1155", + "x-ms-request-id": "ab61bbf7-695b-4271-bfb0-b0b9dbfc8f7c", + "x-ms-routing-request-id": "EASTUS:20230217T124345Z:ab61bbf7-695b-4271-bfb0-b0b9dbfc8f7c" + }, + "ResponseBody": { + "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg72", + "name": "hci-cluster-rg72", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded" + } } - } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg72/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8855?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg72/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8855?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -167,7 +167,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg72/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8855?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg72/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8855?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -230,7 +230,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg72/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8855?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg72/providers/Microsoft.AzureStackHCI/clusters/hci-cluster8855?api-version=2023-02-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(True).json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(True).json index 391b3dc39b50..dfcb605822f6 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(True).json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(True).json @@ -1,39 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-38d4aca1ab3625c2cf9dda6dc978329b-7b5c8e6f35b23e97-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "36fd01e477c9d73647e12803b9a1075c", + "traceparent": "00-98114fd3b05a634c8bc346a075a86b5e-6a1da74c74b92e48-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5e564cbaf58edcd693f560e1fbe3e6e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "443", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:25 GMT", + "Date": "Thu, 11 May 2023 05:11:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec1a3bb2-3390-44f3-8b5a-79143b483e4c", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ec1a3bb2-3390-44f3-8b5a-79143b483e4c", - "x-ms-routing-request-id": "EASTUS:20230228T170826Z:ec1a3bb2-3390-44f3-8b5a-79143b483e4c" + "x-ms-correlation-request-id": "efdc6422-ecb5-438c-bfde-81af83fb7276", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "efdc6422-ecb5-438c-bfde-81af83fb7276", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051114Z:efdc6422-ecb5-438c-bfde-81af83fb7276" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "managedByTenants": [ + { + "tenantId": "ad44cbb7-4f0b-47b4-97bd-be70a5b1e681" + } + ], + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +47,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg922?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg3583?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-65e8e0e1798c0956f5139878b6e5ad1c-763f153d34711c25-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "2782af764a00d819aaae4df29e63e86e", + "traceparent": "00-41416a1e26187a4387e0850524a07e8b-4643e53c5149cb41-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ff7444a9fe7afab8bf3dbf6aa58f5a26", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -61,21 +65,21 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "231", + "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:26 GMT", + "Date": "Thu, 11 May 2023 05:11:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4902fe9-724e-4f75-807a-897022b461ea", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "e4902fe9-724e-4f75-807a-897022b461ea", - "x-ms-routing-request-id": "EASTUS:20230228T170827Z:e4902fe9-724e-4f75-807a-897022b461ea" + "x-ms-correlation-request-id": "bf0bf35a-fb2b-42cf-a2b3-ce91c49973ed", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "bf0bf35a-fb2b-42cf-a2b3-ce91c49973ed", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051114Z:bf0bf35a-fb2b-42cf-a2b3-ce91c49973ed" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg922", - "name": "hci-cluster-rg922", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3583", + "name": "hci-cluster-rg3583", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -84,23 +88,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg922/providers/Microsoft.AzureStackHCI/clusters/hci-cluster469?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3583/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6056?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-a4ec1ef81cfeb0e86364b03e79e0d044-b48241e4f0e669a6-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "df4cd770acebc2128a1b023921f56041", + "traceparent": "00-2498f4a76597734ab4b92a14e7f55901-69b2c8356178c54b-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8e4adb60c26330654087712d176208b4", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -110,37 +114,35 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1145", + "Content-Length": "1148", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:27 GMT", - "ETag": "\u0022bc03d89b-0000-0100-0000-63fe350b0000\u0022", + "Date": "Thu, 11 May 2023 05:11:19 GMT", + "ETag": "\u002217130bcd-0000-0100-0000-645c78f60000\u0022", "Expires": "-1", - "mise-correlation-id": "1e6a3b9c-a9d7-4a55-b6ed-fde9f055df57", + "mise-correlation-id": "bcb1c2dc-22ea-492f-b07e-ae71d00e5323", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df4cd770acebc2128a1b023921f56041", - "x-ms-correlation-request-id": "a00ec61e-a955-4e8d-b8f8-b22947894bc7", + "x-ms-client-request-id": "8e4adb60c26330654087712d176208b4", + "x-ms-correlation-request-id": "9fa4ef4a-bfea-4289-827a-b9f5df682976", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "0edec91b-6ef2-445b-9ee7-edfacc0bcdd5", - "x-ms-routing-request-id": "EASTUS:20230228T170828Z:a00ec61e-a955-4e8d-b8f8-b22947894bc7", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "366df7ad-8751-4f78-b760-8656f0bc96fa", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051120Z:9fa4ef4a-bfea-4289-827a-b9f5df682976" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg922/providers/Microsoft.AzureStackHCI/clusters/hci-cluster469", - "name": "hci-cluster469", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3583/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6056", + "name": "hci-cluster6056", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:08:27.6573937Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:11:17.3071822Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:08:27.6573937Z" + "lastModifiedAt": "2023-05-11T05:11:17.3071822Z" }, "identity": { "type": "None" @@ -148,8 +150,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "e3b3c3b1-590e-494f-b624-97c39bf9b24a", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "ff7a061d-2238-48e6-beb7-1b1e78a5e008", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -167,14 +169,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg922/providers/Microsoft.AzureStackHCI/clusters/hci-cluster469/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3583/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6056/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9de16918a2f83aca58a7ea47d2ec1434-375891f1a1d75d24-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "9ccf71fabc06b3011cf0cc88895543c5", + "traceparent": "00-c553623ce2ecc34587e1cfa356142cdc-c9776812cbf02140-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "900fe605bbc858d1a59436991c2850d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -182,47 +184,47 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 28 Feb 2023 17:08:28 GMT", + "Date": "Thu, 11 May 2023 05:11:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36f6e2ec-3dc1-4b38-95c6-b4a09a52994a", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "36f6e2ec-3dc1-4b38-95c6-b4a09a52994a", - "x-ms-routing-request-id": "EASTUS:20230228T170829Z:36f6e2ec-3dc1-4b38-95c6-b4a09a52994a" + "x-ms-correlation-request-id": "eed9e95b-fdc2-44d3-92e6-896b8a07a479", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "eed9e95b-fdc2-44d3-92e6-896b8a07a479", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051123Z:eed9e95b-fdc2-44d3-92e6-896b8a07a479" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg922/providers/Microsoft.AzureStackHCI/clusters/hci-cluster469/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3583/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6056/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9de16918a2f83aca58a7ea47d2ec1434-b9459d60ffcedc1d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "2df80c4e4c94b368d699c2fae08a3935", + "traceparent": "00-c553623ce2ecc34587e1cfa356142cdc-fada4afbe130ce41-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bf650b34c980a45d09f1e9cf8ccc1417", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "270", + "Content-Length": "272", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:28 GMT", + "Date": "Thu, 11 May 2023 05:11:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ef068eb-1fac-42d3-ad8f-71c7aeb4e6ec", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "5ef068eb-1fac-42d3-ad8f-71c7aeb4e6ec", - "x-ms-routing-request-id": "EASTUS:20230228T170829Z:5ef068eb-1fac-42d3-ad8f-71c7aeb4e6ec" + "x-ms-correlation-request-id": "59a69d1c-d44d-46a6-999b-398ca05f0506", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "59a69d1c-d44d-46a6-999b-398ca05f0506", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051124Z:59a69d1c-d44d-46a6-999b-398ca05f0506" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg922/providers/Microsoft.AzureStackHCI/clusters/hci-cluster469/providers/Microsoft.Resources/tags/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3583/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6056/providers/Microsoft.Resources/tags/default", "name": "default", "type": "Microsoft.Resources/tags", "properties": { @@ -231,16 +233,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg922/providers/Microsoft.AzureStackHCI/clusters/hci-cluster469/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3583/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6056/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "39", "Content-Type": "application/json", - "traceparent": "00-9de16918a2f83aca58a7ea47d2ec1434-52f5195e9cd3ee1f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d71e3dd830c47e319805ff451f1c6c3c", + "traceparent": "00-c553623ce2ecc34587e1cfa356142cdc-868d2788f71c4c48-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "42a6a037fddffd1bd928b284fcdecc1a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -253,20 +255,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "283", + "Content-Length": "285", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:29 GMT", + "Date": "Thu, 11 May 2023 05:11:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0710aa88-d206-40fa-8e7e-cb6e124b9bc5", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "0710aa88-d206-40fa-8e7e-cb6e124b9bc5", - "x-ms-routing-request-id": "EASTUS:20230228T170830Z:0710aa88-d206-40fa-8e7e-cb6e124b9bc5" + "x-ms-correlation-request-id": "758f8f54-30ce-419e-8388-0ccc48323c91", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "758f8f54-30ce-419e-8388-0ccc48323c91", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051127Z:758f8f54-30ce-419e-8388-0ccc48323c91" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg922/providers/Microsoft.AzureStackHCI/clusters/hci-cluster469/providers/Microsoft.Resources/tags/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3583/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6056/providers/Microsoft.Resources/tags/default", "name": "default", "type": "Microsoft.Resources/tags", "properties": { @@ -277,41 +279,39 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg922/providers/Microsoft.AzureStackHCI/clusters/hci-cluster469?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3583/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6056?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9de16918a2f83aca58a7ea47d2ec1434-f75cc652cac5746f-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "0a0c6787dfc21df0da79948e4c2294b9", + "traceparent": "00-c553623ce2ecc34587e1cfa356142cdc-a63919a630dccf4a-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ecbba72ea0e4377df068e55717d9a82a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "880", + "Content-Length": "883", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:29 GMT", - "ETag": "\u0022bc03169c-0000-0100-0000-63fe350d0000\u0022", + "Date": "Thu, 11 May 2023 05:11:27 GMT", + "ETag": "\u002217134bcd-0000-0100-0000-645c78fd0000\u0022", "Expires": "-1", - "mise-correlation-id": "8f4778f7-7419-4b69-b825-e77c068dd046", + "mise-correlation-id": "5d18665e-bf4a-48ed-94d2-cfe18908f9b5", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a0c6787dfc21df0da79948e4c2294b9", - "x-ms-correlation-request-id": "05339a50-462c-4cc7-8111-a570ea878130", + "x-ms-client-request-id": "ecbba72ea0e4377df068e55717d9a82a", + "x-ms-correlation-request-id": "3b528a8b-09e5-4b29-b4c4-ad3648e5148f", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "0cc3a1a5-1609-4dd2-ac5a-9f685e2b5750", - "x-ms-routing-request-id": "EASTUS:20230228T170830Z:05339a50-462c-4cc7-8111-a570ea878130", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "bbddc66e-4a52-4ecd-aa0d-508543bcec46", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051128Z:3b528a8b-09e5-4b29-b4c4-ad3648e5148f" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg922/providers/Microsoft.AzureStackHCI/clusters/hci-cluster469", - "name": "hci-cluster469", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3583/providers/Microsoft.AzureStackHCI/clusters/hci-cluster6056", + "name": "hci-cluster6056", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": { @@ -323,8 +323,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "e3b3c3b1-590e-494f-b624-97c39bf9b24a", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "ff7a061d-2238-48e6-beb7-1b1e78a5e008", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -344,10 +344,10 @@ ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "1085530480", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "2051691342", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(True)Async.json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(True)Async.json index d0336e2f4fb8..129421180e58 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(True)Async.json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(True)Async.json @@ -1,39 +1,43 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5fb0e1aa93018b39b44b0274955e6a1e-8c9da64ff36a4cb0-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "30c497e221c169e9909b65ec5ddcb23a", + "traceparent": "00-54bb65b4012c0f43a80bb69c4a511ef7-9345654f59340d49-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "59d918d6e49cfc17352f6bde8c4b1a1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "443", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:12 GMT", + "Date": "Thu, 11 May 2023 05:12:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bbc0d16e-f0a5-4c93-bda0-2abf40c2becd", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "bbc0d16e-f0a5-4c93-bda0-2abf40c2becd", - "x-ms-routing-request-id": "EASTUS:20230228T170913Z:bbc0d16e-f0a5-4c93-bda0-2abf40c2becd" + "x-ms-correlation-request-id": "455f028f-e9a3-419a-b821-8ccc0668f769", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "455f028f-e9a3-419a-b821-8ccc0668f769", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051234Z:455f028f-e9a3-419a-b821-8ccc0668f769" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "managedByTenants": [ + { + "tenantId": "ad44cbb7-4f0b-47b4-97bd-be70a5b1e681" + } + ], + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +47,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg2013?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg495?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-4d47b5f737e2d36e5ddeaf70a5a2d43c-ccfe1671dee42523-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "abc9da7bf9ef77f1fb3819d57e094871", + "traceparent": "00-4039152d33ac4543b2243cd97b7437e8-290fe74defe9384f-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f229ce96bac791befcb209c7380a3ca6", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -61,21 +65,21 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "233", + "Content-Length": "231", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:13 GMT", + "Date": "Thu, 11 May 2023 05:12:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "880cabed-5b70-4b6c-adbd-8993ecee71f2", - "x-ms-ratelimit-remaining-subscription-writes": "1183", - "x-ms-request-id": "880cabed-5b70-4b6c-adbd-8993ecee71f2", - "x-ms-routing-request-id": "EASTUS:20230228T170914Z:880cabed-5b70-4b6c-adbd-8993ecee71f2" + "x-ms-correlation-request-id": "1f3906ff-61a0-4658-bd90-43f2fe69d06b", + "x-ms-ratelimit-remaining-subscription-writes": "1181", + "x-ms-request-id": "1f3906ff-61a0-4658-bd90-43f2fe69d06b", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051235Z:1f3906ff-61a0-4658-bd90-43f2fe69d06b" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2013", - "name": "hci-cluster-rg2013", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg495", + "name": "hci-cluster-rg495", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -84,23 +88,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2013/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2205?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg495/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4638?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-b4b698d8c4beb6d73a5b03d4f204009d-e00e304cdf33052d-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "924b713c6c6501428aac1d24131781e3", + "traceparent": "00-b371a8d34fdd974d9d339d75a5688d94-678b763b046d8f45-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "57bf5d930fd53dfb385c4e9d04ad6dd5", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -110,37 +114,35 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1148", + "Content-Length": "1147", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:14 GMT", - "ETag": "\u0022bc0305a2-0000-0100-0000-63fe353a0000\u0022", + "Date": "Thu, 11 May 2023 05:12:39 GMT", + "ETag": "\u00221713d1d0-0000-0100-0000-645c79460000\u0022", "Expires": "-1", - "mise-correlation-id": "05078576-7165-4bd0-85f5-97b581133f2e", + "mise-correlation-id": "ac12f123-ae95-4c1e-bfdf-7394f2ad36a2", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "924b713c6c6501428aac1d24131781e3", - "x-ms-correlation-request-id": "0e65649e-b734-4f10-8a2e-c87e9bfff7a0", + "x-ms-client-request-id": "57bf5d930fd53dfb385c4e9d04ad6dd5", + "x-ms-correlation-request-id": "be74ba6e-5fba-49d5-9eef-495b7c512d4e", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1182", - "x-ms-request-id": "bdf74712-6c1b-4b4a-8b24-890f8e517cc0", - "x-ms-routing-request-id": "EASTUS:20230228T170915Z:0e65649e-b734-4f10-8a2e-c87e9bfff7a0", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1180", + "x-ms-request-id": "edc353ba-843b-4d98-a616-a3884bfafca5", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051239Z:be74ba6e-5fba-49d5-9eef-495b7c512d4e" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2013/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2205", - "name": "hci-cluster2205", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg495/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4638", + "name": "hci-cluster4638", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:09:14.5655035Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-05-11T05:12:37.5437489Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:09:14.5655035Z" + "lastModifiedAt": "2023-05-11T05:12:37.5437489Z" }, "identity": { "type": "None" @@ -148,8 +150,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "a3d95671-0d90-4123-9338-afecf10e724b", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "5c21a4e2-dd95-46ed-9b00-d755685ab9aa", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -167,14 +169,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2013/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2205/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg495/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4638/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-95c6846789250a9fbb85e4d2b92e242c-5294297074d151ca-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "9b8e23983757caa83e4a25b050bb1c5b", + "traceparent": "00-af380f337f293e4d81e2eeac9bf22064-59e4bcee0198c547-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "715819cbe4b81f519a0be765f36df760", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -182,47 +184,47 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 28 Feb 2023 17:09:14 GMT", + "Date": "Thu, 11 May 2023 05:12:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5e5673d-d79d-481e-964f-4b1956f65a88", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "b5e5673d-d79d-481e-964f-4b1956f65a88", - "x-ms-routing-request-id": "EASTUS:20230228T170915Z:b5e5673d-d79d-481e-964f-4b1956f65a88" + "x-ms-correlation-request-id": "80e18ed9-d2a9-45b7-8b23-725020828410", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "80e18ed9-d2a9-45b7-8b23-725020828410", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051242Z:80e18ed9-d2a9-45b7-8b23-725020828410" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2013/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2205/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg495/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4638/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-95c6846789250a9fbb85e4d2b92e242c-46b8bb4e747f9bfa-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5a3c35b7ac7b051ac981541b4691b1ce", + "traceparent": "00-af380f337f293e4d81e2eeac9bf22064-f2d5757c98a7ba42-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1efb3344cab2afee0c9fbcca27954aca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "272", + "Content-Length": "271", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:15 GMT", + "Date": "Thu, 11 May 2023 05:12:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f3823e7-f9f1-4a43-97cb-4de33a13a29b", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "5f3823e7-f9f1-4a43-97cb-4de33a13a29b", - "x-ms-routing-request-id": "EASTUS:20230228T170915Z:5f3823e7-f9f1-4a43-97cb-4de33a13a29b" + "x-ms-correlation-request-id": "87efb17d-81db-4904-b18c-d008e78ad507", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "87efb17d-81db-4904-b18c-d008e78ad507", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051242Z:87efb17d-81db-4904-b18c-d008e78ad507" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2013/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2205/providers/Microsoft.Resources/tags/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg495/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4638/providers/Microsoft.Resources/tags/default", "name": "default", "type": "Microsoft.Resources/tags", "properties": { @@ -231,16 +233,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2013/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2205/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg495/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4638/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "39", "Content-Type": "application/json", - "traceparent": "00-95c6846789250a9fbb85e4d2b92e242c-3ae4b9af8c80fb7e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "277fc190407718f4ee7f048e1565ef71", + "traceparent": "00-af380f337f293e4d81e2eeac9bf22064-9c0dbc26aee29c46-00", + "User-Agent": "azsdk-net-ResourceManager/1.5.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1efaed64b1f5c87756d19dcc2ae5b379", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -253,20 +255,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "285", + "Content-Length": "284", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:15 GMT", + "Date": "Thu, 11 May 2023 05:12:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9b89479-ef6a-4f27-9c3d-0c9ded6162bb", - "x-ms-ratelimit-remaining-subscription-writes": "1181", - "x-ms-request-id": "b9b89479-ef6a-4f27-9c3d-0c9ded6162bb", - "x-ms-routing-request-id": "EASTUS:20230228T170916Z:b9b89479-ef6a-4f27-9c3d-0c9ded6162bb" + "x-ms-correlation-request-id": "a89d8189-2054-4b0b-8f06-91146827f33e", + "x-ms-ratelimit-remaining-subscription-writes": "1179", + "x-ms-request-id": "a89d8189-2054-4b0b-8f06-91146827f33e", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051245Z:a89d8189-2054-4b0b-8f06-91146827f33e" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2013/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2205/providers/Microsoft.Resources/tags/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg495/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4638/providers/Microsoft.Resources/tags/default", "name": "default", "type": "Microsoft.Resources/tags", "properties": { @@ -277,41 +279,39 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2013/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2205?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg495/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4638?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-95c6846789250a9fbb85e4d2b92e242c-3d4b07a42f23a042-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "19b252173c4d766b41236cfba88bef63", + "traceparent": "00-af380f337f293e4d81e2eeac9bf22064-3dedfaf2fdc7524b-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230511.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7d06efa16e269259bb32c8e02c218426", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "883", + "Content-Length": "882", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:15 GMT", - "ETag": "\u0022bc032ea2-0000-0100-0000-63fe353c0000\u0022", + "Date": "Thu, 11 May 2023 05:12:45 GMT", + "ETag": "\u0022171313d1-0000-0100-0000-645c794b0000\u0022", "Expires": "-1", - "mise-correlation-id": "07cdabad-12e4-42d0-962a-bbad1f8d6419", + "mise-correlation-id": "1774766e-baf7-43fa-8d26-bdafebf60fb6", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19b252173c4d766b41236cfba88bef63", - "x-ms-correlation-request-id": "0be4cc29-3340-4259-a9da-c60afdaf8870", + "x-ms-client-request-id": "7d06efa16e269259bb32c8e02c218426", + "x-ms-correlation-request-id": "c1773ff2-4e6f-43d3-b9a7-816e8ffbba72", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "543ee655-f3de-4979-8089-b81f9e6fab4c", - "x-ms-routing-request-id": "EASTUS:20230228T170916Z:0be4cc29-3340-4259-a9da-c60afdaf8870", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "cbadfd50-2eca-4412-abfa-f6b6e5bcb021", + "x-ms-routing-request-id": "SOUTHINDIA:20230511T051246Z:c1773ff2-4e6f-43d3-b9a7-816e8ffbba72" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg2013/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2205", - "name": "hci-cluster2205", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg495/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4638", + "name": "hci-cluster4638", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": { @@ -323,8 +323,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "a3d95671-0d90-4123-9338-afecf10e724b", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "5c21a4e2-dd95-46ed-9b00-d755685ab9aa", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -344,10 +344,10 @@ ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "1145729731", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "63490719", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(null).json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(null).json index b134ebee72b4..85c872a9b013 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(null).json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(null).json @@ -1,39 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-bed1c70cc26e78af4879860eb98e8770-84ab446805d0e303-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e153c392285618a03880b30b613d1bb5", + "traceparent": "00-2bf6c1845773ef489dc9c2dc10ee82ff-09d1382fa4bfe949-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e1c6103a007f9f3a29528f8993fee468", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "392", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:20 GMT", + "Date": "Mon, 03 Apr 2023 08:56:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c3412c1-ac15-423e-b0b8-868818e251ea", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "2c3412c1-ac15-423e-b0b8-868818e251ea", - "x-ms-routing-request-id": "EASTUS:20230228T170821Z:2c3412c1-ac15-423e-b0b8-868818e251ea" + "x-ms-correlation-request-id": "30b1a176-40b6-4761-bc93-aa05850dcf30", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "30b1a176-40b6-4761-bc93-aa05850dcf30", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T085641Z:30b1a176-40b6-4761-bc93-aa05850dcf30" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +43,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg884?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg2758?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-a03c32c1a81c86f0385bdd81da09d719-834e42b8c563f1c0-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "32ccce537ebd7595b27d21cd7b6e7e37", + "traceparent": "00-d91e0e2592f9084f97827ef3016b9017-3537bed2b94c1f40-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c0ba82a1d9e3e338eed9b301db8ba451", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -61,21 +61,21 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "231", + "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:21 GMT", + "Date": "Mon, 03 Apr 2023 08:56:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6292870-38fa-45dd-b524-976b3e79fb54", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "b6292870-38fa-45dd-b524-976b3e79fb54", - "x-ms-routing-request-id": "EASTUS:20230228T170822Z:b6292870-38fa-45dd-b524-976b3e79fb54" + "x-ms-correlation-request-id": "49b6bd7a-ac10-4997-8f21-d8a0905d485a", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "49b6bd7a-ac10-4997-8f21-d8a0905d485a", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T085643Z:49b6bd7a-ac10-4997-8f21-d8a0905d485a" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg884", - "name": "hci-cluster-rg884", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg2758", + "name": "hci-cluster-rg2758", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -84,23 +84,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg884/providers/Microsoft.AzureStackHCI/clusters/hci-cluster9970?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg2758/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4778?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-3c9c18f53f8ba5ca928a3e2018ad858d-6420285e92d8fa90-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "4cd811343255e2573c8ee53169a29fd2", + "traceparent": "00-c044f7185551d04e8d89e59dc1b8a9e3-9389218a893b514c-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230403.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "05e7b3fd3929e33be649ccc5e609f9a4", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -110,37 +110,35 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1147", + "Content-Length": "1148", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:23 GMT", - "ETag": "\u0022bc03329b-0000-0100-0000-63fe35070000\u0022", + "Date": "Mon, 03 Apr 2023 08:56:47 GMT", + "ETag": "\u0022e50140e2-0000-0100-0000-642a94ce0000\u0022", "Expires": "-1", - "mise-correlation-id": "6b9337b3-fb54-422d-a3d1-d540d5cc1886", + "mise-correlation-id": "e2729fe0-57db-421d-95f3-e0c5d07bd674", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4cd811343255e2573c8ee53169a29fd2", - "x-ms-correlation-request-id": "c91bfaf5-84e3-46f6-9b3c-ecbfbb40024e", + "x-ms-client-request-id": "05e7b3fd3929e33be649ccc5e609f9a4", + "x-ms-correlation-request-id": "8b5878f2-7cd4-49e4-b803-79d9b76a3444", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "f35afac6-baa4-45c9-9b13-bd8d90d08e04", - "x-ms-routing-request-id": "EASTUS:20230228T170823Z:c91bfaf5-84e3-46f6-9b3c-ecbfbb40024e", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "983e693a-8f96-4dd4-b490-389ef6d59b88", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T085648Z:8b5878f2-7cd4-49e4-b803-79d9b76a3444" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg884/providers/Microsoft.AzureStackHCI/clusters/hci-cluster9970", - "name": "hci-cluster9970", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg2758/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4778", + "name": "hci-cluster4778", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:08:23.0634363Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-04-03T08:56:45.4199684Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:08:23.0634363Z" + "lastModifiedAt": "2023-04-03T08:56:45.4199684Z" }, "identity": { "type": "None" @@ -148,8 +146,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "e1614b1a-06ea-4447-8b06-57f91ad59cfd", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "9055d490-29c5-4ce3-8fed-8dd7eacf0e2b", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -167,34 +165,34 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/providers/Microsoft.Resources?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/providers/Microsoft.Resources?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e32a0a97aef9f67e5d7229eb884e027f-56e7ee3bc52b0411-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "50e495466083d4064be17523f66b0544", + "traceparent": "00-50f2b0901617694b89a320b7ffc7778b-8548458fb8b4bc4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b9f65fe579ceec2da89b1161eb287703", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "19157", + "Content-Length": "19506", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:23 GMT", + "Date": "Mon, 03 Apr 2023 08:56:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50df7e14-4a33-4808-9c09-8dafe8f2609e", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "50df7e14-4a33-4808-9c09-8dafe8f2609e", - "x-ms-routing-request-id": "EASTUS:20230228T170824Z:50df7e14-4a33-4808-9c09-8dafe8f2609e" + "x-ms-correlation-request-id": "a973af70-85cd-4d88-9873-80f24667f836", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "a973af70-85cd-4d88-9873-80f24667f836", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T085649Z:a973af70-85cd-4d88-9873-80f24667f836" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/providers/Microsoft.Resources", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/providers/Microsoft.Resources", "namespace": "Microsoft.Resources", "authorizations": [ { @@ -240,7 +238,9 @@ "West US", "South Central US", "West US 3", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-10-01", @@ -283,7 +283,9 @@ "West US", "South Central US", "West US 3", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-10-01", @@ -326,7 +328,9 @@ "West US", "South Central US", "West US 3", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-10-01", @@ -374,7 +378,9 @@ "West US", "West US 3", "South Central US", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-02-01", @@ -424,7 +430,9 @@ "West US", "West US 3", "South Central US", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-02-01", @@ -490,7 +498,9 @@ "West US", "West US 3", "South Central US", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-08-01-preview" @@ -537,7 +547,9 @@ "West US", "West US 3", "South Central US", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-08-01-preview" @@ -1067,7 +1079,10 @@ "Jio India West", "West US 3", "Qatar Central", - "Sweden Central" + "Sweden Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2019-05-01", @@ -1144,7 +1159,10 @@ "Jio India West", "West US 3", "Qatar Central", - "Sweden Central" + "Sweden Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2019-05-01", @@ -1540,14 +1558,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg884/providers/Microsoft.AzureStackHCI/clusters/hci-cluster9970/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg2758/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4778/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e32a0a97aef9f67e5d7229eb884e027f-e15c2ac24532ceae-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "0a092a8cd6dc210d76e9f52e99640c0f", + "traceparent": "00-50f2b0901617694b89a320b7ffc7778b-7c69624cd0d4894c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "310142e5ed81685646d7da9a0c73fde5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1555,47 +1573,47 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 28 Feb 2023 17:08:24 GMT", + "Date": "Mon, 03 Apr 2023 08:56:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d1cbbe4-ba4a-44e5-b025-c8c637eddd30", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "7d1cbbe4-ba4a-44e5-b025-c8c637eddd30", - "x-ms-routing-request-id": "EASTUS:20230228T170825Z:7d1cbbe4-ba4a-44e5-b025-c8c637eddd30" + "x-ms-correlation-request-id": "b27c6a8e-0664-4800-9895-12c15e718856", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "b27c6a8e-0664-4800-9895-12c15e718856", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T085651Z:b27c6a8e-0664-4800-9895-12c15e718856" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg884/providers/Microsoft.AzureStackHCI/clusters/hci-cluster9970/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg2758/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4778/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e32a0a97aef9f67e5d7229eb884e027f-9687588c2bd52012-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3ea5a089959970f688c3da996ad73be7", + "traceparent": "00-50f2b0901617694b89a320b7ffc7778b-e44c1edc1aae6d4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a3e0c8d1c808f723088e73f79f92e035", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "271", + "Content-Length": "272", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:24 GMT", + "Date": "Mon, 03 Apr 2023 08:56:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30a317a3-e014-4268-b681-ecca647faca8", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "30a317a3-e014-4268-b681-ecca647faca8", - "x-ms-routing-request-id": "EASTUS:20230228T170825Z:30a317a3-e014-4268-b681-ecca647faca8" + "x-ms-correlation-request-id": "7891e6b9-a24e-4f6f-bf21-0e651e9b2de8", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "7891e6b9-a24e-4f6f-bf21-0e651e9b2de8", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T085652Z:7891e6b9-a24e-4f6f-bf21-0e651e9b2de8" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg884/providers/Microsoft.AzureStackHCI/clusters/hci-cluster9970/providers/Microsoft.Resources/tags/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg2758/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4778/providers/Microsoft.Resources/tags/default", "name": "default", "type": "Microsoft.Resources/tags", "properties": { @@ -1604,16 +1622,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg884/providers/Microsoft.AzureStackHCI/clusters/hci-cluster9970/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg2758/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4778/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "39", "Content-Type": "application/json", - "traceparent": "00-e32a0a97aef9f67e5d7229eb884e027f-7586872dc1648b82-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a84566d41fe45eba7534ffd7d5996541", + "traceparent": "00-50f2b0901617694b89a320b7ffc7778b-76036bf13e173544-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dd812c9efc0bfa6ebf7dab8690c8406c", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1626,20 +1644,20 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "284", + "Content-Length": "285", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:25 GMT", + "Date": "Mon, 03 Apr 2023 08:56:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01db42d1-e1be-4470-bd3a-07a84eaa4240", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "01db42d1-e1be-4470-bd3a-07a84eaa4240", - "x-ms-routing-request-id": "EASTUS:20230228T170825Z:01db42d1-e1be-4470-bd3a-07a84eaa4240" + "x-ms-correlation-request-id": "07511e4d-0b7c-4bdb-a13b-68e620b77663", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "07511e4d-0b7c-4bdb-a13b-68e620b77663", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T085655Z:07511e4d-0b7c-4bdb-a13b-68e620b77663" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg884/providers/Microsoft.AzureStackHCI/clusters/hci-cluster9970/providers/Microsoft.Resources/tags/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg2758/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4778/providers/Microsoft.Resources/tags/default", "name": "default", "type": "Microsoft.Resources/tags", "properties": { @@ -1650,41 +1668,39 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg884/providers/Microsoft.AzureStackHCI/clusters/hci-cluster9970?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg2758/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4778?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e32a0a97aef9f67e5d7229eb884e027f-e0c61b4ef787b771-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "559e19c943ef69ede646c864961e9aef", + "traceparent": "00-50f2b0901617694b89a320b7ffc7778b-38a71836af181447-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230403.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "faef271a1a58d5b259e5e48a1c9c663f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "882", + "Content-Length": "883", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:08:25 GMT", - "ETag": "\u0022bc03809b-0000-0100-0000-63fe35090000\u0022", + "Date": "Mon, 03 Apr 2023 08:56:56 GMT", + "ETag": "\u0022e50142e2-0000-0100-0000-642a94d50000\u0022", "Expires": "-1", - "mise-correlation-id": "66753e9e-eb76-40ee-a22f-4c057955f2a8", + "mise-correlation-id": "e25e17bc-3215-40a6-a164-bca739d13d96", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "559e19c943ef69ede646c864961e9aef", - "x-ms-correlation-request-id": "8cdcf5d9-2470-4696-bec7-b81d8ae4f339", + "x-ms-client-request-id": "faef271a1a58d5b259e5e48a1c9c663f", + "x-ms-correlation-request-id": "132d8506-3bc7-4828-b1ba-ad54b41481b7", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "ff96e366-9845-4a22-a988-2e6d6f07394f", - "x-ms-routing-request-id": "EASTUS:20230228T170826Z:8cdcf5d9-2470-4696-bec7-b81d8ae4f339", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "c2556f02-49c6-4ce1-9900-79e698b9439c", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T085656Z:132d8506-3bc7-4828-b1ba-ad54b41481b7" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg884/providers/Microsoft.AzureStackHCI/clusters/hci-cluster9970", - "name": "hci-cluster9970", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg2758/providers/Microsoft.AzureStackHCI/clusters/hci-cluster4778", + "name": "hci-cluster4778", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": { @@ -1696,8 +1712,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "e1614b1a-06ea-4447-8b06-57f91ad59cfd", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "9055d490-29c5-4ce3-8fed-8dd7eacf0e2b", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -1717,10 +1733,10 @@ ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "992006943", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "53227805", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } } diff --git a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(null)Async.json b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(null)Async.json index ca6a188d1352..f727b5b801fc 100644 --- a/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(null)Async.json +++ b/sdk/azurestackhci/Azure.ResourceManager.Hci/tests/SessionRecords/HciClusterOperationTests/SetTags(null)Async.json @@ -1,39 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4e1b1ef16c64c4099e21a0996beeb8c1-a88a0be7d9c148ee-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3be6b49ad99efca24c11a39258c977fd", + "traceparent": "00-f9ea439cf629cc4fadca07c9c0ccc358-2fc651908b899c4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "433bb82673f428e5286181830baa96a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "410", + "Content-Length": "392", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:08 GMT", + "Date": "Mon, 03 Apr 2023 09:20:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c440dabc-5836-48e5-bed8-2e162bbabe02", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "c440dabc-5836-48e5-bed8-2e162bbabe02", - "x-ms-routing-request-id": "EASTUS:20230228T170908Z:c440dabc-5836-48e5-bed8-2e162bbabe02" + "x-ms-correlation-request-id": "3bf929f6-9182-43de-8bae-d9bac576a003", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "3bf929f6-9182-43de-8bae-d9bac576a003", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T092013Z:3bf929f6-9182-43de-8bae-d9bac576a003" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "authorizationSource": "RoleBased", "managedByTenants": [], - "subscriptionId": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "subscriptionId": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "ASME_RestonAzureStackEdge_Test", + "displayName": "HCI IDC Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,16 +43,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourcegroups/hci-cluster-rg1424?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourcegroups/hci-cluster-rg3999?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-e839a41bf64a19652ed6e411f3944582-91e0581b074252e1-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "7b5c8b0c472921490233ea7d7449abb9", + "traceparent": "00-2d94fd1a96ec3f4a93067ea2a1d0d54d-e189d5de5d263649-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7e91980a5768c704793c94855436c6f3", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -63,19 +63,19 @@ "Cache-Control": "no-cache", "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:08 GMT", + "Date": "Mon, 03 Apr 2023 09:20:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59e18408-7a0e-4928-937c-d1926a031d28", - "x-ms-ratelimit-remaining-subscription-writes": "1186", - "x-ms-request-id": "59e18408-7a0e-4928-937c-d1926a031d28", - "x-ms-routing-request-id": "EASTUS:20230228T170909Z:59e18408-7a0e-4928-937c-d1926a031d28" + "x-ms-correlation-request-id": "1cbd4682-f017-4a67-a282-7fb4acb97d3b", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "1cbd4682-f017-4a67-a282-7fb4acb97d3b", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T092016Z:1cbd4682-f017-4a67-a282-7fb4acb97d3b" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1424", - "name": "hci-cluster-rg1424", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3999", + "name": "hci-cluster-rg3999", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -84,23 +84,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1424/providers/Microsoft.AzureStackHCI/clusters/hci-cluster5374?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3999/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2951?api-version=2023-02-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "179", "Content-Type": "application/json", - "traceparent": "00-c0470ccd51ffece809c98d63f995ee05-db76435a3631c679-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "4249e5e030fc0c7ff9c550f090b22b7b", + "traceparent": "00-698b419aa43c3649b0988cc24321ad13-4dab389a5679864e-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230403.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f5d9c190e250906c48be4d191ade4145", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "eastus", "properties": { - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "identity": { @@ -110,37 +110,35 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1148", + "Content-Length": "1142", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:09 GMT", - "ETag": "\u0022bc0379a1-0000-0100-0000-63fe35360000\u0022", + "Date": "Mon, 03 Apr 2023 09:20:23 GMT", + "ETag": "\u0022e501d4e2-0000-0100-0000-642a9a550000\u0022", "Expires": "-1", - "mise-correlation-id": "6e7fb4e6-ff86-42c5-9fef-9baa1d73098a", + "mise-correlation-id": "4ebeef55-417a-45a0-995d-a28115f74cdc", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4249e5e030fc0c7ff9c550f090b22b7b", - "x-ms-correlation-request-id": "2d8648bb-371c-4d4c-b80d-db80ef868a9f", + "x-ms-client-request-id": "f5d9c190e250906c48be4d191ade4145", + "x-ms-correlation-request-id": "9ddc8cad-80cc-457f-9f93-d3b3899a36f7", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-request-id": "04623076-50ae-418a-a225-61ea95e5f770", - "x-ms-routing-request-id": "EASTUS:20230228T170910Z:2d8648bb-371c-4d4c-b80d-db80ef868a9f", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "4b8a617b-c0ce-4cb8-bd9d-7fc3acb49cfd", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T092023Z:9ddc8cad-80cc-457f-9f93-d3b3899a36f7" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1424/providers/Microsoft.AzureStackHCI/clusters/hci-cluster5374", - "name": "hci-cluster5374", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3999/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2951", + "name": "hci-cluster2951", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": {}, "systemData": { - "createdBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "createdByType": "Application", - "createdAt": "2023-02-28T17:09:09.9402917Z", - "lastModifiedBy": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "createdAt": "2023-04-03T09:20:20.2713Z", + "lastModifiedBy": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-02-28T17:09:09.9402917Z" + "lastModifiedAt": "2023-04-03T09:20:20.2713Z" }, "identity": { "type": "None" @@ -148,8 +146,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "820348da-e0f0-461a-aff6-630d4f8fec71", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "4bb775d2-4cba-41c7-9f38-7cff1dea20c0", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -167,34 +165,34 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/providers/Microsoft.Resources?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/providers/Microsoft.Resources?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2737f26ab036c8469b31faa03bca77ae-488333adc2b7bd24-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "429b49181e939e8bf17cd66e12ce9c5a", + "traceparent": "00-44834e19b557ba46bb36df2a4c4658a9-134924345e600545-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6f064264a8ece44f3e2cfaa993a20c4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "19157", + "Content-Length": "19506", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:09 GMT", + "Date": "Mon, 03 Apr 2023 09: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": "6c1e996e-445b-4525-94c2-f2103785f142", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "6c1e996e-445b-4525-94c2-f2103785f142", - "x-ms-routing-request-id": "EASTUS:20230228T170910Z:6c1e996e-445b-4525-94c2-f2103785f142" + "x-ms-correlation-request-id": "8ce4afea-3b4f-4c09-83e7-ab033d838817", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "8ce4afea-3b4f-4c09-83e7-ab033d838817", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T092024Z:8ce4afea-3b4f-4c09-83e7-ab033d838817" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/providers/Microsoft.Resources", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/providers/Microsoft.Resources", "namespace": "Microsoft.Resources", "authorizations": [ { @@ -240,7 +238,9 @@ "West US", "South Central US", "West US 3", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-10-01", @@ -283,7 +283,9 @@ "West US", "South Central US", "West US 3", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-10-01", @@ -326,7 +328,9 @@ "West US", "South Central US", "West US 3", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2020-10-01", @@ -374,7 +378,9 @@ "West US", "West US 3", "South Central US", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-02-01", @@ -424,7 +430,9 @@ "West US", "West US 3", "South Central US", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-02-01", @@ -490,7 +498,9 @@ "West US", "West US 3", "South Central US", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-08-01-preview" @@ -537,7 +547,9 @@ "West US", "West US 3", "South Central US", - "South Africa North" + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-08-01-preview" @@ -1067,7 +1079,10 @@ "Jio India West", "West US 3", "Qatar Central", - "Sweden Central" + "Sweden Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2019-05-01", @@ -1144,7 +1159,10 @@ "Jio India West", "West US 3", "Qatar Central", - "Sweden Central" + "Sweden Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2019-05-01", @@ -1540,14 +1558,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1424/providers/Microsoft.AzureStackHCI/clusters/hci-cluster5374/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3999/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2951/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2737f26ab036c8469b31faa03bca77ae-c1ab6d05b9674000-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "92e99ee6ccb3dbdb0c508263f7589050", + "traceparent": "00-44834e19b557ba46bb36df2a4c4658a9-8800537a44ae2a47-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d51918bd45c928352b0035aa09ebad9a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1555,27 +1573,27 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 28 Feb 2023 17:09:10 GMT", + "Date": "Mon, 03 Apr 2023 09:20:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34a759b1-918d-40b4-8bf1-185502de2cbb", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "34a759b1-918d-40b4-8bf1-185502de2cbb", - "x-ms-routing-request-id": "EASTUS:20230228T170911Z:34a759b1-918d-40b4-8bf1-185502de2cbb" + "x-ms-correlation-request-id": "345a509c-d8d8-4ad3-a142-6aae334c2e13", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "345a509c-d8d8-4ad3-a142-6aae334c2e13", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T092026Z:345a509c-d8d8-4ad3-a142-6aae334c2e13" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1424/providers/Microsoft.AzureStackHCI/clusters/hci-cluster5374/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3999/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2951/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2737f26ab036c8469b31faa03bca77ae-06142e1e34be9b36-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "f20af62998c84cc76dbf36439c28a798", + "traceparent": "00-44834e19b557ba46bb36df2a4c4658a9-21283b9e376d074f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "025b02b16cc41e7b0cde43eb72a4da53", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1584,18 +1602,18 @@ "Cache-Control": "no-cache", "Content-Length": "272", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:10 GMT", + "Date": "Mon, 03 Apr 2023 09:20:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee276e88-9a61-491c-b6f0-4fccb83ee62b", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "ee276e88-9a61-491c-b6f0-4fccb83ee62b", - "x-ms-routing-request-id": "EASTUS:20230228T170911Z:ee276e88-9a61-491c-b6f0-4fccb83ee62b" + "x-ms-correlation-request-id": "95234709-0f5f-4baf-9a0f-f5b79f373bb8", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "95234709-0f5f-4baf-9a0f-f5b79f373bb8", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T092026Z:95234709-0f5f-4baf-9a0f-f5b79f373bb8" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1424/providers/Microsoft.AzureStackHCI/clusters/hci-cluster5374/providers/Microsoft.Resources/tags/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3999/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2951/providers/Microsoft.Resources/tags/default", "name": "default", "type": "Microsoft.Resources/tags", "properties": { @@ -1604,16 +1622,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1424/providers/Microsoft.AzureStackHCI/clusters/hci-cluster5374/providers/Microsoft.Resources/tags/default?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3999/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2951/providers/Microsoft.Resources/tags/default?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "39", "Content-Type": "application/json", - "traceparent": "00-2737f26ab036c8469b31faa03bca77ae-555f4e6fb8309641-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a36685eb716a7dac782738097c5c81fb", + "traceparent": "00-44834e19b557ba46bb36df2a4c4658a9-1b3fd187960ac24b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "44ae5f7ffa81671a113062d48f114068", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1628,18 +1646,18 @@ "Cache-Control": "no-cache", "Content-Length": "285", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:11 GMT", + "Date": "Mon, 03 Apr 2023 09:20:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3ad94f4-d840-40f1-a2fe-0d99e28e6e99", - "x-ms-ratelimit-remaining-subscription-writes": "1184", - "x-ms-request-id": "c3ad94f4-d840-40f1-a2fe-0d99e28e6e99", - "x-ms-routing-request-id": "EASTUS:20230228T170912Z:c3ad94f4-d840-40f1-a2fe-0d99e28e6e99" + "x-ms-correlation-request-id": "66eb922f-e5cc-4f08-9766-e8d0fbbacc65", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "66eb922f-e5cc-4f08-9766-e8d0fbbacc65", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T092029Z:66eb922f-e5cc-4f08-9766-e8d0fbbacc65" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1424/providers/Microsoft.AzureStackHCI/clusters/hci-cluster5374/providers/Microsoft.Resources/tags/default", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3999/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2951/providers/Microsoft.Resources/tags/default", "name": "default", "type": "Microsoft.Resources/tags", "properties": { @@ -1650,14 +1668,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1424/providers/Microsoft.AzureStackHCI/clusters/hci-cluster5374?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3999/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2951?api-version=2023-02-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2737f26ab036c8469b31faa03bca77ae-6a9f602374cf3e17-00", - "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230228.1 (.NET 6.0.14; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d493b70356a9b8c0498c7aa160bed011", + "traceparent": "00-44834e19b557ba46bb36df2a4c4658a9-085e9caa0a67224f-00", + "User-Agent": "azsdk-net-ResourceManager.Hci/1.1.0-alpha.20230403.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "87a4621bb814b724e8f4f09309a78ffa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1666,25 +1684,23 @@ "Cache-Control": "no-cache", "Content-Length": "883", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 28 Feb 2023 17:09:11 GMT", - "ETag": "\u0022bc03a6a1-0000-0100-0000-63fe35370000\u0022", + "Date": "Mon, 03 Apr 2023 09:20:30 GMT", + "ETag": "\u0022e501d6e2-0000-0100-0000-642a9a5b0000\u0022", "Expires": "-1", - "mise-correlation-id": "060e4391-8f9e-417d-8014-62f3912ee5bf", + "mise-correlation-id": "e0423350-1da8-496f-95a0-d85c3d6bf8d3", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d493b70356a9b8c0498c7aa160bed011", - "x-ms-correlation-request-id": "d90c21a6-1cae-4ab8-8036-03791ba0ecaa", + "x-ms-client-request-id": "87a4621bb814b724e8f4f09309a78ffa", + "x-ms-correlation-request-id": "c0e3c8c0-6f41-4831-bf86-dbc1cbc4357a", "x-ms-providerhub-traffic": "True", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "3b5a04b8-c48d-4bb5-8322-fa7cc71c41a1", - "x-ms-routing-request-id": "EASTUS:20230228T170912Z:d90c21a6-1cae-4ab8-8036-03791ba0ecaa", - "X-Powered-By": "ASP.NET" + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "856a4d52-0ada-4784-b227-47be692fd6e4", + "x-ms-routing-request-id": "SOUTHINDIA:20230403T092030Z:c0e3c8c0-6f41-4831-bf86-dbc1cbc4357a" }, "ResponseBody": { - "id": "/subscriptions/a9280d5f-f9ab-436e-90cb-b6b9863c5551/resourceGroups/hci-cluster-rg1424/providers/Microsoft.AzureStackHCI/clusters/hci-cluster5374", - "name": "hci-cluster5374", + "id": "/subscriptions/ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb/resourceGroups/hci-cluster-rg3999/providers/Microsoft.AzureStackHCI/clusters/hci-cluster2951", + "name": "hci-cluster2951", "type": "microsoft.azurestackhci/clusters", "location": "eastus", "tags": { @@ -1696,8 +1712,8 @@ "properties": { "provisioningState": "Succeeded", "status": "NotYetRegistered", - "cloudId": "820348da-e0f0-461a-aff6-630d4f8fec71", - "aadClientId": "8bf9c1c9-db8d-4424-ab87-18e95120854c", + "cloudId": "4bb775d2-4cba-41c7-9f38-7cff1dea20c0", + "aadClientId": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", "aadTenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "softwareAssuranceProperties": { "softwareAssuranceStatus": "Disabled", @@ -1717,10 +1733,10 @@ ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "CLIENT_ID": "8bf9c1c9-db8d-4424-ab87-18e95120854c", - "RandomSeed": "442759105", + "CLIENT_ID": "2565ed7c-4b2b-4fd5-a9ac-49b4611844e9", + "RandomSeed": "1838090707", "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "a9280d5f-f9ab-436e-90cb-b6b9863c5551", + "SUBSCRIPTION_ID": "ff0aa6da-20f8-44fe-9aee-381c8e8a4aeb", "TENANT_ID": "72f988bf-86f1-41af-91ab-2d7cd011db47" } }